Files
mkdocs/mkdocs.yml
2014-02-05 09:30:50 +00:00

16 lines
482 B
YAML

site_name: MkDocs
site_url: http://www.mkdocs.org/
site_description: Project documentation with Markdown.
repo_url: https://github.com/tomchristie/mkdocs/
pages:
- ['index.md', 'Home']
- ['user-guide/writing-your-docs.md', 'User Guide', 'Writing your docs']
- ['user-guide/styling-your-docs.md', 'User Guide', 'Styling your docs']
- ['user-guide/configuration.md', 'User Guide', 'Configuration']
- ['about/license.md', 'About', 'License']
theme: 'mkdocs'
theme_center_lead: true