Add table of content

This commit is contained in:
Joseph Garrone 2021-03-08 02:59:22 +01:00
parent 7bdc19bf4b
commit d4f3ec2245
2 changed files with 17 additions and 1 deletions

View File

@ -30,6 +30,22 @@ Wouldn't it be great if we could just design the login and register pages as if
Here is `yarn add keycloakify` for you 🍸
TODO: Insert video after.
- [Motivations](#motivations)
- [How to use](#how-to-use)
- [Setting up the build tool](#setting-up-the-build-tool)
- [Developing your login and register pages in your React app](#developing-your-login-and-register-pages-in-your-react-app)
- [Just changing the look](#just-changing-the-look)
- [Changing the look **and** feel](#changing-the-look-and-feel)
- [Hot reload](#hot-reload)
- [How to implement context persistance](#how-to-implement-context-persistance)
- [If your keycloak is a subdomain of your app.](#if-your-keycloak-is-a-subdomain-of-your-app)
- [Else](#else)
- [REQUIREMENTS](#requirements)
- [API Reference](#api-reference)
- [The build tool](#the-build-tool)
- [The fronted lib ( imported into your react app )](#the-fronted-lib--imported-into-your-react-app-)
# How to use
## Setting up the build tool

View File

@ -1,6 +1,6 @@
{
"name": "keycloakify",
"version": "0.2.1",
"version": "0.2.2",
"description": "Keycloak theme generator for Reacts app",
"repository": {
"type": "git",