From 1b40e7d36984cd79ddc629c92c7200c4d6b7a113 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 25 Apr 2018 18:29:23 -0400 Subject: [PATCH] Fix hass.io sidebar --- docs/dev_101_index.md | 1 + website/sidebars.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dev_101_index.md b/docs/dev_101_index.md index 9f93e3ba..76703ea5 100644 --- a/docs/dev_101_index.md +++ b/docs/dev_101_index.md @@ -1,5 +1,6 @@ --- title: "Development 101" +sidebar_label: Introduction --- The goal of development 101 is to get you familiar with the basics of developing for Home Assistant. Before we start, please make sure you familiarize yourself with the [architecture](architecture_index.md). diff --git a/website/sidebars.json b/website/sidebars.json index 71820149..06f4dbcf 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -82,7 +82,7 @@ "Hass.io": [ "hassio_debugging" ], - "Hass.io": [ + "Hass.io Add-Ons": [ "hassio_addon_index", "hassio_addon_tutorial", "hassio_addon_config",