forked from mikecroft/Payara-Server-Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
44 lines (40 loc) · 1.88 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
{
"plugins": [
"expandable-chapters",
"asciidoc-admonition-icons",
"versions"
],
"pluginsConfig": {
"versions": {
"gitbookConfigURL": "https://raw.githubusercontent.com/payara/Payara-Server-Documentation/config/book.json",
"options": [
{
"value": "https://docs.payara.fish/",
"text": "LATEST (5.194)"
}
]
}
},
"variables": {
"currentVersion": "5.194",
"glassfishVersion": "5",
"payaraWebDtd": "https://raw.githubusercontent.com/payara/Payara-Server-Documentation/master/schemas/payara-web-app_4.dtd",
"payaraResourcesDtd": "https://raw.githubusercontent.com/payara/Payara-Server-Documentation/master/schemas/payara-resources_1_6.dtd",
"mpConfigVersion": "1.3",
"mpConfigSpecUrl": "https://github.com/eclipse/microprofile-config/releases/tag/1.3",
"mpMetricsVersion": "2.2",
"mpMetricsSpecUrl": "https://github.com/eclipse/microprofile-metrics/releases/tag/2.2",
"mpHealthVersion": "2.1",
"mpHealthSpecUrl": "https://github.com/eclipse/microprofile-health/releases/tag/2.1",
"mpFaultToleranceVersion": "2.0",
"mpFaultToleranceSpecUrl": "https://github.com/eclipse/microprofile-fault-tolerance/releases/tag/2.0",
"mpJwtVersion": "1.1",
"mpJwtSpecUrl": "https://github.com/eclipse/microprofile-jwt-auth/releases/tag/1.1",
"mpOpenTracingVersion": "1.3",
"mpOpenTracingSpecUrl": "https://github.com/eclipse/microprofile-opentracing/releases/tag/1.3",
"mpOpenAPIVersion": "1.1",
"mpOpenAPISpecUrl": "https://github.com/eclipse/microprofile-open-api/releases/tag/1.1",
"mpRestClientVersion": "1.3",
"mpRestClientSepcUrl": "https://github.com/eclipse/microprofile-rest-client/releases/tag/1.3"
}
}