From 8356ceaead39b7c74a4a62eeed226e76c923ebd8 Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Fri, 12 May 2023 10:25:26 -0500 Subject: [PATCH] website/docs: added info about how to upgrade (#5589) added info about how to upgrade Co-authored-by: Tana Berry --- website/docs/installation/index.md | 9 +++++++++ website/sidebars.js | 7 ++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 website/docs/installation/index.md diff --git a/website/docs/installation/index.md b/website/docs/installation/index.md new file mode 100644 index 000000000..7a886f827 --- /dev/null +++ b/website/docs/installation/index.md @@ -0,0 +1,9 @@ +--- +title: Installation +--- + +Everything you need to get authentik up and running! For information about upgrading to a new version, refer to the Upgrade section in the relevant [Release Notes](../releases). + +import DocCardList from '@theme/DocCardList'; + + diff --git a/website/sidebars.js b/website/sidebars.js index fc5d5fe0e..fa63d14c2 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -9,11 +9,8 @@ module.exports = { label: "Installation", collapsed: false, link: { - type: "generated-index", - title: "Installation", - slug: "installation", - description: - "Everything you need to get authentik up and running!", + type: "doc", + id: "installation/index", }, items: [ "installation/docker-compose",