forked from huweihuang/kubernetes-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
99 lines (98 loc) · 3.27 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
98
99
{
"title": "Kubernetes 学习笔记",
"description": "Kubernetes 学习笔记",
"language": "zh-hans",
"author": "胡伟煌",
"links": {
"sidebar": {
"胡伟煌的博客": "https://www.huweihuang.com",
"Kubernetes 学习笔记": "https://www.huweihuang.com/kubernetes-notes/",
"Golang 学习笔记": "https://www.huweihuang.com/golang-notes/",
"Linux 学习笔记": "https://www.huweihuang.com/linux-notes/",
"数据结构学习笔记": "https://www.huweihuang.com/data-structure-notes/",
"Python 学习笔记": "https://www.huweihuang.com/python-notes/",
"Blockchain 学习笔记": "https://www.huweihuang.com/blockchain-notes/",
"Kubernetes 源码分析笔记": "https://www.huweihuang.com/k8s-source-code-analysis/",
"Docker 学习笔记": "https://www.huweihuang.com/docker-notes/"
}
},
"plugins": [
"github",
"codesnippet",
"splitter",
"page-toc-button",
"image-captions",
"editlink",
"back-to-top-button",
"-lunr", "-search", "search-plus",
"favicon@^0.0.2",
"tbfed-pagefooter@^0.0.1",
"3-ba",
"theme-default",
"-highlight", "prism", "prism-themes",
"sitemap-general",
"ga",
"disqus",
"donate"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"github": {
"url": "https://github.com/huweihuang"
},
"editlink": {
"base": "https://github.com/huweihuang/kubernetes-notes/blob/master/",
"label": "编辑本页"
},
"image-captions": {
"caption": "图片 - _CAPTION_"
},
"github-buttons": {
"repo": "huweihuang/kubernetes-notes",
"types": ["star"],
"size": "small"
},
"tbfed-pagefooter": {
"copyright": "Copyright © www.huweihuang.com 2017-2018",
"modify_label": "Updated at ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "images/favicon.ico",
"bookmark": "images/favicon.ico",
"appleTouch": "images/favicon.ico",
"appleTouchMore": {
"120x120": "images/favicon.ico",
"180x180": "images/favicon.ico"
}
},
"3-ba": {
"token": "e146d71b77957235bba1e709d930f62e"
},
"prism": {
"css": [
"prismjs/themes/prism-okaidia.css"
]
},
"sitemap-general": {
"prefix": "https://www.huweihuang.com/kubernetes-notes/"
},
"ga": {
"token": "UA-114718458-2"
},
"disqus": {
"shortName": "huweihuang"
},
"donate": {
"wechat": "https://res.cloudinary.com/dqxtn0ick/image/upload/v1551599472/blog/donate/wechatpay.jpg",
"alipay": "https://res.cloudinary.com/dqxtn0ick/image/upload/v1551599640/blog/donate/alipay.jpg",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
}
}
}