From 61ac7b9644a31a5bbee3988f61ac39ee9f272fb5 Mon Sep 17 00:00:00 2001 From: Ariana Hlavaty Date: Fri, 2 Oct 2020 13:20:13 +0100 Subject: [PATCH] Move redirects (#14772) --- source/_cookbook/notify.mqtt.markdown | 2 -- source/_docs/frontend/browsers.markdown | 1 - source/_docs/tools/scripts.markdown | 7 ------- source/_posts/2019-06-05-release-94.markdown | 1 - source/_posts/2019-11-22-state-of-the-union.markdown | 2 -- source/_redirects | 7 +++++++ source/lovelace/index.markdown | 2 -- 7 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 source/_docs/tools/scripts.markdown diff --git a/source/_cookbook/notify.mqtt.markdown b/source/_cookbook/notify.mqtt.markdown index 3485846b015..00e08139241 100644 --- a/source/_cookbook/notify.mqtt.markdown +++ b/source/_cookbook/notify.mqtt.markdown @@ -4,8 +4,6 @@ description: "Instructions on how to add MQTT notifications to Home Assistant." logo: mqtt.png ha_category: Notifications ha_iot_class: Configurable -redirect_from: - /integrations/notify.mqtt/ --- The MQTT notification support is different than the other [notification](/integrations/notify/) platforms. It is a service. This means that you don't have to create a configuration entry but you need to provide more details when calling the service. diff --git a/source/_docs/frontend/browsers.markdown b/source/_docs/frontend/browsers.markdown index 716f93d1941..c24fb343c20 100644 --- a/source/_docs/frontend/browsers.markdown +++ b/source/_docs/frontend/browsers.markdown @@ -1,7 +1,6 @@ --- title: "Browsers" description: "Browser Compatibility List" -redirect_from: /getting-started/browsers/ --- Home Assistant requires a web browser to show the frontend and supports all major modern browsers. We don't test the web interface against all available browsers but this page tracks different browsers on various operating systems and should help you to pick a browser which works. The "Release" column contains the release number which was tested. This doesn't mean that older or newer releases will not work. diff --git a/source/_docs/tools/scripts.markdown b/source/_docs/tools/scripts.markdown deleted file mode 100644 index fba7e0af4d7..00000000000 --- a/source/_docs/tools/scripts.markdown +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Tools" -description: "Description of tools which helps when using Home Assistant." -redirect_from: /docs/tools/ ---- - - diff --git a/source/_posts/2019-06-05-release-94.markdown b/source/_posts/2019-06-05-release-94.markdown index d87370cb7af..6b88d49a624 100644 --- a/source/_posts/2019-06-05-release-94.markdown +++ b/source/_posts/2019-06-05-release-94.markdown @@ -7,7 +7,6 @@ author: Paulus Schoutsen author_twitter: balloob categories: Release-Notes og_image: /images/blog/2019-06-release-94/google-ui.png -redirect_from: /blog/2019/05/29/release-94/ --- diff --git a/source/_posts/2019-11-22-state-of-the-union.markdown b/source/_posts/2019-11-22-state-of-the-union.markdown index 4c2718372b3..ac9e89a7f37 100644 --- a/source/_posts/2019-11-22-state-of-the-union.markdown +++ b/source/_posts/2019-11-22-state-of-the-union.markdown @@ -8,8 +8,6 @@ author: Paulus Schoutsen author_twitter: balloob comments: true categories: Announcements -redirect_from: - - /state-of-the-union/ og_image: /images/blog/2019-11-state-of-the-union/social.jpeg --- diff --git a/source/_redirects b/source/_redirects index ca6c8c0e598..afd40609108 100644 --- a/source/_redirects +++ b/source/_redirects @@ -1086,6 +1086,7 @@ /integrations/sensor.xiaomi_miio /integrations/xiaomi_miio /integrations/switch.xiaomi_miio /integrations/xiaomi_miio /integrations/vacuum.xiaomi_miio /integrations/xiaomi_miio +/integrations/lovelace /lovelace # Renaming components to integrations /components /integrations @@ -2065,6 +2066,7 @@ /integrations/cover.knx /integrations/knx#cover /integrations/light.knx /integrations/knx#light /integrations/notify.knx /integrations/knx#notify +/integrations/notify.mqtt /cookbook/notify.mqtt /integrations/scene.knx /integrations/knx#scene /integrations/sensor.knx /integrations/knx#sensor /integrations/switch.knx /integrations/knx#switch @@ -2077,6 +2079,7 @@ /getting-started/automation-trigger /docs/automation/trigger /getting-started/automation-templating /docs/automation/templating /getting-started/basic /docs/configuration/basic +/getting-started/browsers /docs/frontend/browsers /getting-started/customizing-devices /docs/configuration/customizing-devices /getting-started/devices /docs/configuration/devices /getting-started/installation /docs/installation @@ -2174,3 +2177,7 @@ /docs/installation/raspberry-pi-all-in-one /getting-started /getting-started/hassbian /getting-started /getting-started/installation-raspberry-pi-all-in-one /getting-started + +# Blog +/blog/2019/05/29/release-94 /blog/2019/06/05/release-94 +/state-of-the-union /blog/2019/11/22/state-of-the-union diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown index bb8c7fa1350..76e6ae33bd0 100644 --- a/source/lovelace/index.markdown +++ b/source/lovelace/index.markdown @@ -1,8 +1,6 @@ --- title: "Lovelace" description: "Lovelace is a powerful and configurable dashboard for Home Assistant." -redirect_from: - - /integrations/lovelace/ --- Lovelace is the Home Assistant dashboard. It's a fast, customizable and powerful way for users to manage their homes, working on mobile and desktop.