-
Notifications
You must be signed in to change notification settings - Fork 319
/
book.json
61 lines (61 loc) · 1.63 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
{
"title": "《k8s-1.13版本源码分析》",
"author": "Tao Hu <[email protected]>",
"description": "k8s source code analysis",
"plugins": [
"theme-comscore",
"codeblock-filename",
"navigator",
"simple-page-toc",
"expandable-chapters-small",
"search-pro",
"splitter",
"multipart",
"tbfed-pagefooter",
"prism", "-highlight",
"editlink",
"github",
"donate",
"copy-code-button"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"simple-page-toc": {
"maxDepth": 4,
"skipFirstH1": true
},
"editlink": {
"base": "https://github.com/farmer-hutao/k8s-source-code-analysis/edit/master",
"label": "编辑本页",
"multilingual": false
},
"github": {
"url": "https://github.com/farmer-hutao/k8s-source-code-analysis"
},
"github-buttons": {
"repo": "farmer-hutao/k8s-source-code-analysis",
"types": [
"star"
],
"size": "small"
},
"donate": {
"wechat": "./image/wx.jpg",
"title": "催作者快快更新",
"button": "鼓励作者",
"wechatText": "微信小额捐赠,鼓励作者尽快更新~"
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["Gitbook Use"]
},
"tbfed-pagefooter": {
"copyright":"Copyright © [email protected] 2019",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
}
}