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:
parent
228197ea5e
commit
8356ceaead
|
@ -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 />
|
|
@ -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",
|
||||
|
|
Reference in New Issue