From 78403539b1439937ef9c8875516b4cbb0d65ac90 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 2 Oct 2020 11:20:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Move=20installation=20redi?= =?UTF-8?q?rects=20to=20file=20(#14687)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_docs/installation.markdown | 1 - source/_docs/installation/docker.markdown | 1 - source/_docs/installation/raspberry-pi.markdown | 1 - source/_docs/installation/troubleshooting.markdown | 1 - source/_docs/installation/updating.markdown | 1 - source/_docs/installation/virtualenv.markdown | 1 - source/_redirects | 6 ++++++ 7 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_docs/installation.markdown b/source/_docs/installation.markdown index 3f8878f7954..b378aeecb48 100644 --- a/source/_docs/installation.markdown +++ b/source/_docs/installation.markdown @@ -1,7 +1,6 @@ --- title: "Installation of Home Assistant" description: "Instructions on how to install Home Assistant to launch on start." -redirect_from: /getting-started/installation/ ---
diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index 82e639884cc..b943b08992f 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -1,7 +1,6 @@ --- title: "Installation on Docker" description: "Instructions to install Home Assistant on a Docker." -redirect_from: /getting-started/installation-docker/ ---
diff --git a/source/_docs/installation/raspberry-pi.markdown b/source/_docs/installation/raspberry-pi.markdown index a3f28066ddc..62449e7f955 100644 --- a/source/_docs/installation/raspberry-pi.markdown +++ b/source/_docs/installation/raspberry-pi.markdown @@ -1,7 +1,6 @@ --- title: "Manual installation on a Raspberry Pi" description: "Instructions to install Home Assistant Core on a Raspberry Pi running Raspberry Pi OS Lite." -redirect_from: /getting-started/installation-raspberry-pi/ --- This installation of Home Assistant Core requires the Raspberry Pi to run [Raspberry Pi OS Lite](https://www.raspberrypi.org/downloads/raspberry-pi-os//). The installation will be installed in a [Virtual Environment](/docs/installation/virtualenv) with minimal overhead. Instructions assume this is a new installation of Raspberry Pi OS Lite. diff --git a/source/_docs/installation/troubleshooting.markdown b/source/_docs/installation/troubleshooting.markdown index 560cf59a28f..b52b171ced0 100644 --- a/source/_docs/installation/troubleshooting.markdown +++ b/source/_docs/installation/troubleshooting.markdown @@ -1,7 +1,6 @@ --- title: "Troubleshooting installation problems" description: "Common installation problems and their solutions." -redirect_from: /getting-started/troubleshooting/ --- It can happen that you run into trouble while installing Home Assistant. This page is here to help you solve the most common problems. diff --git a/source/_docs/installation/updating.markdown b/source/_docs/installation/updating.markdown index ec24437d0d1..5352fdbc3ea 100644 --- a/source/_docs/installation/updating.markdown +++ b/source/_docs/installation/updating.markdown @@ -1,7 +1,6 @@ --- title: "Updating Home Assistant" description: "Step to update Home Assistant." -redirect_from: /getting-started/updating/ ---
diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown index 8cfa304e052..1512598c527 100644 --- a/source/_docs/installation/virtualenv.markdown +++ b/source/_docs/installation/virtualenv.markdown @@ -1,7 +1,6 @@ --- title: "Installation in Python virtual environment" description: "How to install Home Assistant in a Python virtual environment." -redirect_from: /getting-started/installation-virtualenv/ --- If you already have Python 3.7 or later installed, you can easily give Home Assistant a spin. diff --git a/source/_redirects b/source/_redirects index e1401482760..89371917887 100644 --- a/source/_redirects +++ b/source/_redirects @@ -2069,8 +2069,14 @@ /getting-started/basic /docs/configuration/basic /getting-started/customizing-devices /docs/configuration/customizing-devices /getting-started/devices /docs/configuration/devices +/getting-started/installation /docs/installation +/getting-started/installation-docker /docs/installation/docker +/getting-started/installation-virtualenv /docs/installation/virtualenv +/getting-started/installation-raspberry-pi /docs/installation/raspberry-pi /getting-started/securing /docs/configuration/securing +/getting-started/troubleshooting /docs/installation/troubleshooting /getting-started/troubleshooting-configuration /docs/configuration/troubleshooting +/getting-started/updating /docs/installation/updating /getting-started/yaml /docs/configuration/yaml /topics/events /docs/configuration/events /topics/packages /docs/configuration/packages