-
Notifications
You must be signed in to change notification settings - Fork 2
/
book.json
97 lines (97 loc) · 2.18 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"title": "算法工程师从零到一",
"author": "峰池",
"plugins": [
"-lunr",
"-search",
"search-pro",
"-sharing",
"github-buttons",
"editlink",
"ga",
"-highlight",
"prism",
"bibtex-indexed-cite",
"anchor-navigation-ex",
"page-footer-ex",
"splitter",
"todo",
"copy-code-button",
"expandable-chapters-small",
"donate",
"katex",
"statistics"
],
"pluginsConfig": {
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord": ["Gitbook Use"]
},
"anchor-navigation-ex": {
"showLevel": false
},
"github-buttons": {
"buttons": [{
"user": "dongfengchi",
"repo": "algo_engineer_zero_to_one",
"type": "star",
"size": "small",
"count": true
}]
},
"links" : {
"sidebar" : {
"Home" : "https://github.com/dongfengchi/algo_engineer_zero_to_one/"
}
},
"editlink": {
"base": "https://github.com/dongfengchi/algo_engineer_zero_to_one/",
"label": "Edit",
"multilingual": false
},
"ga": {
"token": "G-0FKP0E9H88"
},
"statistics": {
"cnzz_id": 1279720611
},
"prism": {
"ignore": [
"mermaid",
"eval-js"
],
"css": [
"prismjs/themes/prism-solarizedlight.css"
]
},
"page-footer-ex": {
"copyright": "作者: [峰池](https://dongfengchi.github.io/algo_engineer_zero_to_one),一个爱读书的算法工程师",
"markdown": true,
"update_label": "最近更新:",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"bibtex-indexed-cite": {
"path": "/"
},
"donate": {
"wechat": "https://dongfengchi.github.io/algo_engineer_zero_to_one/wechat_mp.jpg",
"alipay": "https://dongfengchi.github.io/algo_engineer_zero_to_one/wechat.jpg",
"title": "",
"button": "赏",
"alipayText": "微信打赏",
"wechatText": "关注公众号:峰池"
}
},
"pdf": {
"pageNumbers": true,
"fontFamily": "Arial",
"fontSize": 14,
"paperSize": "a4",
"margin": {
"right": 30,
"left": 30,
"top": 32,
"bottom": 32
}
}
}