-
Notifications
You must be signed in to change notification settings - Fork 2
/
book.json
68 lines (68 loc) · 1.75 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
68
{
"title": "Summary",
"links": {
"sidebar": {
"Home": "https://wangzhebufangqi.github.io"
}
},
"author":"wangzhebufangqi",
"plugins" : [
"expandable-chapters",
"github-buttons",
"editlink",
"copy-code-button",
"page-footer-ex",
"anchor-navigation-ex",
"expandable-chapters-small",
"prism",
"-highlight",
"-lunr",
"-search",
"search-pro",
"donate",
"splitter",
"disqus",
"baidu-tongji-with-multiple-channel",
"katex-ng",
"advanced-emoji"
],
"pluginsConfig": {
"editlink": {
"base": "https://github.com/wangzhebufangqi/Leetcode/blob/main",
"label": "Edit This Page"
},
"github-buttons": {
"buttons": [{
"user": "wangzhebufangqi",
"repo": "Leetcode",
"type": "star",
"size": "small"
}]
},
"page-footer-ex": {
"copyright": "By [wangzhebufangqi](https://github.com/wangzhebufangqi),使用[知识共享 署名-相同方式共享 4.0协议](https://creativecommons.org/licenses/by-sa/4.0/)发布",
"markdown": true,
"update_label": "<i>updated</i>",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"prism": {
"css": ["prismjs/themes/prism-solarizedlight.css"],
"lang": {"flow": "typescript"}
},
"donate": {
"wechat": "https://gitee.com/wangzhebufangqi/PictureBed/raw/master/20201122131942.png",
"alipay": "https://gitee.com/wangzhebufangqi/PictureBed/raw/master/20201122131820.png",
"title": "",
"button": "Donate",
"alipayText": "支付宝捐赠",
"wechatText": "微信捐赠"
},
"disqus": {
"shortName": "wangzhebufangqi"
},
"baidu-tongji-with-multiple-channel": {
"token": "73be72a36cee8ef8daa9843c7861cecc"
}
},
"ignores" : ["_book", "node_modules"]
}