diff --git a/website/docs/upgrading/to-0.10.md b/website/docs/releases/0.10.md similarity index 99% rename from website/docs/upgrading/to-0.10.md rename to website/docs/releases/0.10.md index cf36d31847..9b27201394 100644 --- a/website/docs/upgrading/to-0.10.md +++ b/website/docs/releases/0.10.md @@ -1,5 +1,5 @@ --- -title: Upgrading to 0.10 +title: Release 0.10 --- This update brings a lot of big features, such as: diff --git a/website/docs/upgrading/to-0.11.md b/website/docs/releases/0.11.md similarity index 97% rename from website/docs/upgrading/to-0.11.md rename to website/docs/releases/0.11.md index 7807d48345..5c3b3a30cb 100644 --- a/website/docs/upgrading/to-0.11.md +++ b/website/docs/releases/0.11.md @@ -1,5 +1,5 @@ --- -title: Upgrading to 0.11 +title: Release 0.11 --- This update brings these headline features: diff --git a/website/docs/upgrading/to-0.12.md b/website/docs/releases/0.12.md similarity index 98% rename from website/docs/upgrading/to-0.12.md rename to website/docs/releases/0.12.md index e720e319bd..1fb1e5832b 100644 --- a/website/docs/upgrading/to-0.12.md +++ b/website/docs/releases/0.12.md @@ -1,5 +1,5 @@ --- -title: Upgrading to 0.12 +title: Release 0.12 --- This update brings these headline features: diff --git a/website/docs/upgrading/to-0.13.md b/website/docs/releases/0.13.md similarity index 98% rename from website/docs/upgrading/to-0.13.md rename to website/docs/releases/0.13.md index b6f59c4cd9..e9bfaabae6 100644 --- a/website/docs/upgrading/to-0.13.md +++ b/website/docs/releases/0.13.md @@ -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. diff --git a/website/docs/upgrading/to-0.9.md b/website/docs/releases/0.9.md similarity index 98% rename from website/docs/upgrading/to-0.9.md rename to website/docs/releases/0.9.md index 2bf3a2f107..09c38fca1a 100644 --- a/website/docs/upgrading/to-0.9.md +++ b/website/docs/releases/0.9.md @@ -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. diff --git a/website/sidebars.js b/website/sidebars.js index 4c313dccbc..f4f48cd28d 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -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", ], }, {