-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
41 lines (41 loc) · 1.05 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
{
"title": "个人知识树",
"description": "记录学习的知识点",
"gitbook": "3.2.3",
"links" : {
"sidebar" : {
"Home" : "https://github.com/2fps/i-am-so-vegetable"
}
},
"plugins": [
"-lunr",
"-search",
"search-pro",
"back-to-top-button",
"expandable-chapters-small",
"copy-code-button",
"github",
"tbfed-pagefooter",
"baidu-tongji",
"page-toc-button",
"pageview-count",
"popup"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/2fps/i-am-so-vegetable"
},
"tbfed-pagefooter": {
"copyright":"Copyright & copy https://www.zhuyuntao.cn 2019",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"page-toc-button": {
"maxTocDepth": 2,
"minTocSize": 2
},
"baidu-tongji": {
"token": "8a92d7c6f8fa1707579944211d49b410"
}
}
}