-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbook.json
61 lines (59 loc) · 1.42 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
53
54
55
56
57
58
59
60
61
{
"gitbook": "3.x.x",
"plugins": [
"theme-comscore",
"intopic-toc",
"localized-footer",
"page-footer-ex",
"callouts"
],
"pluginsConfig": {
"callouts": {
"option": {
"alert": "info",
"picto": "fa-edit"
},
"flag": {
"alert": "success",
"picto": "fa-flag"
},
"question": {
"alert": "info",
"picto": "fa-question-circle"
},
"info": {
"alert": "info",
"picto": "fa-info-circle"
},
"todo" : {
"alert": "warning",
"picto": "fa-edit"
},
"caution": {
"alert": "danger",
"picto": "fa-bullhorn"
},
"danger": {
"alert": "danger",
"picto": "fa-exclamation"
},
"showTypeInHeader": false
},
"page-footer-ex": {
"copyright": "By [Zihao Yu](https://sashimi-yzh.github.io/), 采用[知识共享 署名-非商业性使用-相同方式共享 3.0 中国大陆 许可协议](http://creativecommons.org/licenses/by-nc-sa/3.0/cn/)发布",
"markdown": true,
"update_label": "此页面修订于: ",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"intopic-toc": {
"selector": ".markdown-section h2, .markdown-section h3, .markdown-section h4",
"isCollapsed": false,
"visible": true,
"label": "导航"
}
},
"styles": {
"website": "styles.css",
"pdf": "styles.css"
}
}