Files
mkdocs/mkdocs.yml
Dougal Matthews d1a19a00a1 Deprecate non-behaviourable config options
This change adds the ability to validate nested properties, such as
those within 'extra' and provides a deprecated config option for those
that have been moved.
2015-05-24 10:26:57 +01:00

14 lines
464 B
YAML

site_name: MkDocs
site_url: http://www.mkdocs.org
site_description: Project documentation with Markdown.
repo_url: https://github.com/mkdocs/mkdocs/
markdown_extensions:
- toc:
permalink: ""
- admonition:
copyright: Copyright &copy; 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>. Maintenance and development by <a href="http://www.dougalmatthews.com/">Dougal Matthews</a>
google_analytics: ['UA-27795084-5', 'mkdocs.org']