From f9babefe484f103b95c9e854cdb2490303bc1f4b Mon Sep 17 00:00:00 2001 From: Facundo Dutra Martin <141684595+dutra1243@users.noreply.github.com> Date: Mon, 4 May 2026 11:06:02 -0300 Subject: [PATCH 1/3] Fix typo in 'Some people' in logo documentation --- common-use-case-examples/adding-your-logo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-use-case-examples/adding-your-logo.md b/common-use-case-examples/adding-your-logo.md index 45fa7e8..8807481 100644 --- a/common-use-case-examples/adding-your-logo.md +++ b/common-use-case-examples/adding-your-logo.md @@ -82,7 +82,7 @@ Result: ## Optional: Updating the logo without re-building the theme -Some pepoles want to be able to "hot swipe" the asset in the Keycloak file system without having to re-build the theme and re-deploy it. +Some people want to be able to "hot swipe" the asset in the Keycloak file system without having to re-build the theme and re-deploy it. To ensure that the assets are located in a predictible location you would use the public/ directory. From 5f4c996056b5c18604b21c7c02c1f3bd05d2225f Mon Sep 17 00:00:00 2001 From: Facundo Dutra Martin <141684595+dutra1243@users.noreply.github.com> Date: Mon, 4 May 2026 11:12:23 -0300 Subject: [PATCH 2/3] "Hot swap fix" Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- common-use-case-examples/adding-your-logo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-use-case-examples/adding-your-logo.md b/common-use-case-examples/adding-your-logo.md index 8807481..3fdf519 100644 --- a/common-use-case-examples/adding-your-logo.md +++ b/common-use-case-examples/adding-your-logo.md @@ -82,7 +82,7 @@ Result: ## Optional: Updating the logo without re-building the theme -Some people want to be able to "hot swipe" the asset in the Keycloak file system without having to re-build the theme and re-deploy it. +Some people want to be able to "hot swap" the asset in the Keycloak file system without having to re-build the theme and re-deploy it. To ensure that the assets are located in a predictible location you would use the public/ directory. From 946dac2cb0e1a48e5e6c4e7302d4e0cc3c6a8541 Mon Sep 17 00:00:00 2001 From: Facundo Dutra Martin <141684595+dutra1243@users.noreply.github.com> Date: Mon, 4 May 2026 11:15:12 -0300 Subject: [PATCH 3/3] Another "hot swipe" fix --- common-use-case-examples/adding-your-logo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-use-case-examples/adding-your-logo.md b/common-use-case-examples/adding-your-logo.md index 3fdf519..9cf887d 100644 --- a/common-use-case-examples/adding-your-logo.md +++ b/common-use-case-examples/adding-your-logo.md @@ -160,7 +160,7 @@ NOTE: You can see PUBLIC\_URL as an equivalent of `process.env.PUBLIC_URL` that {% endtab %} {% endtabs %} -If you ever need to SSH into the Keycloak server and hot swipe the image you can find it at +If you ever need to SSH into the Keycloak server and hot swap the image you can find it at **/opt/keycloak/themes/**[**\**](../features/compiler-options/themename.md)**/login/resources/dist/img/logo.png**