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:
parent
27d3d4a534
commit
228197ea5e
|
@ -2,7 +2,17 @@
|
||||||
|
|
||||||
Blueprints are YAML files, which can use some additional tags to ease blueprint creation.
|
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
|
||||||
# yaml-language-server: $schema=https://goauthentik.io/blueprints/schema.json
|
# yaml-language-server: $schema=https://goauthentik.io/blueprints/schema.json
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue