mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
Clean up YAML files.
This commit is contained in:
24
mkdocs.yml
24
mkdocs.yml
@@ -7,18 +7,18 @@ repo_url: https://github.com/mkdocs/mkdocs/
|
||||
edit_uri: ""
|
||||
|
||||
pages:
|
||||
- Home: index.md
|
||||
- User Guide:
|
||||
- Writing Your Docs: user-guide/writing-your-docs.md
|
||||
- Styling Your Docs: user-guide/styling-your-docs.md
|
||||
- Configuration: user-guide/configuration.md
|
||||
- Deploying Your Docs: user-guide/deploying-your-docs.md
|
||||
- Custom Themes: user-guide/custom-themes.md
|
||||
- Plugins: user-guide/plugins.md
|
||||
- About:
|
||||
- Release Notes: about/release-notes.md
|
||||
- Contributing: about/contributing.md
|
||||
- License: about/license.md
|
||||
- Home: index.md
|
||||
- User Guide:
|
||||
- Writing Your Docs: user-guide/writing-your-docs.md
|
||||
- Styling Your Docs: user-guide/styling-your-docs.md
|
||||
- Configuration: user-guide/configuration.md
|
||||
- Deploying Your Docs: user-guide/deploying-your-docs.md
|
||||
- Custom Themes: user-guide/custom-themes.md
|
||||
- Plugins: user-guide/plugins.md
|
||||
- About:
|
||||
- Release Notes: about/release-notes.md
|
||||
- Contributing: about/contributing.md
|
||||
- License: about/license.md
|
||||
|
||||
extra_css:
|
||||
- css/extra.css
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
site_name: My Docs
|
||||
|
||||
pages:
|
||||
- Home: index.md
|
||||
- User Guide:
|
||||
- Writing your docs: index.md
|
||||
- About:
|
||||
- License: index.md
|
||||
- Release Notes:
|
||||
- Version 1: index.md
|
||||
- Version 2: index.md
|
||||
- Version 3: index.md
|
||||
- Home: index.md
|
||||
- User Guide:
|
||||
- Writing your docs: index.md
|
||||
- About:
|
||||
- License: index.md
|
||||
- Release Notes:
|
||||
- Version 1: index.md
|
||||
- Version 2: index.md
|
||||
- Version 3: index.md
|
||||
|
||||
site_url: http://www.mkdocs.org/
|
||||
docs_dir: documentation
|
||||
@@ -27,10 +27,10 @@ use_directory_urls: false
|
||||
repo_url: https://github.com/mkdocs/mkdocs/tree/master/mkdocs/tests/integration
|
||||
repo_name: "GitHub"
|
||||
|
||||
extra_css: ["tweak.css", ]
|
||||
extra_javascript: ["tweak.js", ]
|
||||
extra_css: ["tweak.css"]
|
||||
extra_javascript: ["tweak.js"]
|
||||
|
||||
extra_templates: ["custom.html", ]
|
||||
extra_templates: ["custom.html"]
|
||||
|
||||
|
||||
markdown_extensions:
|
||||
@@ -43,4 +43,4 @@ strict: true
|
||||
remote_branch: none
|
||||
remote_name: upstream
|
||||
extra:
|
||||
some value: 1
|
||||
some value: 1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
site_name: MyTest
|
||||
|
||||
pages:
|
||||
- 'testing.md'
|
||||
- 'testing.md'
|
||||
|
||||
site_author: "Tom Christie & Dougal Matthews"
|
||||
|
||||
@@ -4,4 +4,4 @@ static_templates:
|
||||
- 404.html
|
||||
|
||||
include_search_page: true
|
||||
search_index_only: false
|
||||
search_index_only: false
|
||||
|
||||
Reference in New Issue
Block a user