forked from electron-userland/electron-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
38 lines (38 loc) · 828 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
37
38
{
"root": "./docs",
"title": "electron-builder",
"plugins": ["edit-link", "github", "github-buttons", "develar-toolbar-buttons", "analytics"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/electron-userland/electron-builder/tree/master/docs"
},
"github": {
"url": "https://github.com/electron-userland/electron-builder"
},
"github-buttons": {
"repo": "electron-userland/electron-builder",
"types": [
"star"
],
"size": "small"
},
"analytics": {
"context": [
{
"vendor": "google",
"token": "UA-105592680-1",
"base": "https"
}
]
}
},
"links": {
"sharing": {
"facebook": false,
"twitter": false
}
},
"structure": {
"readme": "readme.md"
}
}