-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbook.json
68 lines (68 loc) · 1.41 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
62
63
64
65
66
67
68
{
"title": "Gitbook",
"author": "MinGRn",
"gitbook": "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",
"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",
"splitter@^0.0.8",
"alerts@^0.2.0",
"expandable-chapters@^0.2.0",
"chart@^0.2.1",
"github@^2.0.0",
"github-buttons@^3.0.0"
],
"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"
},
"github": {
"url": "https://github.com/MinGRn/GitBook"
},
"github-buttons": {
"buttons": [{
"user": "MinGRn",
"repo": "GitBook",
"type": "star",
"size": "small",
"count": true
}]
}
}
}