KEYCLOAK-12410 Deploying themes using Keycloak Operator
This commit is contained in:
parent
d4302c0b88
commit
e213c1c791
3 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,8 @@ spec:
|
|||
enabled: True
|
||||
```
|
||||
|
||||
You can package and deploy themes in the same way as any other extensions. See {developerguide_deploying_themes}[Deploying Themes] manual entry for more information.
|
||||
|
||||
.Prerequisites
|
||||
|
||||
* You have a YAML file for the Keycloak custom resource.
|
||||
|
|
|
@ -57,6 +57,7 @@ endif::[]
|
|||
:developerguide_name_short: Server Developer
|
||||
:developerguide_link: {project_doc_base_url}/server_development/
|
||||
:developerguide_link_latest: {project_doc_base_url_latest}/server_development/
|
||||
:developerguide_deploying_themes: {developerguide_link}#deploying-themes
|
||||
:developerguide_actiontoken_name: Action Token SPI
|
||||
:developerguide_actiontoken_link: {developerguide_link}#_action_token_spi
|
||||
:developerguide_jsproviders_name: JavaScript Providers
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
:apidocs_link: {project_doc_base_url}/api_documentation/index
|
||||
:developerguide_name: Server Developer Guide
|
||||
:developerguide_link: {project_doc_base_url}/server_developer_guide/
|
||||
:developerguide_deploying_themes: {developerguide_link}#deploying_themes
|
||||
:developerguide_actiontoken_name: Action Token SPI
|
||||
:developerguide_actiontoken_link: {developerguide_link}#_action_token_spi
|
||||
:developerguide_jsproviders_name: JavaScript Providers
|
||||
|
|
Loading…
Reference in a new issue