-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
45 lines (44 loc) · 830 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
39
40
41
42
43
44
45
{
"author": "Yolo",
"language": "zh-hans",
"gitbook": "3.2.3",
"links": {
"sidebar": {
"YoloSpace": "https://customlink.com"
},
"sharing": {
"google": null,
"facebook": null,
"twitter": null,
"weibo": null,
"all": null
}
},
"plugins": [
"search-plus",
"expandable-chapters-small",
"code",
"klipse",
"chart",
"tbfed-pagefooter",
"summary"
],
"pluginsConfig": {
"fontSettings": {
"theme": "night",
"family": "sans"
},
"tbfed-pagefooter": {
"copyright":"&CopyRight Yolo2021",
"modify_label": "文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"theme-default": {
"showLevel": true
},
"theme-api": {
"theme": "dark"
}
},
"title": "YoloBlog"
}