-
Notifications
You must be signed in to change notification settings - Fork 40
/
book.json
51 lines (51 loc) · 1.43 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
{
"gitbook": "3.x.x",
"plugins": [
"swagger",
"editlink",
"include",
"insert-logo",
"plantuml-svg",
"collapsible-chapters",
"back-to-top-button",
"theme-api",
"variables",
"changelog",
"page-toc"
],
"pluginsConfig": {
"theme-gestalt": {
"logo": "https://mojaloop.io/images/logo.png",
"favicon": "https://mojaloop.io/images/logo.png",
"baseUrl": null,
"excludeDefaultStyles": false,
"doNotHideChildrenChapters": false
},
"editlink": {
"base": "https://github.com/mojaloop/mojaloop-specification/edit/master",
"label": "Edit This Page",
"multilingual": true
},
"insert-logo": {
"url": "https://mojaloop.io/images/logo.png",
"style": "background: none; max-height: 140px; max-width: 140px;"
},
"theme-api": {
"theme": "dark"
},
"variables": {
"files": {
"importedVars": "book_variables.yml"
}
},
"page-toc": {
"selector": ".markdown-section h1, .markdown-section h2, .markdown-section h3, .markdown-section h4",
"position": "before-first",
"showByDefault": true
},
"uml": {
"format": "png",
"nailgun": false
}
}
}