forked from demonsaw/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (23 loc) · 690 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (23 loc) · 690 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
site_name: Demonsaw Docs
site_description: "Demonsaw documentation and user guides."
site_author: 'The Community'
repo_name: GitHub
repo_url: https://github.com/demonsaw/documentation
theme: cyborg
extra_css:
- css/changes.css
extra_javascript:
pages:
- Home: index.md
- Client Docs:
- 'Getting Started': 'client/index.md'
- 'Headless Setup': 'client/headless.md'
- 'Troubleshooting': 'client/troubleshooting.md'
- Router Docs:
- 'Getting Started': 'router/index.md'
- 'Headless Setup': 'router/headless.md'
- 'Troubleshooting': 'router/troubleshooting.md'
- More:
- 'Links & Resources' : 'resources.md'
- 'Demonsaw FAQs': 'FAQ.md'
- 'Roadmap': 'roadmap.md'