From 2a0453a6bff227c6db6f34e9f9c593068086be44 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Mon, 14 Feb 2022 11:06:04 -0700 Subject: [PATCH] renamed overview pages so that tabs and documentation show description --- docs/about-documentation/overview.md | 4 ++-- docs/developers/overview.md | 4 ++-- docs/getting-started/getting_started.md | 4 ++-- docs/hardware/overview.md | 4 ++-- docs/legal/overview.md | 4 ++-- docs/software/overview.md | 4 ++-- docs/software/settings/overview.md | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/about-documentation/overview.md b/docs/about-documentation/overview.md index e96679ee..462659a9 100644 --- a/docs/about-documentation/overview.md +++ b/docs/about-documentation/overview.md @@ -1,7 +1,7 @@ --- id: overview -title: Overview -sidebar_label: Overview +title: Maintaining Documentation +sidebar_label: Maintaining Documentation slug: /about-documentation --- Meshtastic documentation is an important ingredient to the overall project. We want users to hit the ground running with the information they need right at their finger tips. This section will discuss the documentation software stack, file organization, and style guides. diff --git a/docs/developers/overview.md b/docs/developers/overview.md index 0ce3a220..e2bf3994 100644 --- a/docs/developers/overview.md +++ b/docs/developers/overview.md @@ -1,7 +1,7 @@ --- id: overview -title: Overview -sidebar_label: Overview +title: Contribute to Meshtastic +sidebar_label: Contribute to Meshtastic slug: /developers --- # How to Help diff --git a/docs/getting-started/getting_started.md b/docs/getting-started/getting_started.md index 0c1c8d27..0f6a3235 100644 --- a/docs/getting-started/getting_started.md +++ b/docs/getting-started/getting_started.md @@ -1,7 +1,7 @@ --- id: overview -title: Overview -sidebar_label: Overview +title: Getting Started +sidebar_label: Getting Started slug: /getting-started --- diff --git a/docs/hardware/overview.md b/docs/hardware/overview.md index e89ac498..6fceecce 100644 --- a/docs/hardware/overview.md +++ b/docs/hardware/overview.md @@ -1,7 +1,7 @@ --- id: overview -title: Overview -sidebar_label: Overview +title: Hardware +sidebar_label: Hardware slug: /hardware --- diff --git a/docs/legal/overview.md b/docs/legal/overview.md index 28d3c7ad..cc8295a1 100644 --- a/docs/legal/overview.md +++ b/docs/legal/overview.md @@ -1,7 +1,7 @@ --- id: overview -title: Overview -sidebar_label: Overview +title: Legal +sidebar_label: Legal slug: /legal --- ## Disclaimers diff --git a/docs/software/overview.md b/docs/software/overview.md index 8df4f221..3d3f8a61 100644 --- a/docs/software/overview.md +++ b/docs/software/overview.md @@ -1,7 +1,7 @@ --- id: overview -title: Overview -sidebar_label: Overview +title: Software +sidebar_label: Software slug: /software --- diff --git a/docs/software/settings/overview.md b/docs/software/settings/overview.md index ef0b3a4b..af824e11 100644 --- a/docs/software/settings/overview.md +++ b/docs/software/settings/overview.md @@ -1,7 +1,7 @@ --- id: overview -title: Overview -sidebar_label: Overview +title: Device Settings +sidebar_label: Device Settings slug: /settings --- import Tabs from '@theme/Tabs';