forked from rootsongjc/kubernetes-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
33 lines (33 loc) · 885 Bytes
/
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
{
"title": "Kubernetes Handbook",
"description": "Let's play fun with kubernetes!",
"language": "zh-cn",
"author": "Jimmy Song",
"plugins": [
"github",
"codesnippet",
"splitter",
"page-toc-button",
"image-captions",
"page-footer-ex",
"editlink",
"-lunr", "-search", "search-plus"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/rootsongjc/kubernetes-handbook"
},
"editlink": {
"base": "https://github.com/rootsongjc/kubernetes-handbook/blob/master/",
"label": "编辑本页"
}
},
"page-footer-ex": {
"copyright": "Jimmy Song",
"update_label": "最后更新:",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"image-captions": {
"caption": "图片 - _CAPTION_"
}
}