-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
57 lines (56 loc) · 1.17 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
{
"title": "密码学、网络编程学习札记",
"author": "Cuiting Shi",
"links":{
"sidebar": {
"Home": "https://github.com/xyzLOL"
}
},
"navigation":true,
"plugins": [
"-highlight",
"prism",
"katex-full",
"disqus",
"image-captions",
"sectionx",
"expandable-chapters",
"splitter",
"prettify-html",
"advanced-emoji",
"github",
"sharing",
"navigator",
"livereload",
"lunr",
"anchors",
"mermaid-gb3",
"theme-creative",
"download-pdf",
"comments"
],
"pluginsConfig": {
"disqus":{
"shortName": "webpack-handbook"
},
"sharing":{
"weibo": true,
"facebook": true,
"google": true,
"twitter": true,
"all": [
"weibo", "facebook", "twitter", "google"
]
},
"github":{
"url": "https://github.com/xyzLOL"
},
"download-pdf":{
"base":"https://github.com/xyzLOLO/notes/",
"label": "Download PDF"
},
"lunr":{
"maxIndexSize": 20000
}
}
}