-
Notifications
You must be signed in to change notification settings - Fork 46
/
book.json
executable file
·48 lines (47 loc) · 1.03 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": "物联网安全百科",
"author": "Yaseng",
"language": "zh-hans",
"description": "物联网安全开源图书",
"links": {
"sidebar": {
"物联网安全百科": "http://iot-security.wiki"
}
},
"theme-default": {
"showLevel": true
},
"plugins": [
"-sharing",
"-livereload",
"image-captions",
"github",
"editlink",
"favicon",
"baidu",
"easyseo-7dtime"
],
"pluginsConfig": {
"image-captions": {
"attributes": {
"width": "600"
},
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
},
"github": {
"url": "https://github.com/yaseng/iot-security-wiki"
},
"editlink": {
"base": "https://github.com/yaseng/iot-security-wiki/blob/master/",
"label": "编辑本页"
},
"favicon":{
"shortcut": "_assets/images/favicon.ico",
"bookmark": "_assets/images/favicon.ico",
"appleTouch": "_assets/images/favicon.ico"
},
"baidu": {
"token": "aaaa"
}
}
}