From 67bf8321f086f551d4e8a7e988e02d760a408a5e Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Fri, 18 Oct 2024 11:57:33 +0100 Subject: [PATCH] add docs root index.md file with link to Backstage overview Signed-off-by: Jonathan Roebuck --- docs/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000000..12286c9c2e --- /dev/null +++ b/docs/index.md @@ -0,0 +1,7 @@ +--- +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.