kubernetes-handbook/book.json

59 lines
1.6 KiB
JSON
Raw Normal View History

2017-05-11 18:22:00 +08:00
{
2017-11-15 20:42:38 +08:00
"title": "Kubernetes Handbook - jimmysong.io",
2017-11-08 16:21:18 +08:00
"description": "Kubernetes中文指南/实践手册|kubernetes handbook|jimmysong.io|宋净超",
2017-09-19 21:59:44 +08:00
"language": "zh-hans",
2017-05-11 18:22:00 +08:00
"author": "Jimmy Song",
2017-10-09 15:50:21 +08:00
"links": {
2017-11-08 16:21:18 +08:00
"sidebar": {
2017-11-15 20:42:38 +08:00
"Jimmy Song": "https://jimmysong.io"
2017-10-09 15:50:21 +08:00
}
},
2017-05-11 18:22:00 +08:00
"plugins": [
"github",
"codesnippet",
"splitter",
"page-toc-button",
"image-captions",
"editlink",
2017-09-19 21:37:04 +08:00
"back-to-top-button",
2017-10-09 15:50:21 +08:00
"-lunr", "-search", "search-plus",
"github-buttons@2.1.0",
"favicon@^0.0.2",
2017-10-11 18:00:49 +08:00
"tbfed-pagefooter@^0.0.1",
2017-11-15 20:42:38 +08:00
"3-ba",
"theme-default"
2017-05-11 18:22:00 +08:00
],
"pluginsConfig": {
2017-11-15 20:42:38 +08:00
"theme-default": {
"showLevel": true
},
2017-05-11 18:22:00 +08:00
"github": {
"url": "https://github.com/rootsongjc/kubernetes-handbook"
},
"editlink": {
"base": "https://github.com/rootsongjc/kubernetes-handbook/blob/master/",
"label": "编辑本页"
2017-10-09 15:50:21 +08:00
},
"image-captions": {
"caption": "图片 - _CAPTION_"
},
"github-buttons": {
"repo": "rootsongjc/kubernetes-handbook",
"types": ["star"],
"size": "small"
},
"tbfed-pagefooter": {
2018-02-06 14:14:19 +08:00
"copyright": "Copyright © jimmysong.io 2017-2018",
"modify_label": "Updated at ",
2017-10-09 15:50:21 +08:00
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
2017-10-11 18:00:49 +08:00
},
"3-ba": {
"token": "11f7d254cfa4e0ca44b175c66d379ecc"
2017-05-11 18:22:00 +08:00
}
}
2017-11-15 20:42:38 +08:00
}