kubernetes-handbook/book.json

36 lines
936 B
JSON
Raw Normal View History

2017-05-11 18:22:00 +08:00
{
"title": "Kubernetes Handbook",
"description": "Let's play fun with kubernetes!",
"language": "zh-cn",
"author": "Jimmy Song",
"plugins": [
"github",
"codesnippet",
"splitter",
2017-09-19 21:37:04 +08:00
"wide-page",
2017-05-11 18:22:00 +08:00
"page-toc-button",
"image-captions",
"page-footer-ex",
"editlink",
2017-09-19 21:37:04 +08:00
"back-to-top-button",
2017-05-11 18:22:00 +08:00
"-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_"
}
2017-05-14 18:55:36 +08:00
}