forked from idno/known
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
34 lines (34 loc) · 2.25 KB
/
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
site_name: Known Documentation
theme: readthedocs
markdown_extensions:
- admonition
pages:
- ['index.md', 'Known Documentation']
- ['install/index.md', 'Installing and upgrading Known', 'Introduction']
- ['install/instructions.md', 'Installing and upgrading Known', 'Installation instructions']
- ['install/requirements.md', 'Installing and upgrading Known', 'System requirements']
- ['install/upgrade.md', 'Installing and upgrading Known', 'Upgrading Known']
- ['install/config.md', 'Installing and upgrading Known', 'Using config.ini']
- ['install/sharedhost.md', 'Installing and upgrading Known', 'Instructions for common shared hosting providers']
- ['install/advanced.md', 'Installing and upgrading Known', 'Advanced Options']
- ['install/debugging.md', 'Installing and upgrading Known', 'Debugging Known']
- ['install/troubleshooting.md', 'Installing and upgrading Known', 'Troubleshooting your installation']
- ['plugins/index.md', 'Plugins', 'Plugins']
- ['plugins/project.md', 'Plugins', 'Known project plugins']
- ['plugins/community.md', 'Plugins', 'Community plugins']
- ['developers/index.md', 'Known for developers', 'Introduction']
- ['developers/standards.md', 'Known for developers', 'Coding standards']
- ['developers/commit-messages.md', 'Known for developers', 'Good Commit Messages']
- ['developers/plugins/index.md', 'Known for developers', 'Plugins']
- ['developers/plugins/class.md', 'Known for developers', 'The plugin class']
- ['developers/plugins/pages.md', 'Known for developers', 'Adding pages to your plugins']
- ['developers/plugins/forms.md', 'Known for developers', 'Accepting form input']
- ['developers/plugins/api.md', 'Known for developers', 'Making and accepting API calls']
- ['developers/templating/index.md', 'Known for developers', 'Templating']
- ['developers/templating/extending.md', 'Known for developers', 'Extending templates']
- ['developers/themes/index.md', 'Known for developers', 'Themes']
- ['developers/languages/index.md', 'Known for developers', 'Translating Known']
- ['community/index.md', 'Open Source community', 'Introduction']
- ['community/contributors.md', 'Open Source community', 'Contributors']
- ['community/harassment.md', 'Open Source community', 'Anti-harassment policy']
- ['changelog.md', 'What''s changed?', 'Changes by version']