keycloak-scim/book.json
Stian Thorgersen 157f95a520 Updates (#1)
* Updated Admin REST API section

* Update to themes
2016-05-11 13:26:03 +02:00

29 lines
611 B
JSON
Executable file

{
"gitbook": "2.x.x",
"structure": {
"readme": "README.adoc"
},
"plugins": [
"toggle-chapters",
"ungrey",
"splitter"
],
"variables": {
"title": "Keycloak Server Developer Guide",
"community": true,
"product": false,
"images": "keycloak-images",
"appserver": {
"name": "Wildfly",
"version": "10"
},
"adminguide": {
"name": "Keycloak Adminstration Guide",
"link": "https://keycloak.gitbooks.io/server-adminstration-guide/content/"
},
"project": {
"name": "Keycloak",
"version": "1.9.3.Final-SNAPSHOT"
}
}
}