✏️ Move installation redirects to file (#14687)

This commit is contained in:
Klaas Schoute 2020-10-02 11:20:04 +02:00 committed by GitHub
parent 50c360c1af
commit 78403539b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 6 deletions

View File

@ -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/
---
<div class='note'>

View File

@ -1,7 +1,6 @@
---
title: "Installation on Docker"
description: "Instructions to install Home Assistant on a Docker."
redirect_from: /getting-started/installation-docker/
---
<div class='note warning'>

View File

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

View File

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

View File

@ -1,7 +1,6 @@
---
title: "Updating Home Assistant"
description: "Step to update Home Assistant."
redirect_from: /getting-started/updating/
---
<div class='note warning'>

View File

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

View File

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