From 84ccafce221ee78cc4ff75c016798a92fc955ed6 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 25 Oct 2017 16:28:35 -0400 Subject: [PATCH] Clean up YAML files. --- mkdocs.yml | 24 ++++++++--------- .../integration/complicated_config/mkdocs.yml | 26 +++++++++---------- mkdocs/tests/integration/minimal/mkdocs.yml | 2 +- mkdocs/themes/readthedocs/mkdocs_theme.yml | 2 +- 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 254eac15..66664b8d 100644 --- a/mkdocs.yml +++ b/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 diff --git a/mkdocs/tests/integration/complicated_config/mkdocs.yml b/mkdocs/tests/integration/complicated_config/mkdocs.yml index d5307f7e..f84936cc 100644 --- a/mkdocs/tests/integration/complicated_config/mkdocs.yml +++ b/mkdocs/tests/integration/complicated_config/mkdocs.yml @@ -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 diff --git a/mkdocs/tests/integration/minimal/mkdocs.yml b/mkdocs/tests/integration/minimal/mkdocs.yml index 7e678648..f4d5b08c 100644 --- a/mkdocs/tests/integration/minimal/mkdocs.yml +++ b/mkdocs/tests/integration/minimal/mkdocs.yml @@ -1,6 +1,6 @@ site_name: MyTest pages: -- 'testing.md' + - 'testing.md' site_author: "Tom Christie & Dougal Matthews" diff --git a/mkdocs/themes/readthedocs/mkdocs_theme.yml b/mkdocs/themes/readthedocs/mkdocs_theme.yml index f5d2db17..6a0d292e 100644 --- a/mkdocs/themes/readthedocs/mkdocs_theme.yml +++ b/mkdocs/themes/readthedocs/mkdocs_theme.yml @@ -4,4 +4,4 @@ static_templates: - 404.html include_search_page: true -search_index_only: false \ No newline at end of file +search_index_only: false