-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathguides.yaml
29 lines (28 loc) · 910 Bytes
/
guides.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
guides:
- id: migration
title: Migration
- id: getting-started
title: Getting started
- id: server
title: Server
- id: operator
title: Operator
- id: observability
title: Observability
- id: securing-apps
title: Securing applications
- id: high-availability
title: High availability
sources:
- id: keycloak
dir: target/keycloak-guides-$$VERSION$$
github: https://github.com/keycloak/keycloak/tree/main/docs/guides/
- id: keycloak-client
dir: target/keycloak-client-guides-$$VERSION$$
github: https://github.com/keycloak/keycloak-client/tree/main/docs/guides/
- id: keycloak-web
dir: guides
github: https://github.com/keycloak/keycloak-web/tree/main/guides/
- id: keycloak-nodejs-connect-guides
dir: target/keycloak-nodejs-connect-guides-$$VERSION$$
github: https://github.com/keycloak/keycloak-nodejs-connect/tree/main/guides/