forked from flutterchina/flutter-in-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
52 lines (52 loc) · 1.23 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"root":"docs",
"bookRoot":"https://book.flutterchina.club/",
"title": "《Flutter实战》",
"author": "wendux [email protected]",
"description": "记录Gitbook的配置和一些插件的使用",
"language" : "zh-hans",
"links":{
"sharing": {
"all": null,
"facebook": null,
"google": null,
"twitter": null,
"weibo": null
},
"sidebar": {
"<div><img height=20 style='position:relative; top:5px; padding-right:5px ' src='https://cdn.jsdelivr.net/gh/flutterchina/[email protected]/images/favicon.png'/> Flutter中文网</div>": "https://flutterchina.club"
}
},
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"plugins": [
"-search",
"search-pro",
"ace",
"splitter",
"prism",
"donate",
"-highlight"
],
"pluginsConfig": {
"prism": {
"lang": {
"shell": "bash"
}
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["Gitbook Use"]
},
"donate": {
"wechat": "https://pcdn.flutterchina.club/imgs/pay.jpeg",
"button": "赏",
"wechatText": "微信打赏"
}
}
}