forked from keycloak/keycloak-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
executable file
·105 lines (99 loc) · 3.14 KB
/
book.json
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"gitbook": "2.x.x",
"structure": {
"readme": "OVERVIEW.adoc"
},
"plugins": [
"toggle-chapters",
"ungrey",
"splitter",
"ga"
],
"pluginsConfig": {
"ga": {
"token": "UA-86203452-1"
}
},
"variables": {
"project": {
"name": "Keycloak",
"version": "SNAPSHOT",
"versionMvn": "SNAPSHOT",
"versionNpm": "SNAPSHOT"
},
"community": true,
"product": false,
"images": "keycloak-images",
"adminguide": {
"name": "Server Administration",
"link": "https://keycloak.gitbooks.io/documentation/content/server_admin/index.html"
},
"developerguide": {
"name": "Server Development",
"link": "https://keycloak.gitbooks.io/documentation/content/server_development/index.html"
},
"installguide": {
"name": "Server Installation and Configuration",
"link": "https://keycloak.gitbooks.io/documentation/content/server_installation/index.html"
},
"adapterguide": {
"name": "Securing Applications and Services Guide",
"link": "https://keycloak.gitbooks.io/documentation/content/securing_apps/index.html"
},
"gettingstarted": {
"name": "Getting Started Tutorial",
"link": "https://keycloak.gitbooks.io/documentation/content/getting_started/index.html"
},
"apidocs": {
"name": "API Documentation",
"link": "http://www.keycloak.org/documentation.html"
},
"quickstartRepo": {
"name": "Keycloak Quickstarts Repository",
"link": "https://github.com/keycloak/keycloak-quickstarts",
"dir": "keycloak-quickstarts"
},
"fuseVersion": "JBoss Fuse 6.3.0 Rollup 1",
"hawtioEAPVersion": "Wildfly 10",
"hawtioWARVersion": "hawtio-wildfly-1.4.0.redhat-630254.war",
"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"
}
},
"subsystem": {
"undertow": "urn:jboss:domain:undertow:3.0"
}
}
}