diff --git a/source/_docs/hassbian.markdown b/source/_docs/installation/hassbian.markdown similarity index 100% rename from source/_docs/hassbian.markdown rename to source/_docs/installation/hassbian.markdown diff --git a/source/_docs/hassbian/common-tasks.markdown b/source/_docs/installation/hassbian/common-tasks.markdown similarity index 98% rename from source/_docs/hassbian/common-tasks.markdown rename to source/_docs/installation/hassbian/common-tasks.markdown index 262770e8d20..ce294b5c1b9 100644 --- a/source/_docs/hassbian/common-tasks.markdown +++ b/source/_docs/installation/hassbian/common-tasks.markdown @@ -7,13 +7,13 @@ sidebar: true comments: false sharing: true footer: true -redirect_from: /getting-started/hassbian-common-tasks/ +redirect_from: /docs/hassbian/common-tasks/ --- ### {% linkable_title Login to the Raspberry Pi %} To login to your Raspberry Pi running HASSbian you're going to be using a ssh client. Depending on your platform there are several alternatives for doing this. Linux and Max OS generally have a ssh client installed. Windows users are recommended to download and install the ssh client [Putty][ssh-putty]. -Connect to the Raspberry Pi over ssh. Default user name is `pi` and password is `raspberry`. +Connect to the Raspberry Pi over ssh. Default user name is `pi` and password is `raspberry`. Linux and Mac OS users execute the following command in a terminal. ```bash diff --git a/source/_docs/hassbian/customization.markdown b/source/_docs/installation/hassbian/customization.markdown similarity index 97% rename from source/_docs/hassbian/customization.markdown rename to source/_docs/installation/hassbian/customization.markdown index dfc566f1ff8..1b295b83efe 100644 --- a/source/_docs/hassbian/customization.markdown +++ b/source/_docs/installation/hassbian/customization.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -redirect_from: /getting-started/hassbian-customization/ +redirect_from: /docs/hassbian/customization/ --- To allow you to customize your installation further, we have included a tool called `hassbian-config`. This tool comes with a set of packages that can easily be installed for easier customization of your Home Assistant installation. diff --git a/source/_docs/hassbian/installation.markdown b/source/_docs/installation/hassbian/installation.markdown similarity index 97% rename from source/_docs/hassbian/installation.markdown rename to source/_docs/installation/hassbian/installation.markdown index e1e2cd5516b..df50d186801 100644 --- a/source/_docs/hassbian/installation.markdown +++ b/source/_docs/installation/hassbian/installation.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -redirect_from: /getting-started/installation-raspberry-pi-image/ +redirect_from: /docs/hassbian/installation/ --- The easiest way to install Home Assistant on your Raspberry Pi is by using HASSbian: a Raspberry Pi image with Home Assistant built-in. The image will install the latest version of Home Assistant on initial boot (~10 minutes). diff --git a/source/_docs/hassbian/integrations.markdown b/source/_docs/installation/hassbian/integrations.markdown similarity index 98% rename from source/_docs/hassbian/integrations.markdown rename to source/_docs/installation/hassbian/integrations.markdown index fe1cebcf400..e48f9e35367 100644 --- a/source/_docs/hassbian/integrations.markdown +++ b/source/_docs/installation/hassbian/integrations.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -redirect_from: /getting-started/hassbian-installation/ +redirect_from: /docs/hassbian/integrations/ --- Some components that are specific for the Raspberry Pi can require some further configuration outside of Home Assistant. All commands below are assumed to be executed with the `pi` account. For full documentation of these components refer to the [components](/components) page. diff --git a/source/_docs/hassbian/upgrading.markdown b/source/_docs/installation/hassbian/upgrading.markdown similarity index 94% rename from source/_docs/hassbian/upgrading.markdown rename to source/_docs/installation/hassbian/upgrading.markdown index 0af3dc90c83..0ac77e21b12 100644 --- a/source/_docs/hassbian/upgrading.markdown +++ b/source/_docs/installation/hassbian/upgrading.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -redirect_from: /getting-started/hassbian-upgrading/ +redirect_from: /docs/hassbian/upgrading/ --- HASSbian is based on Raspbian and uses the same repositories. Any changes to Raspbian will be reflected in HASSbian. To update and upgrade system packages and installed software (excluding Home Assistant) do the following. diff --git a/source/_includes/asides/docs_navigation.html b/source/_includes/asides/docs_navigation.html index 24d52934717..c6c9b967f1d 100644 --- a/source/_includes/asides/docs_navigation.html +++ b/source/_includes/asides/docs_navigation.html @@ -8,22 +8,14 @@