-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
53 lines (53 loc) · 1.13 KB
/
book.json
File metadata and controls
53 lines (53 loc) · 1.13 KB
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
{
"title": "ifknown-Logbak",
"author": "MinGRn",
"version": "3.2.3",
"language": "zh-hans",
"plugins": [
"advanced-emoji@^0.2.2",
"tbfed-pagefooter@^0.0.1",
"anchor-navigation-ex@^1.0.13",
"favicon@^0.0.2",
"alerts@^0.2.0",
"theme-default@^1.0.7",
"-lunr",
"-search",
"search-plus@^1.0.3",
"sectionx@^3.1.0",
"local-video@^1.0.1",
"emphasize@^1.1.0",
"expandable-chapters@^0.2.0",
"chart@^0.2.1"
],
"pluginsConfig": {
"tbfed-pagefooter": {
"copyright":"Copyright © MinGRn 2018",
"modify_label": "最近修订时间:",
"modify_format": "YYYY-MM-DD"
},
"anchor-navigation-ex": {
"showLevel": true,
"multipleH1": true,
"showGoTop": true,
"associatedWithSummary": true
},
"favicon":{
"shortcut": "assets/favicon.ico",
"bookmark": "assets/favicon.ico",
"appleTouch": "assets/images/apple-touch-icon.png",
"appleTouchMore": {
"120x120": "assets/images/apple-touch-icon-120x120.png",
"180x180": "assets/images/apple-touch-icon-180x180.png"
}
},
"theme-default":{
"showLevel": true
},
"sectionx": {
"tag": "b"
},
"chart": {
"type": "highcharts"
}
}
}