-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbook.json
More file actions
executable file
·65 lines (65 loc) · 2 KB
/
book.json
File metadata and controls
executable file
·65 lines (65 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"gitbook": "2.x.x",
"structure": {
"readme": "README.adoc"
},
"plugins": [
"toggle-chapters",
"ungrey",
"splitter"
],
"variables": {
"title": "Server Installation and Configuration Guide",
"project": {
"name": "Keycloak",
"version": "1.9.8.Final"
},
"community": true,
"product": false,
"images": "keycloak-images",
"appserver": {
"name": "Wildfly",
"version": "10",
"admindoc": {
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/Documentation"
},
"datasource": {
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/DataSource+configuration"
},
"network": {
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/Interfaces+and+ports"
},
"socket": {
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/Interfaces+and+ports"
},
"loadbalancer": {
"name": "WildFly 10 Documentation",
"link": "https://docs.jboss.org/author/display/WFLY10/High+Availability+Guide"
},
"jgroups": {
"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"
}
},
"developerguide": {
"name": "Server Developer Guide",
"link": "https://keycloak.gitbooks.io/server-developer-guide/content/"
},
"adminguide": {
"name": "Server Administration Guide",
"link": "https://keycloak.gitbooks.io/server-adminstration-guide/content/"
}
}
}