From 16a436abfc0cb91d7ac6750e4969b874ec91b419 Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Tue, 22 Oct 2024 12:57:29 +0100 Subject: [PATCH] use redirect instead of docs/index.md Signed-off-by: Jonathan Roebuck --- docs/index.md | 7 ------- mkdocs.yml | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 12286c9c2e..0000000000 --- a/docs/index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: docs-index -title: Backstage docs -description: Learn about Backstage, an open-source framework for building developer portals. ---- - -For an introduction to Backstage and its features, check out the [What is Backstage?](./overview/what-is-backstage.md) page. diff --git a/mkdocs.yml b/mkdocs.yml index aa545111d4..76467e9476 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,6 +5,9 @@ edit_uri: edit/master/docs plugins: - techdocs-core + - redirects: + redirect_maps: + 'index.md': 'overview/what-is-backstage.md' # For sidebar navigation on https://backstage.io/, see `microsite/sidebars.js` nav: