-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
48 lines (48 loc) · 1.09 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
{
"title": "SUSTech GitBook",
"root": "./src",
"language": "zh-hans",
"plugins": [
"custom-js-css",
"splitter",
"katex",
"advanced-emoji",
"page-footer-liziwl",
"baidu-tongji",
"icp"
],
"pluginsConfig": {
"icp": {
"number": "粤ICP备18047383号"
},
"baidu-tongji": {
"token": "d3d2c23173a08119fe3e95b5f4c19b02"
},
"custom-js-css": {
"js": [
"./js/jquery.min.js",
"./js/jquery.dataTables.min.js"
],
"css": [
"./css/jquery.dataTables.min.css"
]
},
"page-footer-liziwl": {
"description": "Updated at",
"signature": "SUSTech GitBook Team",
"wisdom": "Save Time on looking up information.",
"format": "yyyy-MM-dd hh:mm:ss",
"copyright": "Copyright © SUSTech GitBook Team 2019",
"timeColor": "#666",
"copyrightColor": "#666",
"utcOffset": "8",
"isShowQRCode": true,
"baseUri": "https://sustech.online/",
"isShowIssues": false,
"repo": "",
"issueNum": "",
"token": "",
"style": "symmetrical"
}
}
}