-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
46 lines (46 loc) · 1.16 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
{
"title": "打杂笔记",
"author": "axboy",
"language": "zh-hans",
"gitbook": "3.2.3",
"plugins": [
"anchor-navigation-ex",
"github",
"sitemap",
"sitemap-general",
"expandable-chapters",
"chapter-fold",
"3-ba@^0.9.0",
"terminal@^0.3.2",
"code",
"codeblock-filename",
"tbfed-pagefooter@^0.0.1"
],
"pluginsConfig": {
"anchor-navigation-ex":{
"multipleH1": false
},
"terminal": {
"copyButtons": true,
"fade": false,
"style": "flat"
},
"3-ba": {
"token": "c12fba205ed0dd9a57927875e506fd96"
},
"tbfed-pagefooter": {
"copyright": "Copyright © axboy.cn 2022",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"github": {
"url": "https://github.com/axboy/notebook"
},
"sitemap": {
"hostname": "https://notebook.axboy.cn"
},
"sitemap-general": {
"prefix": "https://notebook.axboy.cn"
}
}
}