Files
mkdocs/mkdocs.yml
Tom Christie 5c54f73619 Version 0.5
2014-02-26 09:26:55 +00:00

19 lines
615 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
copyright: Copyright &copy; 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>.
google_analytics: ['example', 'foo']