Update README
This commit is contained in:
parent
996fa8444b
commit
1f2f18a5a0
1 changed files with 17 additions and 2 deletions
19
README.md
19
README.md
|
@ -20,7 +20,11 @@ To build Keycloak Documentation run:
|
|||
|
||||
mvn clean install
|
||||
|
||||
You can then view the documentation by opening target/frames.html or target/index.html.
|
||||
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
|
||||
|
@ -32,8 +36,19 @@ To build the documentation for RH-SSO run:
|
|||
|
||||
mvn clean install -Dproduct
|
||||
|
||||
You can then view the documentation by opening target/frames.html or target/index.html.
|
||||
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
|
||||
-------
|
||||
|
|
Loading…
Reference in a new issue