aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph Garrone <[email protected]>2023-07-02 18:38:26 +0200
committerGravatar garronej <[email protected]>2023-07-07 17:44:46 +0200
commit476d748f9d0bc72690e6efb968dcd9e2e3d044bb (patch)
tree80f0ca7cc8cfd5618be0e138dfd2c98279fa8fef
parentBump version (diff)
Add note about where the keycloak sources can be located
-rw-r--r--src/keycloak-theme/README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/keycloak-theme/README.md b/src/keycloak-theme/README.md
new file mode 100644
index 0000000..0920d0b
--- /dev/null
+++ b/src/keycloak-theme/README.md
@@ -0,0 +1,29 @@
+Your theme source files should be located in a keycloak-theme directory somewhere in your src directory OR at the root of your directory.
+Acceptable directory strucuture:
+
+```txt
+src/
+ keycloak-theme/
+ login/
+ account/
+ email/
+
+===OR===
+
+src/
+ foo/
+ bar/
+ keycloak-theme/
+ login/
+ account/
+ email/
+
+===OR===
+
+src/
+ login/
+ account/
+ email/
+```
+
+You don't need to have all three variant of the theme. If you only need the login theme for example you can have only the login directory.