keycloak-scim/book.json

36 lines
944 B
JSON
Raw Normal View History

2016-06-01 11:02:44 +00:00
{
"gitbook": "2.x.x",
"structure": {
"readme": "README.adoc"
},
"plugins": [
"toggle-chapters",
"ungrey",
"splitter"
],
"variables": {
2016-06-02 13:16:53 +00:00
"title": "Securing Applications and Services Guide",
2016-06-09 12:09:54 +00:00
"project": {
"name": "Keycloak",
2016-06-23 18:56:57 +00:00
"version": "SNAPSHOT",
"versionMvn": "SNAPSHOT"
2016-06-09 12:09:54 +00:00
},
2016-06-01 11:02:44 +00:00
"community": true,
"product": false,
"images": "keycloak-images",
"developerguide": {
"name": "Server Developer Guide",
"link": "https://keycloak.gitbooks.io/server-developer-guide/content/"
},
2016-06-01 11:02:44 +00:00
"adminguide": {
2016-06-09 12:09:54 +00:00
"name": "Server Administration Guide",
2016-06-01 11:02:44 +00:00
"link": "https://keycloak.gitbooks.io/server-adminstration-guide/content/"
},
"installguide": {
"name": "Server Installation and Configuration Guide",
"link": "https://keycloak.gitbooks.io/server-installation-and-configuration/content/"
},
"fuseVersion": "JBoss Fuse 6.3.0 Rollup 1"
2016-06-01 11:02:44 +00:00
}
}