docs: rename upgrading to release notes

This commit is contained in:
Jens Langhammer 2020-12-27 15:35:58 +01:00
parent e7c96eb70d
commit 7f7b7e37c1
6 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
---
title: Upgrading to 0.10
title: Release 0.10
---
This update brings a lot of big features, such as:

View File

@ -1,5 +1,5 @@
---
title: Upgrading to 0.11
title: Release 0.11
---
This update brings these headline features:

View File

@ -1,5 +1,5 @@
---
title: Upgrading to 0.12
title: Release 0.12
---
This update brings these headline features:

View File

@ -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.

View File

@ -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.

View File

@ -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",
],
},
{