-
Notifications
You must be signed in to change notification settings - Fork 39
/
book.json
68 lines (67 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"gitbook": ">=2.0.0",
"title": "网络安全",
"description": "本科信息安全专业教材@CUC",
"language": "zh-hans",
"author": "黄玮",
"links": {
"sidebar": {
"中传信安课程网站": "https://c4pr1c3.github.io/cuc-wiki/"
},
"sharing": {
"facebook": false,
"twitter": false,
"google": false,
"weibo": true,
"instapaper": false,
"vk": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper"
]
}
},
"plugins": ["katex", "anchor-navigation-ex", "tbfed-pagefooter", "ga", "image-captions", "add-js-css", "edit-link"],
"pluginsConfig": {
"tbfed-pagefooter": {
"copyright":"© <a href='https://www.zhihu.com/people/c4pr1c3'>@黄玮</a>",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"quiz": {
"labels": {
"check" : "提交检查",
"showExplanation" : "查看题解",
"showCorrect" : "显示全部",
"explanationHeader" : "题解"
},
"text": {
"noChosen" : "请至少选择一个正确答案",
"incomplete" : "没有回答完全"
},
"buttons": {
"showCorrect" : true,
"showExplanation" : true
}
},
"anchor-navigation-ex": {
"showLevel": false
},
"ga": {
"token": "UA-4489768-14"
},
"image-captions": {
"caption": "_CAPTION_",
"align": "center"
},
"add-js-css": {
"js": [
"js/custom.js"
]
},
"edit-link": {
"base": "https://github.com/c4pr1c3/cuc-ns/edit/master",
"label": "Edit This Page"
}
}
}