forked from opendatacentre/opendc-mini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
42 lines (42 loc) · 1.07 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
{
"root": "docs",
"title": "Open Datacentre Mini",
"description": "This book contains the Open Datacentre Mini book that describes how to build a small datacentre for CI/CD.",
"author": "Cito Pro",
"lang": "en",
"gitbook": ">= 3.2.0",
"plugins": ["mermaid-gb3",
"expandable-chapters",
"page-toc",
"back-to-top-button",
"scripts-styles",
"videoclips",
"analytics",
"-highlight",
"sunlight-highlighter"
],
"pluginsConfig": {
"mermaid-gb3": {
"theme": "forest"
},
"page-toc": {
"selector": ".markdown-section h2, .markdown-section h3",
"position": "top"
},
"scripts-styles": {
"js": [
"js/asciinema-player.js"
],
"css": [
"css/asciinema-player.css"
]
},
"analytics": {
"google": "UA-97410630-3"
},
"sunlight-highlighter": {
"theme": "dark",
"lineNumber": true
}
}
}