forked from mojaloop/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
39 lines (39 loc) · 1.15 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
{
"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/documentation/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
}
}
}