website/docs: update 2023.5 release notes (#5526)
* website/docs: update 2023.5 release notes Signed-off-by: Jens Langhammer <jens@goauthentik.io> * update changelog Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -2,7 +2,17 @@ | ||||
|  | ||||
| Blueprints are YAML files, which can use some additional tags to ease blueprint creation. | ||||
|  | ||||
| ## Structure | ||||
| ## Schema | ||||
|  | ||||
| The blueprint schema is available under `https://goauthentik.io/blueprints/schema.json`. It is also possible to target a specific version's blueprint schema by using `https://version-2023-4.goauthentik.io/blueprints/schema.json`. | ||||
|  | ||||
| To use the schema with Visual Studio code and the YAML extension, add this comment at the top of your blueprint files: | ||||
|  | ||||
| ```yaml | ||||
| # yaml-language-server: $schema=https://goauthentik.io/blueprints/schema.json | ||||
| ``` | ||||
|  | ||||
| ## Example | ||||
|  | ||||
| ```yaml | ||||
| # yaml-language-server: $schema=https://goauthentik.io/blueprints/schema.json | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L