Update themes-react.adoc

Fixes link formatting

Signed-off-by: foliengriller <info@simpelwebservice.de>
This commit is contained in:
foliengriller 2025-05-20 13:55:33 +02:00 committed by Marek Posolda
parent ffdc32070f
commit 54b131e34e

View File

@ -41,7 +41,7 @@ import { KeycloakProvider } from "@keycloak/keycloak-ui-shared";
=== Translating the pages
The pages are translated using the `i18next` library.
You can set it up as described on their [website](https://react.i18next.com/).
You can set it up as described on their https://react.i18next.com/[website].
If you want to use the translations that are provided then you need to add `i18next-fetch-backend` to your project and add:
[source,javascript]
@ -61,5 +61,5 @@ backend: {
=== Using the pages
All "pages" are React components that can be used in your application.
To see what components are available, see the [source](https://github.com/keycloak/keycloak/blob/main/js/apps/account-ui/src/index.ts).
Or have a look at the [quick start](https://github.com/keycloak/keycloak-quickstarts/tree/main/extension/extend-account-console-node) to see how to use them.
To see what components are available, see the https://github.com/keycloak/keycloak/blob/main/js/apps/account-ui/src/index.ts[source].
Or have a look at the https://github.com/keycloak/keycloak-quickstarts/tree/main/extension/extend-account-console-node[quick start] to see how to use them.