-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
62 lines (62 loc) · 1.31 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
{
"title": "Jack Zhang的博客",
"author": "勤劳的螺丝工",
"description": "记录遇到的问题与解决方式,分享我的知识、经历和观点...",
"language": "zh-hans",
"styles": {
"website": "./css/gitbook-configure.css"
},
"plugins": [
"theme-comscore",
"prism",
"-highlight",
"copy-code-button",
"search-pro",
"-search",
"-lunr",
"expandable-chapters",
"splitter",
"-sharing",
"github-buttons",
"donate",
"anchor-navigation-ex"
],
"pluginsConfig": {
"github-buttons": {
"buttons": [
{
"user": "Zhang-jie-jun",
"repo": "blog",
"type": "star",
"count": true,
"size": "small"
},
{
"user": "Zhang-jie-jun",
"width": "160",
"type": "follow",
"count": true,
"size": "small"
}
]
},
"donate": {
"button": "赞赏支持",
"wechatText": "问题联系",
"alipayText": "打赏支持",
"wechat": "https://github.com/Zhang-jie-jun/blog/blob/main/src/image/QR_code.jpg?raw=true",
"alipay": "https://github.com/Zhang-jie-jun/blog/blob/main/src/image/wechat.jpg?raw=true"
},
"prism": {
"css": [
"prismjs/themes/prism-solarizedlight.css"
],
"lang": {
"shell": "bash"
}
},
"anchor-navigation-ex": {
"showLevel": false
}
}
}