website/docs: added info about how to upgrade (#5589)

added info about how to upgrade

Co-authored-by: Tana Berry <tana@goauthentik.io>
This commit is contained in:
Tana M Berry 2023-05-12 10:25:26 -05:00 committed by GitHub
parent 228197ea5e
commit 8356ceaead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View File

@ -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 <b>Upgrade</b> section in the relevant [Release Notes](../releases).
import DocCardList from '@theme/DocCardList';
<DocCardList />

View File

@ -9,11 +9,8 @@ module.exports = {
label: "Installation", label: "Installation",
collapsed: false, collapsed: false,
link: { link: {
type: "generated-index", type: "doc",
title: "Installation", id: "installation/index",
slug: "installation",
description:
"Everything you need to get authentik up and running!",
}, },
items: [ items: [
"installation/docker-compose", "installation/docker-compose",