mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
✏️ Move installation redirects to file (#14687)
This commit is contained in:
parent
50c360c1af
commit
78403539b1
@ -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'>
|
||||
|
@ -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'>
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: "Updating Home Assistant"
|
||||
description: "Step to update Home Assistant."
|
||||
redirect_from: /getting-started/updating/
|
||||
---
|
||||
|
||||
<div class='note warning'>
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user