-
-
Notifications
You must be signed in to change notification settings - Fork 172
/
book.json
33 lines (33 loc) · 896 Bytes
/
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
{
"plugins": [ "addcssjs", "edit-link", "theme-api", "jsfiddle", "custom-favicon", "simple-page-toc", "anchors" ],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/i18next/i18next-gitbook/edit/master/",
"label": "Edit"
},
"theme-api": {
"languages": [
{
"lang": "js",
"name": "js",
"default": true
}
],
"split": true
},
"jsfiddle":{
"type": "script",
"tabs": ["result","js"],
"height": "500",
"width": "500"
},
"favicon": "assets/favicon.ico",
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"addcssjs": {
"js": ["assets/js/custom.js"]
}
}
}