-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
33 lines (33 loc) · 889 Bytes
/
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
{
"title": "普罗格WMS产品使用文档",
"description": "普罗格WMS产品使用文档说明",
"author": "bob",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"links": {
"sidebar": {
"PROGLOG": "http://www.prolog-int.com/"
}
},
"plugins": [
"-highlight",
"-livereload",
"splitter@^0.0.8",
"tbfed-pagefooter@^0.0.1",
"expandable-chapters-small@^0.1.7",
"favicon@^0.0.2"
],
"pluginsConfig": {
"tbfed-pagefooter": {
"copyright": "北京普罗格科技股份有限公司@2018",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
}
}
}