keycloak-scim/book.json

38 lines
941 B
JSON
Raw Normal View History

{
"gitbook": "2.x.x",
"structure": {
"readme": "README.adoc"
},
"plugins": [
"toggle-chapters",
"ungrey",
"splitter"
],
"variables": {
2016-06-09 09:37:04 +00:00
"title": "Server Developer Guide",
"project": {
"name": "Keycloak",
2016-06-23 18:56:57 +00:00
"version": "SNAPSHOT"
2016-06-09 09:37:04 +00:00
},
"community": true,
"product": false,
"adminguide": {
"name": "Server Administration Guide",
"link": "https://keycloak.gitbooks.io/server-adminstration-guide/content/"
},
"clientguide": {
2016-06-09 09:37:04 +00:00
"name": "Securing Applications and Services Guide",
"link": "https://keycloak.gitbooks.io/securing-client-applications-guide/content/"
},
"installguide": {
"name": "Server Installation and Configuration Guide",
"link": "https://keycloak.gitbooks.io/server-installation-and-configuration/content/"
},
2016-06-09 06:14:46 +00:00
"apidocs": {
"name": "API Documentation",
"link": "http://keycloak.org/docs"
}
}
}