website/docs: add new release to sidebar, cleanup (#4926)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
b46048e74f
commit
095850f038
|
@ -6,9 +6,8 @@ Authentik takes security very seriously. We follow the rules of [responsible dis
|
||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
| --------- | ------------------ |
|
| --------- | ------------------ |
|
||||||
| 2022.12.x | :white_check_mark: |
|
|
||||||
| 2023.1.x | :white_check_mark: |
|
|
||||||
| 2023.2.x | :white_check_mark: |
|
| 2023.2.x | :white_check_mark: |
|
||||||
|
| 2023.3.x | :white_check_mark: |
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
|
|
||||||
- Update `website/sidebars.js` to include the new release notes, and move the oldest release into the `Previous versions` category.
|
- Update `website/sidebars.js` to include the new release notes, and move the oldest release into the `Previous versions` category.
|
||||||
|
|
||||||
|
If the release notes are created in advance without a fixed date for the release, only add them to the sidebar once the release is published.
|
||||||
|
|
||||||
- Run `make website`
|
- Run `make website`
|
||||||
|
|
||||||
#### For subsequent releases:
|
#### For subsequent releases:
|
||||||
|
|
|
@ -239,13 +239,14 @@ module.exports = {
|
||||||
description: "Release notes for recent authentik versions",
|
description: "Release notes for recent authentik versions",
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
|
"releases/2023/v2023.3",
|
||||||
"releases/2023/v2023.2",
|
"releases/2023/v2023.2",
|
||||||
"releases/2023/v2023.1",
|
"releases/2023/v2023.1",
|
||||||
"releases/2022/v2022.12",
|
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Previous versions",
|
label: "Previous versions",
|
||||||
items: [
|
items: [
|
||||||
|
"releases/2022/v2022.12",
|
||||||
"releases/2022/v2022.11",
|
"releases/2022/v2022.11",
|
||||||
"releases/2022/v2022.10",
|
"releases/2022/v2022.10",
|
||||||
"releases/2022/v2022.9",
|
"releases/2022/v2022.9",
|
||||||
|
|
Reference in New Issue