This repository was archived by the owner on Jan 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
80 lines (80 loc) · 2 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
{
"gitbook": "3.x.x",
"structure": {
"readme": "README.adoc"
},
"plugins": [
"anchorjs",
"theme-apiman",
"asciidoc-admonition-icons",
"ga",
"edit-link"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"theme-apiman": {
"split": false,
"languages": [
{
"lang": "Vertx",
"name": "Vert.x",
"default": true
},
{
"lang": "Servlet",
"name": "Servlet"
}
]
},
"edit-link": {
"base": "https://github.com/apiman/apiman-docs-production-guide/tree/master",
"label": "Edit This Page"
},
"admonitions": {
"note": {
"classes": "fa icon-note",
"title": "Note",
"content": "\uf05a"
},
"tip": {
"classes": "fa icon-tip",
"title": "Tip",
"content": "\uf08d"
},
"important": {
"classes": "fa icon-important",
"title": "Important",
"content": "\uf06a"
},
"caution": {
"classes": "fa icon-caution",
"title": "Caution",
"content": "\uf06d"
},
"warning": {
"classes": "fa icon-warning",
"title": "Warning",
"content": "\uf071"
}
},
"ga": {
"token": "UA-56678850-4"
}
},
"variables": {
"apiman": {
"version": {
"release": "1.3.0.Final",
"snapshot": "1.3.1-SNAPSHOT"
}
},
"wildfly10": {
"version": "10.1.0.Final"
},
"wildfly9": {
"version": "9.0.2.Final"
}
}
}