-
Notifications
You must be signed in to change notification settings - Fork 2.9k
/
book.json
75 lines (75 loc) · 1.64 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
{
"title": "和我一步步部署kubernetes集群",
"description": "和我一步步部署kubernetes集群",
"language": "zh-cn",
"plugins": [
"expandable-chapters",
"anchors",
"disqus",
"github",
"editlink",
"prism", "-highlight",
"-lunr", "-search", "search-plus",
"baidu",
"codesnippet",
"splitter",
"sitemap",
"page-toc-button",
"image-captions",
"page-footer-ex",
"tags",
"multipart"
],
"pdf": {
"toc": true,
"pageNumbers": true,
"fontSize": 11
},
"pluginsConfig": {
"image-captions": {
"caption": "图片 - _CAPTION_"
},
"page-toc-button": {
"maxTocDepth": 2,
"minTocSize": 2
},
"expandable-chapters":{
},
"disqus": {
"shortName": "knowl"
},
"github": {
"url": "https://github.com/opsnull/follow-me-install-kubernetes-cluster"
},
"editlink": {
"base": "https://github.com/opsnull/follow-me-install-kubernetes-cluster/blob/master/",
"label": "编辑本页"
},
"baidu": {
"token": "18c1967ba7abeaf5be1330bb512f0617"
},
"sitemap": {
"hostname": "http://k8s.opsnull.com"
},
"page-footer-ex":{
"copyright":"zhangjun",
"update_label":"最后更新:",
"update_format":"YYYY-MM-DD HH:mm:ss"
},
"tags": {
"placement": "bottom"
},
"sharing": {
"facebook": true,
"twitter": true,
"google": true,
"weibo": true,
"instapaper": false,
"vk": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper"
]
}
}
}