forked from ClouGence/hasor
-
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.07 KB
/
book.json
File metadata and controls
53 lines (53 loc) · 1.07 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": "Hasor 开发指南",
"description": "Hasor 开发指南。",
"language": "zh-hans",
"gitbook": "3.x.x",
"plugins": [
"splitter",
"-lunr",
"-search",
"ace",
"expandable-chapters-small",
"ga",
"3-ba",
"tbfed-pagefooter",
"-sharing",
"favicon",
"github-buttons"
],
"pluginsConfig": {
"ga": {
"token": "UA-88648560-1"
},
"3-ba": {
"token": "8d5f7a839f4f8fee4eefbeac046d05cc"
},
"tbfed-pagefooter": {
"copyright": "Copyright © zyc@hasor.net 2017",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "assets/images/favicon.ico",
"bookmark": "assets/images/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"
}
},
"github-buttons": {
"repo": "zycgit/hasor",
"types": [
"star",
"watch",
"fork"
],
"size": "small"
}
},
"variables": {
"hasor_version": "3.2.0"
}
}