From 325c7cd863633023562c2f8b137624256dcd2d46 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 18 Jun 2021 11:29:25 +0200 Subject: [PATCH] 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