2016-06-09 11:24:33 +00:00
|
|
|
{
|
|
|
|
"gitbook": "2.x.x",
|
|
|
|
"structure": {
|
|
|
|
"readme": "README.adoc"
|
|
|
|
},
|
|
|
|
"plugins": [
|
|
|
|
"toggle-chapters",
|
|
|
|
"ungrey",
|
|
|
|
"splitter"
|
|
|
|
],
|
|
|
|
"variables": {
|
|
|
|
"title": "Server Installation and Configuration Guide",
|
|
|
|
"project": {
|
|
|
|
"name": "Red Hat Single Sign-On",
|
2016-12-08 15:29:49 +00:00
|
|
|
"version": "7.1.0",
|
|
|
|
"doc_base_url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
|
|
|
|
"doc_info_version_url": "7.1-Beta"
|
2016-06-09 11:24:33 +00:00
|
|
|
},
|
|
|
|
"community": false,
|
|
|
|
"product": true,
|
|
|
|
"images": "rhsso-images",
|
|
|
|
"appserver": {
|
|
|
|
"name": "JBoss EAP",
|
2016-12-16 16:11:03 +00:00
|
|
|
"version": "7.0",
|
2016-06-09 11:24:33 +00:00
|
|
|
"admindoc": {
|
|
|
|
"name": "JBoss EAP Configuration Guide",
|
2017-03-01 21:19:29 +00:00
|
|
|
"link": "https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/7.0/html-single/configuration-guide/configuration-guide"
|
2016-06-09 11:24:33 +00:00
|
|
|
},
|
2017-02-08 17:35:09 +00:00
|
|
|
"datasource": {
|
|
|
|
"name": "JBoss EAP Configuration Guide",
|
2017-03-01 21:19:29 +00:00
|
|
|
"link": "https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/7.0/html-single/configuration-guide/#datasource_management"
|
2016-06-09 11:24:33 +00:00
|
|
|
},
|
2017-02-08 17:35:09 +00:00
|
|
|
"network": {
|
|
|
|
"name": "JBoss EAP Configuration Guide",
|
2017-03-01 21:19:29 +00:00
|
|
|
"link": "https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/7.0/html-single/configuration-guide/#network_and_port_configuration"
|
2016-06-09 11:24:33 +00:00
|
|
|
},
|
2017-02-08 17:35:09 +00:00
|
|
|
"socket": {
|
|
|
|
"name": "JBoss EAP Configuration Guide",
|
2017-03-01 21:19:29 +00:00
|
|
|
"link": "https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/7.0/html-single/configuration-guide/#network_and_port_configuration"
|
2016-06-09 11:24:33 +00:00
|
|
|
},
|
2017-02-08 17:35:09 +00:00
|
|
|
"loadbalancer": {
|
|
|
|
"name": "JBoss EAP Configuration Guide",
|
2017-03-01 21:19:29 +00:00
|
|
|
"link": "https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/7.0/html-single/configuration-guide/#configuring_high_availability"
|
2016-06-09 11:24:33 +00:00
|
|
|
},
|
2017-02-08 17:35:09 +00:00
|
|
|
"jgroups": {
|
|
|
|
"name": "JBoss EAP Configuration Guide",
|
2017-03-01 21:19:29 +00:00
|
|
|
"link": "https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/7.0/html-single/configuration-guide/#cluster_communication_jgroups"
|
2016-06-09 11:24:33 +00:00
|
|
|
},
|
2017-02-08 17:35:09 +00:00
|
|
|
"caching": {
|
|
|
|
"name": "JBoss EAP Configuration Guide",
|
2017-03-01 21:19:29 +00:00
|
|
|
"link": "https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/7.0/html-single/configuration-guide/#infinispan"
|
2016-06-09 11:24:33 +00:00
|
|
|
},
|
2017-02-08 17:35:09 +00:00
|
|
|
"jpa": {
|
|
|
|
"name": "JBoss EAP Development Guide",
|
2017-03-01 21:19:29 +00:00
|
|
|
"link": "https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/7.0/html-single/development-guide/#hibernate"
|
2016-06-09 11:24:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"developerguide": {
|
|
|
|
"name": "Server Developer Guide",
|
2017-03-01 21:19:29 +00:00
|
|
|
"link": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/7.1-Beta/html-single/server-developer-guide/"
|
2016-06-09 11:24:33 +00:00
|
|
|
},
|
|
|
|
"adminguide": {
|
|
|
|
"name": "Server Administration Guide",
|
2017-03-01 21:19:29 +00:00
|
|
|
"link": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/7.1-Beta/html-single/server-administration-guide/"
|
2016-06-09 11:24:33 +00:00
|
|
|
}
|
|
|
|
}
|
2016-12-06 17:00:16 +00:00
|
|
|
}
|