forked from Jako/LangRouter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (27 loc) · 737 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (27 loc) · 737 Bytes
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
site_name: LangRouter
docs_dir: core/components/langrouter/docs/mkdocs
site_dir: _build/site
edit_uri: tree/master/core/components/langrouter/docs/mkdocs
repo_name: 'Jako/LangRouter'
repo_url: https://github.com/Jako/LangRouter
copyright: '© 2015-2017 <a href="https://treehillstudio.com">Treehill Studio</a>'
pages:
- Description: 'index.md'
- Installation: 'installation.md'
- Usage: 'usage.md'
- Donate: 'donate.md'
extra:
font:
text: 'Dosis'
heading: 'Ubuntu'
piwik_analytics:
site_id: 15
piwik_url: 'https://piwik.partout.info/'
theme: 'material'
theme_dir: '/Users/jako/Documents/MODx/MkDocs Material/material'
markdown_extensions:
- footnotes
- tables
- admonition
- meta
- toc(permalink=true)