From f809a4643097baf0e276a7e1dadc424f450324fd Mon Sep 17 00:00:00 2001
From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Date: Tue, 27 Feb 2024 21:27:56 +0100
Subject: [PATCH] Add dashboard to TOC and related topics to make it findable
(#31645)
---
source/_includes/asides/docs_navigation.html | 7 ++++---
source/getting-started/index.markdown | 2 +-
source/getting-started/onboarding_dashboard.markdown | 11 +++++++++--
3 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/source/_includes/asides/docs_navigation.html b/source/_includes/asides/docs_navigation.html
index 75f70720df2..ab4d2de1843 100644
--- a/source/_includes/asides/docs_navigation.html
+++ b/source/_includes/asides/docs_navigation.html
@@ -8,17 +8,18 @@
{% active_link /docs/glossary/ Glossary %}
- {% active_link /getting-started Getting started %}
+ Getting started
- {% active_link /installation Installation %}
+ - {% active_link /getting-started Getting started & onboarding %}
+ - {% active_link /dashboards Dashboards & views %}
- {% active_link /common-tasks/os/ Common tasks %}
-
{% active_link /docs/troubleshooting/ Troubleshooting installation
%}
-
- {% active_link /docs/troubleshooting_general/ General troubleshooting
- %}
+ {% active_link /docs/troubleshooting_general/ General troubleshooting %}
diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown
index 7165c0d593f..4e8fa10bf8f 100644
--- a/source/getting-started/index.markdown
+++ b/source/getting-started/index.markdown
@@ -1,5 +1,5 @@
---
-title: "Getting Started"
+title: "Getting started"
description: "Getting started with Home Assistant"
body_id: getting_started
show_title: true
diff --git a/source/getting-started/onboarding_dashboard.markdown b/source/getting-started/onboarding_dashboard.markdown
index a8426e228a3..550e03dda2f 100644
--- a/source/getting-started/onboarding_dashboard.markdown
+++ b/source/getting-started/onboarding_dashboard.markdown
@@ -5,7 +5,7 @@ description: "Instructions on editing the dashboard for the first time"
## First contact with the Overview dashboard
-The **Overview** dashboard is the first page you see after the [onboarding process](/getting-started/onboarding). Dashboards are customizable pages to display information in Home Assistant.
+The **Overview** [dashboard](/dashboards/) is the first page you see after the [onboarding process](/getting-started/onboarding). Dashboards are customizable pages to display information in Home Assistant.
By default, there are two dashboards: **Overview** and **Energy**. The image below shows a customized example of the **Overview** dashboard. If you just onboarded, your dashboard will be nearly empty.
@@ -56,4 +56,11 @@ The procedure below is optional. The idea is to learn some basics on changing th
- When you are done, in the top right corner, select **Done**.
9. Congratulations! You have completed your first dashboard customization.
-{% include getting-started/next_step.html step="Integrations" link="/getting-started/integration/" %}
\ No newline at end of file
+To continue with this tutorial, select the button below to learn about {% term integrations %}.
+
+{% include getting-started/next_step.html step="Integrations" link="/getting-started/integration/" %}
+
+## Related topics
+
+- [Dashboards](/dashboards/)
+- [Views](/dashboards/views/)
\ No newline at end of file