34 lines
885 B
JSON
34 lines
885 B
JSON
|
{
|
||
|
"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_"
|
||
|
}
|
||
|
}
|