forked from Foundry376/Mailspring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
36 lines (34 loc) · 744 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
34
35
36
{
"gitbook": "3.2.2",
"title": "Mailspring Plugin SDK",
"root": "./app/build/docs_src/",
"plugins": [
"search",
"lunr",
"-fontsettings",
"-sharing",
"anchors",
"github",
"editlink",
"favicon"
],
"pluginsConfig": {
"editlink": {
"base": "https://github.com/Foundry376/Mailspring/tree/master",
"label": "Edit This Page",
"multilingual": false
},
"github": {
"url": "https://github.com/Foundry376/Mailspring"
},
"favicon": {
"shortcut": "/img/favicon.png"
}
},
"links": {
"sharing": {
"facebook": false,
"twitter": false
}
}
}