website/docs: add new release to sidebar, cleanup (#4926)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -6,9 +6,8 @@ Authentik takes security very seriously. We follow the rules of [responsible dis | ||||
|  | ||||
| | Version   | Supported          | | ||||
| | --------- | ------------------ | | ||||
| | 2022.12.x | :white_check_mark: | | ||||
| | 2023.1.x  | :white_check_mark: | | ||||
| | 2023.2.x  | :white_check_mark: | | ||||
| | 2023.3.x  | :white_check_mark: | | ||||
|  | ||||
| ## 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. | ||||
|  | ||||
|         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` | ||||
|  | ||||
|     #### For subsequent releases: | ||||
|  | ||||
| @ -239,13 +239,14 @@ module.exports = { | ||||
|                 description: "Release notes for recent authentik versions", | ||||
|             }, | ||||
|             items: [ | ||||
|                 "releases/2023/v2023.3", | ||||
|                 "releases/2023/v2023.2", | ||||
|                 "releases/2023/v2023.1", | ||||
|                 "releases/2022/v2022.12", | ||||
|                 { | ||||
|                     type: "category", | ||||
|                     label: "Previous versions", | ||||
|                     items: [ | ||||
|                         "releases/2022/v2022.12", | ||||
|                         "releases/2022/v2022.11", | ||||
|                         "releases/2022/v2022.10", | ||||
|                         "releases/2022/v2022.9", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L