Clean up YAML files.

This commit is contained in:
Waylan Limberg
2017-10-25 16:28:35 -04:00
parent 3f2ad4977f
commit 84ccafce22
4 changed files with 27 additions and 27 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,6 +1,6 @@
site_name: MyTest
pages:
- 'testing.md'
- 'testing.md'
site_author: "Tom Christie & Dougal Matthews"

View File

@@ -4,4 +4,4 @@ static_templates:
- 404.html
include_search_page: true
search_index_only: false
search_index_only: false