forked from sqlsec/Hackintosh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
44 lines (44 loc) · 1.07 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
{
"title": "国光的黑苹果安装教程",
"author": "国光",
"language": "zh-hans",
"links": {
"sidebar": {
"个人博客": "//www.sqlsec.com"
}
},
"plugins": [
"splitter",
"-lunr",
"-search",
"-sharing",
"search-plus",
"anchor-navigation-ex",
"expandable-chapters-small",
"copy-code-button",
"lightbox",
"tbfed-pagefooter",
"hide-element",
"-highlight",
"prism",
"prism-themes"
],
"pluginsConfig": {
"anchor-navigation-ex": {
"showLevel": false
},
"tbfed-pagefooter": {
"copyright":"",
"modify_label": "该文章最后修改时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"hide-element": {
"elements": [".gitbook-link"]
},
"prism": {
"css": [
"prism-themes/themes/prism-dracula.css"
]
}
}
}