forked from apache/brooklyn-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
112 lines (112 loc) · 2.59 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
106
107
108
109
110
111
112
{
"gitbook": "^3.2.3",
"root": "./guide",
"plugins" : [
"include-highlight",
"theme-api",
"collapsible-chapters",
"bootstrap-callout",
"styles-less",
"versions",
"partial-summary"
],
"styles": {
"website": "./styles/website.less",
"pdf": "./styles/pdf.less"
},
"pluginsConfig": {
"partial-summary": {
"depth": 0
},
"include-highlight": {
"extensionToLanguage": {
"yml": "yaml",
"yaml": "yaml",
"bom": "yaml",
"java": "java"
}
},
"theme-api": {
"split": false,
"languages": [
{
"lang": "vagrant",
"name": "Vagrant",
"default": true
},
{
"lang": "centos",
"name": "CentOS / RHEL 7"
},
{
"lang": "ubuntu",
"name": "Ubuntu / Debian"
},
{
"lang": "osx",
"name": "OSX / Linux"
},
{
"lang": "windows",
"name": "Windows"
},
{
"lang": "clouds",
"name": "Clouds"
},
{
"lang": "byon",
"name": "BYON"
},
{
"lang": "package",
"name": "RPM / DEB packages"
},
{
"lang": "tarball",
"name": "Tarball"
}
]
},
"versions": {
"gitbookConfigURL": "https://raw.githubusercontent.com/tbouron/brooklyn-docs/experiment/gitbook/book.json",
"options": [
{
"value": "https://brooklyn.apache.org/v/latest/",
"text": "Latest",
"selected": true
},
{
"value": "https://brooklyn.apache.org/v/0.12.0/",
"text": "Version 0.12.0"
},
{
"value": "https://brooklyn.apache.org/v/0.11.0/",
"text": "Version 0.11.0"
},
{
"value": "https://brooklyn.apache.org/v/0.10.0/",
"text": "Version 0.10.0"
},
{
"value": "https://brooklyn.apache.org/v/0.9.0/",
"text": "Version 0.9.0"
}
]
}
},
"variables": {
"brooklyn_version": "1.0.0-SNAPSHOT",
"brooklyn_version_stable": "0.12.0",
"url": {
"brooklyn_website": "https://brooklyn.apache.org",
"brooklyn_javadoc": "https://brooklyn.apache.org/v/latest/misc/javadoc",
"brooklyn_git": "https://github.com/apache/brooklyn/tree",
"brooklyn_sever_git": "https://github.com/apache/brooklyn-server/tree",
"brooklyn_library_git": "https://github.com/apache/brooklyn-library/tree"
},
"path": {
"docs": ""
}
}
}