No description
Find a file
2018-01-26 14:05:26 +01:00
aggregation
api_documentation
authorization_services [KEYCLOAK-6082] - Images for product 2018-01-26 14:02:34 +01:00
getting_started
internal_resources Added a couple of details to contrib guide 2017-12-19 10:39:02 +01:00
securing_apps Cleaned up a couple sentences and removed extraneous spaces 2018-01-26 14:03:11 +01:00
server_admin remove title modifier for paypal section 2018-01-26 14:05:26 +01:00
server_development KEYCLOAK-5876 2018-01-04 14:07:14 +01:00
server_installation KEYCLOAK-4743 Polishing 2018-01-25 09:31:42 +01:00
tests
topics/templates KEYCLOAK-6128 2018-01-03 19:18:02 +01:00
upgrading KEYCLOAK-6286 Added docs for OIDC Compatibility Modes to the Upgrade guide 2018-01-25 14:41:38 +01:00
.gitattributes
.gitignore
.travis.yml Tweak output 2017-12-05 08:57:42 +01:00
build-auto.sh
build-product.sh Mark tech preview features 2017-12-21 15:56:01 +01:00
License.html
pom.xml
README.md
tests.sh

Keycloak Documentation

Open Source Identity and Access Management for modern Applications and Services.

For more information about Keycloak visit Keycloak homepage and Keycloak blog.

Contributing to Keycloak Documentation

See our Contributor's Guide. The directory also includes a set of templates and other resources to help you get started.

Building Keycloak Documentation

Ensure that you have Maven installed.

First, clone the Keycloak Documentation repository:

git clone https://github.com/keycloak/keycloak-documentation.git
cd keycloak-documentation

To build Keycloak Documentation run:

mvn clean install

Or to build a specific guide run:

mvn clean install -f GUIDE_DIR

You can then view the documentation by opening GUIDE_DIR/target/frames.html or GUIDE_DIR/target/index.html.

Building RH-SSO Documentation

Keycloak is the basis of Red Hat Single Sign-On. The same documentation sources are used, but they are built slighty differently.

To build the documentation for RH-SSO run:

mvn clean install -Dproduct

Or to build a specific guide run:

mvn clean install -Dproduct -f GUIDE_DIR

You can then view the documentation by opening GUIDE_DIR/target/frames.html or GUIDE_DIR/target/index.html.

If you have ccutil installed you can build the guides with:

./build-product.sh

Or individual guides with:

./build-product.sh GUIDE_DIR

License