From 43c93ef0b4e6f91c24456dd66af3b2795e952191 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 4 Jun 2024 02:05:09 +0200 Subject: [PATCH] Update the intro story --- stories/intro/intro.stories.mdx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/stories/intro/intro.stories.mdx b/stories/intro/intro.stories.mdx index 333b4647..d372eb89 100644 --- a/stories/intro/intro.stories.mdx +++ b/stories/intro/intro.stories.mdx @@ -21,14 +21,10 @@ import { KeycloakifyRotatingLogo } from "./KeycloakifyRotatingLogo";

Keycloakify Storybook

-This website showcases all the Keycloak user-facing pages that can be customized using Keycloakify. -The storybook serves as a comprehensive reference to help you determine which pages you would like to personalize. -Keep in mind that customizing the Template component alone will already cover 90% of your customization needs. -

- -

-If you discover that a page you wish to customize is not currently supported by Keycloakify, don't worry. -Simply refer to this documentation page for further assistance. +This website showcases all the Keycloak user-facing pages of the login and account theme. +The storybook serves as a reference to help you determine which pages you would like to personalize. +These pages are a direct React adaptation of the [built-in FreeMarker Keycloak pages](https://github.com/keycloak/keycloak/tree/24.0.4/themes/src/main/resources/theme/base). +You may notice some visual bugs on certain pages; these issues were not introduced by Keycloakiy and are also present in the default Keycloak 24 theme.