keycloak-scim/server_installation/book.json

65 lines
2 KiB
JSON
Raw Normal View History

2016-04-20 15:28:39 +00:00
{
2016-04-20 20:31:07 +00:00
"gitbook": "2.x.x",
2016-04-20 20:51:55 +00:00
"structure": {
"readme": "README.adoc"
},
2016-04-20 20:31:07 +00:00
"plugins": [
"toggle-chapters",
"ungrey",
"splitter"
],
2016-04-20 15:28:39 +00:00
"variables": {
2016-06-09 11:24:33 +00:00
"title": "Server Installation and Configuration Guide",
"project": {
"name": "Keycloak",
2016-06-23 18:55:15 +00:00
"version": "SNAPSHOT"
2016-06-09 11:24:33 +00:00
},
2016-04-20 21:52:40 +00:00
"community": true,
"product": false,
2016-04-21 16:48:50 +00:00
"images": "keycloak-images",
2016-04-21 15:15:52 +00:00
"appserver": {
2016-04-29 16:09:09 +00:00
"name": "Wildfly",
"version": "10",
2016-04-21 16:36:12 +00:00
"admindoc": {
2016-06-09 11:24:33 +00:00
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/Documentation"
2016-04-27 03:02:53 +00:00
},
"datasource": {
2016-06-09 11:24:33 +00:00
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/DataSource+configuration"
2016-04-28 20:34:44 +00:00
},
"network": {
2016-06-09 11:24:33 +00:00
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/Interfaces+and+ports"
2016-04-28 20:34:44 +00:00
},
"socket": {
2016-06-09 11:24:33 +00:00
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/Interfaces+and+ports"
2016-04-28 22:25:54 +00:00
},
"loadbalancer": {
2016-06-09 11:24:33 +00:00
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/High+Availability+Guide"
2016-04-28 22:25:54 +00:00
},
"jgroups": {
2016-06-09 11:24:33 +00:00
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/JGroups+Subsystem"
},
"caching": {
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/Infinispan+Subsystem"
},
"jpa": {
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/JPA+Reference+Guide#JPAReferenceGuide-Hibernateproperties"
2016-04-21 16:36:12 +00:00
}
2016-04-29 16:09:09 +00:00
},
"developerguide": {
2016-06-09 11:24:33 +00:00
"name": "Server Developer Guide",
2016-04-29 16:09:09 +00:00
"link": "https://keycloak.gitbooks.io/server-developer-guide/content/"
2016-04-21 15:15:52 +00:00
},
2016-04-28 22:25:54 +00:00
"adminguide": {
2016-06-09 11:24:33 +00:00
"name": "Server Administration Guide",
2016-04-28 22:25:54 +00:00
"link": "https://keycloak.gitbooks.io/server-adminstration-guide/content/"
2016-04-20 20:51:55 +00:00
}
2016-04-20 15:28:39 +00:00
}
}