From e213c1c79124b0fd4d10450a103fc36ac37ea5be Mon Sep 17 00:00:00 2001 From: Sebastian Laskawiec Date: Tue, 7 Jul 2020 11:42:01 +0200 Subject: [PATCH] KEYCLOAK-12410 Deploying themes using Keycloak Operator --- server_installation/topics/operator/extensions.adoc | 2 ++ topics/templates/document-attributes-community.adoc | 1 + topics/templates/document-attributes-product.adoc | 1 + 3 files changed, 4 insertions(+) diff --git a/server_installation/topics/operator/extensions.adoc b/server_installation/topics/operator/extensions.adoc index e81649fda4..8d8ba6a0c6 100644 --- a/server_installation/topics/operator/extensions.adoc +++ b/server_installation/topics/operator/extensions.adoc @@ -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. diff --git a/topics/templates/document-attributes-community.adoc b/topics/templates/document-attributes-community.adoc index 4c5906b05c..4b0f98ca83 100644 --- a/topics/templates/document-attributes-community.adoc +++ b/topics/templates/document-attributes-community.adoc @@ -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 diff --git a/topics/templates/document-attributes-product.adoc b/topics/templates/document-attributes-product.adoc index 83aeacea99..745d413c43 100644 --- a/topics/templates/document-attributes-product.adoc +++ b/topics/templates/document-attributes-product.adoc @@ -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