-
Notifications
You must be signed in to change notification settings - Fork 130
/
Copy pathbook.json
119 lines (118 loc) · 4.06 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"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",
"anchor-navigation-ex",
"image-captions",
"editlink",
"-lunr", "-search", "search-plus",
"favicon@^0.0.2",
"tbfed-pagefooter@^0.0.1",
"3-ba",
"theme-huweihuang",
"-highlight", "prism", "prism-themes",
"sitemap-general",
"ga",
"disqus",
"donate",
"expandable-chapters",
"readmore"
],
"pluginsConfig": {
"theme-huweihuang": {
"showLevel": true,
"googleAdsenseClient": "ca-pub-8205636531078391"
},
"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",
"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": "微信打赏"
},
"anchor-navigation-ex": {
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right",
"multipleH1": false,
"multipleH2": false,
"multipleH3": false,
"multipleH4": false,
"showLevelIcon": false,
"showLevel": false
},
"readmore":{
"allowDomain":["www.huweihuang.com","localhost"],
"blogId": "30679-1666624938200-328",
"name": "容器云架构",
"qrcode": "https://res.cloudinary.com/dqxtn0ick/image/upload/v1551600382/blog/wechat-public-acconut.jpg",
"keyword": "k8s"
}
}
}