forked from flutterchina/flutter-in-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
45 lines (45 loc) · 1.07 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
{
"root":"docs",
"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"
}
},
"plugins": [
"-search",
"search-pro",
"ace",
"splitter",
"toggle-chapters",
"prism",
"donate",
"-highlight"
],
"pluginsConfig": {
"prism": {
"lang": {
"shell": "bash"
}
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["Gitbook Use"]
},
"donate": {
"wechat": "https://cdn.jsdelivr.net/gh/flutterchina/[email protected]/docs/imgs/pay.jpeg",
"button": "赏",
"wechatText": "微信打赏"
}
}
}