forked from idno/known
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
21 lines (21 loc) · 1.4 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: Known Documentation
theme: readthedocs
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/sharedhost.md', 'Installing and upgrading Known', 'Instructions for common shared hosting providers']
- ['install/sharedhost/arvixe.md', 'Installing and upgrading Known', 'Installing on Arvixe']
- ['developers/index.md', 'Known for developers', 'Introduction']
- ['developers/standards.md', 'Known for developers', 'Coding standards']
- ['developers/plugins/index.md', 'Known for developers', 'Plugins']
- ['developers/plugins/class.md', 'Known for developers', 'The plugin class']
- ['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']
- ['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']