From 9311326aecf04d13aab9f85ab0f678a54df8e5d7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 24 Apr 2018 15:44:32 -0400 Subject: [PATCH] Remove unused header --- docs/add_new_platform.md | 1 - docs/architecture.md | 1 - docs/architecture_components.md | 1 - docs/asyncio.md | 1 - docs/asyncio_101.md | 1 - docs/asyncio_categorizing_functions.md | 1 - docs/asyncio_misc.md | 1 - docs/asyncio_working_with_async.md | 1 - docs/code_review_component.md | 1 - docs/code_review_platform.md | 1 - docs/component_deps_and_reqs.md | 1 - docs/component_discovery.md | 1 - docs/component_events.md | 1 - docs/component_generic_discovery.md | 1 - docs/component_loading.md | 1 - docs/component_states.md | 1 - docs/creating_components.md | 1 - docs/development.md | 1 - docs/development_101.md | 1 - docs/development_catching_up.md | 1 - docs/development_checklist.md | 1 - docs/development_config.md | 1 - docs/development_environment.md | 1 - docs/development_events.md | 1 - docs/development_guidelines.md | 1 - docs/development_hass_object.md | 1 - docs/development_services.md | 1 - docs/development_states.md | 1 - docs/development_submitting.md | 1 - docs/development_testing.md | 1 - docs/development_validation.md | 1 - docs/documentation_create_page.md | 2 -- docs/documentation_index.md | 1 - docs/documentation_standards.md | 1 - docs/external_api_python.md | 1 - docs/external_api_rest.md | 1 - docs/external_api_server_sent_events.md | 1 - docs/external_api_websocket.md | 1 - docs/frontend.md | 1 - docs/frontend_add_card.md | 1 - docs/frontend_add_more_info.md | 1 - docs/frontend_creating_custom_panels.md | 1 - docs/frontend_creating_custom_ui.md | 1 - docs/hassio_addon_communication.md | 1 - docs/hassio_addon_config.md | 1 - docs/hassio_addon_development.md | 1 - docs/hassio_addon_presentation.md | 1 - docs/hassio_addon_publishing.md | 1 - docs/hassio_addon_repository.md | 1 - docs/hassio_addon_testing.md | 1 - docs/hassio_addon_tutorial.md | 1 - docs/hassio_architecture.md | 1 - docs/hassio_debugging.md | 1 - docs/index.md | 1 - docs/intent_conversation.md | 1 - docs/intent_firing.md | 1 - docs/intent_handling.md | 1 - docs/intent_index.md | 1 - docs/internationalization_backend_localization.md | 1 - docs/internationalization_custom_component_localization.md | 1 - docs/internationalization_index.md | 1 - docs/internationalization_translation.md | 1 - docs/maintenance.md | 1 - docs/misc.md | 5 +++++ docs/platform_example_light.md | 1 - docs/platform_example_sensor.md | 1 - docs/releasing.md | 1 - 67 files changed, 5 insertions(+), 67 deletions(-) create mode 100644 docs/misc.md diff --git a/docs/add_new_platform.md b/docs/add_new_platform.md index 9823bc9f..6aea200e 100644 --- a/docs/add_new_platform.md +++ b/docs/add_new_platform.md @@ -1,5 +1,4 @@ --- -layout: page title: "Adding support for a new platform" --- diff --git a/docs/architecture.md b/docs/architecture.md index e4164f17..24750290 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -1,5 +1,4 @@ --- -layout: page title: "Architecture" --- diff --git a/docs/architecture_components.md b/docs/architecture_components.md index 39aa71a6..f9a806a7 100644 --- a/docs/architecture_components.md +++ b/docs/architecture_components.md @@ -1,5 +1,4 @@ --- -layout: page title: "Components Architecture" --- diff --git a/docs/asyncio.md b/docs/asyncio.md index 25727532..f52d5f55 100644 --- a/docs/asyncio.md +++ b/docs/asyncio.md @@ -1,5 +1,4 @@ --- -layout: page title: "Asynchronous Programming" --- diff --git a/docs/asyncio_101.md b/docs/asyncio_101.md index 43076143..5632707b 100644 --- a/docs/asyncio_101.md +++ b/docs/asyncio_101.md @@ -1,5 +1,4 @@ --- -layout: page title: "Asyncio 101" --- diff --git a/docs/asyncio_categorizing_functions.md b/docs/asyncio_categorizing_functions.md index c43bffe4..cf5012c1 100644 --- a/docs/asyncio_categorizing_functions.md +++ b/docs/asyncio_categorizing_functions.md @@ -1,5 +1,4 @@ --- -layout: page title: "Categorizing Functions" --- diff --git a/docs/asyncio_misc.md b/docs/asyncio_misc.md index 7814393c..917b9c36 100644 --- a/docs/asyncio_misc.md +++ b/docs/asyncio_misc.md @@ -1,5 +1,4 @@ --- -layout: page title: "Miscellaneous Async" --- diff --git a/docs/asyncio_working_with_async.md b/docs/asyncio_working_with_async.md index f1eeee7e..cad8cadd 100644 --- a/docs/asyncio_working_with_async.md +++ b/docs/asyncio_working_with_async.md @@ -1,5 +1,4 @@ --- -layout: page title: "Working with Async" --- diff --git a/docs/code_review_component.md b/docs/code_review_component.md index f5a2d7ce..3cccb58b 100644 --- a/docs/code_review_component.md +++ b/docs/code_review_component.md @@ -1,5 +1,4 @@ --- -layout: page title: "Checklist for creating a component" --- diff --git a/docs/code_review_platform.md b/docs/code_review_platform.md index 564ffca2..acd20e06 100644 --- a/docs/code_review_platform.md +++ b/docs/code_review_platform.md @@ -1,5 +1,4 @@ --- -layout: page title: "Checklist for creating a platform" --- diff --git a/docs/component_deps_and_reqs.md b/docs/component_deps_and_reqs.md index b9049f71..ec864969 100644 --- a/docs/component_deps_and_reqs.md +++ b/docs/component_deps_and_reqs.md @@ -1,5 +1,4 @@ --- -layout: page title: "Requirements & Dependencies" --- diff --git a/docs/component_discovery.md b/docs/component_discovery.md index 631fc223..165158fb 100644 --- a/docs/component_discovery.md +++ b/docs/component_discovery.md @@ -1,5 +1,4 @@ --- -layout: page title: "Component Discovery" --- diff --git a/docs/component_events.md b/docs/component_events.md index ce07a9de..01181c9c 100644 --- a/docs/component_events.md +++ b/docs/component_events.md @@ -1,5 +1,4 @@ --- -layout: page title: "Handling events" --- diff --git a/docs/component_generic_discovery.md b/docs/component_generic_discovery.md index bba6039d..7919721d 100644 --- a/docs/component_generic_discovery.md +++ b/docs/component_generic_discovery.md @@ -1,5 +1,4 @@ --- -layout: page title: "Generic Platform Discovery" --- diff --git a/docs/component_loading.md b/docs/component_loading.md index 6cb20107..d2808f1b 100644 --- a/docs/component_loading.md +++ b/docs/component_loading.md @@ -1,5 +1,4 @@ --- -layout: page title: "Loading your components" --- diff --git a/docs/component_states.md b/docs/component_states.md index 375d2588..d62a4ee1 100644 --- a/docs/component_states.md +++ b/docs/component_states.md @@ -1,5 +1,4 @@ --- -layout: page title: "Handling states" --- diff --git a/docs/creating_components.md b/docs/creating_components.md index c6e556fb..31724c4c 100644 --- a/docs/creating_components.md +++ b/docs/creating_components.md @@ -1,5 +1,4 @@ --- -layout: page title: "Creating components" --- diff --git a/docs/development.md b/docs/development.md index 505732b4..79238b11 100644 --- a/docs/development.md +++ b/docs/development.md @@ -1,5 +1,4 @@ --- -layout: page title: "Starting with Development" --- diff --git a/docs/development_101.md b/docs/development_101.md index d30799df..f75f1c10 100644 --- a/docs/development_101.md +++ b/docs/development_101.md @@ -1,5 +1,4 @@ --- -layout: page title: "Development 101" --- diff --git a/docs/development_catching_up.md b/docs/development_catching_up.md index 44bb32cc..757021b0 100644 --- a/docs/development_catching_up.md +++ b/docs/development_catching_up.md @@ -1,5 +1,4 @@ --- -layout: page title: "Catching up with Reality" --- diff --git a/docs/development_checklist.md b/docs/development_checklist.md index 07957cc5..7459e32e 100644 --- a/docs/development_checklist.md +++ b/docs/development_checklist.md @@ -1,5 +1,4 @@ --- -layout: page title: "Development Checklist" --- diff --git a/docs/development_config.md b/docs/development_config.md index 0c1e6338..5772a9c2 100644 --- a/docs/development_config.md +++ b/docs/development_config.md @@ -1,5 +1,4 @@ --- -layout: page title: "Using Config" --- diff --git a/docs/development_environment.md b/docs/development_environment.md index 2600220c..46a92a22 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -1,5 +1,4 @@ --- -layout: page title: "Set up Development Environment" --- diff --git a/docs/development_events.md b/docs/development_events.md index 95cce1f5..98582599 100644 --- a/docs/development_events.md +++ b/docs/development_events.md @@ -1,5 +1,4 @@ --- -layout: page title: "Using Events" --- diff --git a/docs/development_guidelines.md b/docs/development_guidelines.md index 2ace2dca..cb15a80e 100644 --- a/docs/development_guidelines.md +++ b/docs/development_guidelines.md @@ -1,5 +1,4 @@ --- -layout: page title: "Style guidelines" --- diff --git a/docs/development_hass_object.md b/docs/development_hass_object.md index a4d4994e..6b308a51 100644 --- a/docs/development_hass_object.md +++ b/docs/development_hass_object.md @@ -1,5 +1,4 @@ --- -layout: page title: "Hass object" --- diff --git a/docs/development_services.md b/docs/development_services.md index e9c504c6..4f1b512f 100644 --- a/docs/development_services.md +++ b/docs/development_services.md @@ -1,5 +1,4 @@ --- -layout: page title: "Using Services" --- diff --git a/docs/development_states.md b/docs/development_states.md index 81b6bdd5..c6ac2c62 100644 --- a/docs/development_states.md +++ b/docs/development_states.md @@ -1,5 +1,4 @@ --- -layout: page title: "Using States" --- diff --git a/docs/development_submitting.md b/docs/development_submitting.md index 599d9a95..d8fa3c24 100644 --- a/docs/development_submitting.md +++ b/docs/development_submitting.md @@ -1,5 +1,4 @@ --- -layout: page title: "Submit your work" --- diff --git a/docs/development_testing.md b/docs/development_testing.md index 2e68cf51..a211c378 100644 --- a/docs/development_testing.md +++ b/docs/development_testing.md @@ -1,5 +1,4 @@ --- -layout: page title: "Testing your code" --- diff --git a/docs/development_validation.md b/docs/development_validation.md index 46c463d0..3be196da 100644 --- a/docs/development_validation.md +++ b/docs/development_validation.md @@ -1,5 +1,4 @@ --- -layout: page title: "Validate the input" --- diff --git a/docs/documentation_create_page.md b/docs/documentation_create_page.md index 0970d529..005c645b 100644 --- a/docs/documentation_create_page.md +++ b/docs/documentation_create_page.md @@ -1,5 +1,4 @@ --- -layout: page title: "Create a new page" --- @@ -11,7 +10,6 @@ If you start from scratch with a page, you need to add a header. Different secti ```text --- -layout: page title: "Awesome Sensor" diff --git a/docs/documentation_index.md b/docs/documentation_index.md index e5016990..155825ff 100644 --- a/docs/documentation_index.md +++ b/docs/documentation_index.md @@ -1,5 +1,4 @@ --- -layout: page title: "Documentation Home Assistant" --- diff --git a/docs/documentation_standards.md b/docs/documentation_standards.md index 7f9c3d74..d0a47335 100644 --- a/docs/documentation_standards.md +++ b/docs/documentation_standards.md @@ -1,5 +1,4 @@ --- -layout: page title: "Documentation Standards" --- diff --git a/docs/external_api_python.md b/docs/external_api_python.md index 96847625..90c48bf5 100644 --- a/docs/external_api_python.md +++ b/docs/external_api_python.md @@ -1,5 +1,4 @@ --- -layout: page title: "Python Remote API" --- diff --git a/docs/external_api_rest.md b/docs/external_api_rest.md index 2eaef3d0..a77347c7 100644 --- a/docs/external_api_rest.md +++ b/docs/external_api_rest.md @@ -1,5 +1,4 @@ --- -layout: page title: "RESTful API" --- diff --git a/docs/external_api_server_sent_events.md b/docs/external_api_server_sent_events.md index e6930f44..edc28e4e 100644 --- a/docs/external_api_server_sent_events.md +++ b/docs/external_api_server_sent_events.md @@ -1,5 +1,4 @@ --- -layout: page title: "Server-sent events" --- diff --git a/docs/external_api_websocket.md b/docs/external_api_websocket.md index 579f5e5b..a7ae308c 100644 --- a/docs/external_api_websocket.md +++ b/docs/external_api_websocket.md @@ -1,5 +1,4 @@ --- -layout: page title: "WebSocket API" --- diff --git a/docs/frontend.md b/docs/frontend.md index a052be66..c09736fc 100644 --- a/docs/frontend.md +++ b/docs/frontend.md @@ -1,5 +1,4 @@ --- -layout: page title: "Frontend development" --- diff --git a/docs/frontend_add_card.md b/docs/frontend_add_card.md index 5e0284ac..893a0a5f 100644 --- a/docs/frontend_add_card.md +++ b/docs/frontend_add_card.md @@ -1,5 +1,4 @@ --- -layout: page title: "Adding state card" --- diff --git a/docs/frontend_add_more_info.md b/docs/frontend_add_more_info.md index f8451e69..002391bb 100644 --- a/docs/frontend_add_more_info.md +++ b/docs/frontend_add_more_info.md @@ -1,5 +1,4 @@ --- -layout: page title: "Adding more info dialogs" --- diff --git a/docs/frontend_creating_custom_panels.md b/docs/frontend_creating_custom_panels.md index 24307d8e..ccf4feaf 100644 --- a/docs/frontend_creating_custom_panels.md +++ b/docs/frontend_creating_custom_panels.md @@ -1,5 +1,4 @@ --- -layout: page title: "Creating custom panels" --- diff --git a/docs/frontend_creating_custom_ui.md b/docs/frontend_creating_custom_ui.md index 42f7cd87..3a359581 100644 --- a/docs/frontend_creating_custom_ui.md +++ b/docs/frontend_creating_custom_ui.md @@ -1,5 +1,4 @@ --- -layout: page title: "Creating custom UI" --- diff --git a/docs/hassio_addon_communication.md b/docs/hassio_addon_communication.md index 1f356eb9..24c3fc75 100644 --- a/docs/hassio_addon_communication.md +++ b/docs/hassio_addon_communication.md @@ -1,5 +1,4 @@ --- -layout: page title: "Add-On Communication" --- diff --git a/docs/hassio_addon_config.md b/docs/hassio_addon_config.md index 07a5d3a5..2d1a7bdb 100644 --- a/docs/hassio_addon_config.md +++ b/docs/hassio_addon_config.md @@ -1,5 +1,4 @@ --- -layout: page title: "Add-On Configuration" --- diff --git a/docs/hassio_addon_development.md b/docs/hassio_addon_development.md index 9175f3e1..0e8d7483 100644 --- a/docs/hassio_addon_development.md +++ b/docs/hassio_addon_development.md @@ -1,5 +1,4 @@ --- -layout: page title: "Developing an add-on" --- diff --git a/docs/hassio_addon_presentation.md b/docs/hassio_addon_presentation.md index f7c0a4e9..fefc235e 100644 --- a/docs/hassio_addon_presentation.md +++ b/docs/hassio_addon_presentation.md @@ -1,5 +1,4 @@ --- -layout: page title: "Presenting your add-on" --- diff --git a/docs/hassio_addon_publishing.md b/docs/hassio_addon_publishing.md index 8e253a6c..49be1660 100644 --- a/docs/hassio_addon_publishing.md +++ b/docs/hassio_addon_publishing.md @@ -1,5 +1,4 @@ --- -layout: page title: "Publishing your add-on" --- diff --git a/docs/hassio_addon_repository.md b/docs/hassio_addon_repository.md index f394c404..ac341b2e 100644 --- a/docs/hassio_addon_repository.md +++ b/docs/hassio_addon_repository.md @@ -1,5 +1,4 @@ --- -layout: page title: "Create an add-on repository" --- diff --git a/docs/hassio_addon_testing.md b/docs/hassio_addon_testing.md index 84ecdc01..dab689be 100644 --- a/docs/hassio_addon_testing.md +++ b/docs/hassio_addon_testing.md @@ -1,5 +1,4 @@ --- -layout: page title: "Local add-on testing" --- diff --git a/docs/hassio_addon_tutorial.md b/docs/hassio_addon_tutorial.md index bebad442..34ca478b 100644 --- a/docs/hassio_addon_tutorial.md +++ b/docs/hassio_addon_tutorial.md @@ -1,5 +1,4 @@ --- -layout: page title: "Tutorial: Making your first add-on" --- diff --git a/docs/hassio_architecture.md b/docs/hassio_architecture.md index aad2c65f..b9cbc545 100644 --- a/docs/hassio_architecture.md +++ b/docs/hassio_architecture.md @@ -1,5 +1,4 @@ --- -layout: page title: "Hass.io Architecture" --- diff --git a/docs/hassio_debugging.md b/docs/hassio_debugging.md index 3c7bde56..db7f3250 100644 --- a/docs/hassio_debugging.md +++ b/docs/hassio_debugging.md @@ -1,5 +1,4 @@ --- -layout: page title: "Debugging Hass.io" --- diff --git a/docs/index.md b/docs/index.md index d385c264..caa8be74 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,4 @@ --- -layout: page title: "Developers" --- diff --git a/docs/intent_conversation.md b/docs/intent_conversation.md index 32c74a63..f87fe364 100644 --- a/docs/intent_conversation.md +++ b/docs/intent_conversation.md @@ -1,5 +1,4 @@ --- -layout: page title: "Registering sentences" --- diff --git a/docs/intent_firing.md b/docs/intent_firing.md index 929b390a..f6f644c9 100644 --- a/docs/intent_firing.md +++ b/docs/intent_firing.md @@ -1,5 +1,4 @@ --- -layout: page title: "Firing intents" --- diff --git a/docs/intent_handling.md b/docs/intent_handling.md index e8c863a6..0ddefbc6 100644 --- a/docs/intent_handling.md +++ b/docs/intent_handling.md @@ -1,5 +1,4 @@ --- -layout: page title: "Handling intents" --- diff --git a/docs/intent_index.md b/docs/intent_index.md index 3043adf4..ba1ee981 100644 --- a/docs/intent_index.md +++ b/docs/intent_index.md @@ -1,5 +1,4 @@ --- -layout: page title: "Intents" --- diff --git a/docs/internationalization_backend_localization.md b/docs/internationalization_backend_localization.md index 8d17d4cb..e7b1e072 100644 --- a/docs/internationalization_backend_localization.md +++ b/docs/internationalization_backend_localization.md @@ -1,5 +1,4 @@ --- -layout: page title: "Backend Localization" --- diff --git a/docs/internationalization_custom_component_localization.md b/docs/internationalization_custom_component_localization.md index fbccfeb6..48016f00 100644 --- a/docs/internationalization_custom_component_localization.md +++ b/docs/internationalization_custom_component_localization.md @@ -1,5 +1,4 @@ --- -layout: page title: "Custom Component Localization" --- diff --git a/docs/internationalization_index.md b/docs/internationalization_index.md index a192a702..2c042272 100644 --- a/docs/internationalization_index.md +++ b/docs/internationalization_index.md @@ -1,5 +1,4 @@ --- -layout: page title: "Internationalization" --- diff --git a/docs/internationalization_translation.md b/docs/internationalization_translation.md index 6ce967d5..6371ef39 100644 --- a/docs/internationalization_translation.md +++ b/docs/internationalization_translation.md @@ -1,5 +1,4 @@ --- -layout: page title: "Translation" --- diff --git a/docs/maintenance.md b/docs/maintenance.md index 6aa77f6e..ef3994e7 100644 --- a/docs/maintenance.md +++ b/docs/maintenance.md @@ -1,5 +1,4 @@ --- -layout: page title: "Maintenance" --- diff --git a/docs/misc.md b/docs/misc.md new file mode 100644 index 00000000..065da154 --- /dev/null +++ b/docs/misc.md @@ -0,0 +1,5 @@ +--- +title: Miscellaneous +--- + +Catch all category. Topics are not related to one another. diff --git a/docs/platform_example_light.md b/docs/platform_example_light.md index 1b5f45fa..5344b767 100644 --- a/docs/platform_example_light.md +++ b/docs/platform_example_light.md @@ -1,5 +1,4 @@ --- -layout: page title: "Example light platform" --- diff --git a/docs/platform_example_sensor.md b/docs/platform_example_sensor.md index 53092f97..5d2728e1 100644 --- a/docs/platform_example_sensor.md +++ b/docs/platform_example_sensor.md @@ -1,5 +1,4 @@ --- -layout: page title: "Example sensor platform" --- diff --git a/docs/releasing.md b/docs/releasing.md index a89db6e4..3219a3b8 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -1,5 +1,4 @@ --- -layout: page title: "Releasing" ---