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",
|
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",
|
||||||
|
|
Reference in New Issue