From f3ece9ca0fb5ca4154bd1b85cde3e6ce282b4b33 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 18 Jun 2021 11:34:52 +0200 Subject: [PATCH] docs: move glossary to overview MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Patrik Oldsberg --- docs/{ => overview}/glossary.md | 2 +- microsite/sidebars.json | 2 +- mkdocs.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) rename docs/{ => overview}/glossary.md (96%) diff --git a/docs/glossary.md b/docs/overview/glossary.md similarity index 96% rename from docs/glossary.md rename to docs/overview/glossary.md index 745cf5f95b..97a2823365 100644 --- a/docs/glossary.md +++ b/docs/overview/glossary.md @@ -11,7 +11,7 @@ terminology below for clarity and consistency when discussing Backstage. ### Authentication Glossary -This [page](./auth/glossary.md) directs to the terms and phrases related to +This [page](../auth/glossary.md) directs to the terms and phrases related to authentication and identity section of Backstage. ### Backstage User Profiles diff --git a/microsite/sidebars.json b/microsite/sidebars.json index f48a035cb8..76dfc71ce0 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -9,6 +9,7 @@ "overview/adopting", "overview/stability-index", "overview/support", + "overview/glossary", "overview/logos" ], "Getting Started": [ @@ -261,7 +262,6 @@ "architecture-decisions/adrs-adr011" ], "Support": ["support/project-structure"], - "Glossary": ["glossary"], "FAQ": ["FAQ"] } } diff --git a/mkdocs.yml b/mkdocs.yml index 793cd27d13..44f6064ef2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,6 +14,7 @@ nav: - Strategies for adopting: 'overview/adopting.md' - Stability Index: 'overview/stability-index.md' - Support and community: 'overview/support.md' + - Glossary: 'overview/glossary.md' - Logo assets: 'overview/logos.md' - Getting Started: - Getting Started: 'getting-started/index.md'