From 325c7cd863633023562c2f8b137624256dcd2d46 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 18 Jun 2021 11:29:25 +0200 Subject: [PATCH 1/3] docs: move support in under 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/{support => overview}/support.md | 0 microsite/sidebars.json | 3 ++- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename docs/{support => overview}/support.md (100%) diff --git a/docs/support/support.md b/docs/overview/support.md similarity index 100% rename from docs/support/support.md rename to docs/overview/support.md diff --git a/microsite/sidebars.json b/microsite/sidebars.json index e0add7a007..f48a035cb8 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -8,6 +8,7 @@ "overview/background", "overview/adopting", "overview/stability-index", + "overview/support", "overview/logos" ], "Getting Started": [ @@ -259,7 +260,7 @@ "architecture-decisions/adrs-adr010", "architecture-decisions/adrs-adr011" ], - "Support": ["support/support", "support/project-structure"], + "Support": ["support/project-structure"], "Glossary": ["glossary"], "FAQ": ["FAQ"] } diff --git a/mkdocs.yml b/mkdocs.yml index 4b2b29a997..793cd27d13 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,6 +13,7 @@ nav: - The Spotify Story: 'overview/background.md' - Strategies for adopting: 'overview/adopting.md' - Stability Index: 'overview/stability-index.md' + - Support and community: 'overview/support.md' - Logo assets: 'overview/logos.md' - Getting Started: - Getting Started: 'getting-started/index.md' @@ -173,7 +174,6 @@ nav: - ADR010 - Luxon Date Library: 'architecture-decisions/adr010-luxon-date-library.md' - ADR011 - Plugin Package Structure: 'architecture-decisions/adr011-plugin-package-structure.md' - Support: - - Support and community: 'support/support.md' - Backstage Project Structure: 'support/project-structure.md' - Glossary: glossary.md - FAQ: FAQ.md From f3ece9ca0fb5ca4154bd1b85cde3e6ce282b4b33 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 18 Jun 2021 11:34:52 +0200 Subject: [PATCH 2/3] 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' From e1670191588085f78af09d3b68f224bc865d020e Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 18 Jun 2021 11:37:45 +0200 Subject: [PATCH 3/3] docs: move project structure to getting started 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/{support => getting-started}/project-structure.md | 0 microsite/sidebars.json | 4 ++-- mkdocs.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) rename docs/{support => getting-started}/project-structure.md (100%) diff --git a/docs/support/project-structure.md b/docs/getting-started/project-structure.md similarity index 100% rename from docs/support/project-structure.md rename to docs/getting-started/project-structure.md diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 76dfc71ce0..094c45c924 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -26,7 +26,8 @@ }, "getting-started/keeping-backstage-updated", "getting-started/concepts", - "getting-started/contributors" + "getting-started/contributors", + "getting-started/project-structure" ], "CLI": ["cli/index", "cli/commands"], "Core Features": [ @@ -261,7 +262,6 @@ "architecture-decisions/adrs-adr010", "architecture-decisions/adrs-adr011" ], - "Support": ["support/project-structure"], "FAQ": ["FAQ"] } } diff --git a/mkdocs.yml b/mkdocs.yml index 44f6064ef2..f8b818ec29 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,6 +26,7 @@ nav: - Keeping Backstage Updated: 'getting-started/keeping-backstage-updated.md' - Key Concepts: 'getting-started/concepts.md' - Contributors: 'getting-started/contributors.md' + - Project Structure: 'getting-started/project-structure.md' - CLI: - Overview: 'cli/index.md' - Commands: 'cli/commands.md'