-
Notifications
You must be signed in to change notification settings - Fork 102
/
mkdocs.yml
43 lines (38 loc) · 919 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Project information
site_name: 'Timestrap Docs'
site_description: 'Docs for the Timestrap project.'
site_author: 'Isaac Bythewood'
site_url: 'https://timestrap.bythewood.me/'
# Repository
repo_name: 'overshard/timestrap'
repo_url: 'https://github.com/overshard/timestrap'
# Copyright
copyright: 'Copyright © 2019 Isaac Bythewood'
# Navigation
nav:
- Home: 'index.md'
- Screenshots: 'screenshots.md'
- Configuration: 'configuration.md'
- Permissions: 'permissions.md'
- Sites: 'sites.md'
- Uses: 'uses.md'
- Docs: 'docs.md'
- Contributing: 'contributing.md'
- License: 'license.md'
# Configuration
docs_dir: 'docs/src'
site_dir: 'docs/dist'
edit_uri: 'edit/master/docs/src/'
theme:
name: 'material'
language: 'en'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
markdown_extensions:
- codehilite
- toc:
permalink: true