diff --git a/docs/customising.md b/docs/customising.md index 57aff9b..93760bb 100644 --- a/docs/customising.md +++ b/docs/customising.md @@ -46,7 +46,7 @@ apps_internal: ``` -## Peu de pĆ gina en el login +## Login page Footer The footer is part of the Keycloak login theme, to modify it, it needs to use a theme based on 'dd' theme. @@ -55,7 +55,7 @@ To make things easier, in directory `dd-sso/docker/keycloak/themes` there are th - `dd-custom`: an empty directory, what is created here, keycloak will use as a new `dd-custom` theme. - `dd-custom.sample`: an example of how the theme `dd-custom` would be prepared in order to replace the footer. -So, to customize the footer, you need to copy the contents of `dd-custom.sample` to `dd-custom`, then edit `dd-custom/login/dd-footer.ftl` to suit our needs. +So, to customize the footer, you need to copy the contents of `dd-custom.sample` to `dd-custom`, then edit `dd-custom/login/dd-footer.ftl` to suit your needs. Once this is done, in the keycloak administration interface you need to pick `dd-custom` as a login theme: @@ -65,6 +65,6 @@ Once this is done, in the keycloak administration interface you need to pick `dd > to review the chnges with maintained `dd` theme, the contents of directory `dd-custom` > and contents of `dd-custom.sample` to make your customization compatible. -## IntegraciĆ³ amb altres eines +## Integration with other tools It is possible to integrate DD with other tools, read about it in [integrations](integrations.md) section. \ No newline at end of file