mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
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.
14 lines
464 B
YAML
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 © 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']
|