-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathbook.json
More file actions
28 lines (28 loc) · 760 Bytes
/
book.json
File metadata and controls
28 lines (28 loc) · 760 Bytes
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
{
"bookname": "Electron 官方文档多语言电子书",
"description": "Electron 官方文档多语言电子书",
"author": "Imfly",
"keywords": [
"bitcoin",
"nodejs"
],
"ignores": ["backup", "_book", "styles", "assets", "node_modules","sources"],
"homepage": "http://imfly.github.io/electron-docs-gitbook",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/imfly/electron-docs-gitbook.git"
},
"bugs": {
"url": "https://github.com/imfly/electron-docs-gitbook/issues"
},
"plugins": [
"baidu",
"-livereload"
],
"pluginsConfig": {
"baidu": {
"token": "acfc5cd60db044270ff996429917c2b7"
}
}
}