keycloak-scim/book.json

36 lines
879 B
JSON
Raw Normal View History

2016-05-12 21:48:03 +00:00
{
"gitbook": "2.x.x",
"structure": {
"readme": "README.adoc"
},
"plugins": [
"toggle-chapters",
"ungrey",
"splitter"
],
"variables": {
2016-06-10 06:59:58 +00:00
"title": "Server Administration Guide",
"project": {
"name": "Keycloak",
"version": "1.9.7.Final"
},
2016-05-12 21:48:03 +00:00
"community": true,
"product": false,
"images": "keycloak-images",
"developerguide": {
"name": "Server Developer Guide",
2016-05-12 21:48:03 +00:00
"link": "https://keycloak.gitbooks.io/server-developer-guide/content/"
},
2016-05-13 01:04:47 +00:00
"installguide": {
"name": "Server Installation and Configuration Guide",
2016-06-07 15:54:33 +00:00
"link": "https://keycloak.gitbooks.io/server-installation-and-configuration/content/"
2016-05-13 01:04:47 +00:00
},
2016-05-20 00:15:52 +00:00
"adapterguide": {
2016-06-10 06:59:58 +00:00
"name": "Securing Applications and Services Guide",
2016-05-20 00:15:52 +00:00
"link": "https://keycloak.gitbooks.io/securing-client-applications-guide/content/"
2016-05-12 21:48:03 +00:00
}
}
}