-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
40 lines (40 loc) · 968 Bytes
/
book.json
File metadata and controls
40 lines (40 loc) · 968 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"gitbook": "2.x.x" ,
"title": "greedpatch's document",
"author" : "Bell",
"generator": "site",
"language" : "zh-hans",
"plugins": [
"sharing",
"github",
"-search",
"search-pro",
"mermaid",
"duoshuo"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/greedlab/greedpatch-document"
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["搜索"]
},
"sharing": {
"facebook": false,
"twitter": false,
"google": false,
"weibo": false,
"instapaper": false,
"vk": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper"
]
},
"duoshuo": {
"short_name": "greedpatch-document",
"theme": "default"
}
}
}