docs: rename upgrading to release notes
This commit is contained in:
parent
e7c96eb70d
commit
7f7b7e37c1
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Upgrading to 0.10
|
||||
title: Release 0.10
|
||||
---
|
||||
|
||||
This update brings a lot of big features, such as:
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Upgrading to 0.11
|
||||
title: Release 0.11
|
||||
---
|
||||
|
||||
This update brings these headline features:
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Upgrading to 0.12
|
||||
title: Release 0.12
|
||||
---
|
||||
|
||||
This update brings these headline features:
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Upgrading to 0.13 (passbook -> authentik)
|
||||
title: Release 0.13 (passbook -> authentik)
|
||||
---
|
||||
|
||||
After a long back and forth, we've finally switched to a more permanent name. Whilst the upgrade is pretty much seamless, there are some things you have to change before upgrading.
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Upgrading to 0.9
|
||||
title: Release 0.9
|
||||
---
|
||||
|
||||
Due to some database changes that had to be rather sooner than later, there is no possibility to directly upgrade. You must extract the data before hand and import it again. It is recommended to spin up a second instance of authentik to do this.
|
|
@ -121,13 +121,13 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Upgrading",
|
||||
label: "Release Notes",
|
||||
items: [
|
||||
"upgrading/to-0.9",
|
||||
"upgrading/to-0.10",
|
||||
"upgrading/to-0.11",
|
||||
"upgrading/to-0.12",
|
||||
"upgrading/to-0.13",
|
||||
"releases/0.9",
|
||||
"releases/0.10",
|
||||
"releases/0.11",
|
||||
"releases/0.12",
|
||||
"releases/0.13",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Reference in New Issue