76 lines
2.8 KiB
JSON
76 lines
2.8 KiB
JSON
{
|
||
"title": "Kubernetes Handbook - Kubernetes 中文指南/云原生应用架构实践手册 · Jimmy Song",
|
||
"description": "Kubernetes Handbook - Kubernetes 中文指南/云原生应用架构实践手册,本书记录了本人从零开始学习和使用 Kubernetes 的心路历程,着重于经验分享和总结,同时也会有相关的概念解析,希望能够帮助大家少踩坑,少走弯路,还会指引大家关注Kubernetes生态周边,如微服务构建、DevOps、大数据应用、Service Mesh、Cloud Native等领域。",
|
||
"language": "zh-hans",
|
||
"author": "Jimmy Song(宋净超)",
|
||
"links": {
|
||
"sidebar": {
|
||
"回到主页": "https://jimmysong.io",
|
||
"云原生开源项目大全": "https://jimmysong.io/awesome-cloud-native",
|
||
"云原生社区": "https://cloudnative.to"
|
||
}
|
||
},
|
||
"plugins": [
|
||
"github",
|
||
"codesnippet",
|
||
"splitter",
|
||
"page-toc-button",
|
||
"image-captions",
|
||
"editlink",
|
||
"back-to-top-button",
|
||
"-lunr", "-search", "search-plus",
|
||
"github-buttons@2.1.0",
|
||
"favicon@^0.0.2",
|
||
"tbfed-pagefooter@^0.0.1",
|
||
"3-ba",
|
||
"theme-default",
|
||
"-highlight", "prism", "prism-themes",
|
||
"lightbox",
|
||
"ga",
|
||
"sitemap-general"
|
||
],
|
||
"pluginsConfig": {
|
||
"theme-default": {
|
||
"showLevel": true
|
||
},
|
||
"github": {
|
||
"url": "https://github.com/rootsongjc/kubernetes-handbook"
|
||
},
|
||
"editlink": {
|
||
"base": "https://github.com/rootsongjc/kubernetes-handbook/blob/master/",
|
||
"label": "编辑本页"
|
||
},
|
||
"image-captions": {
|
||
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_:_CAPTION_"
|
||
},
|
||
"github-buttons": {
|
||
"repo": "rootsongjc/kubernetes-handbook",
|
||
"types": ["star"],
|
||
"size": "small"
|
||
},
|
||
"tbfed-pagefooter": {
|
||
"copyright": "<a href=https://mp.weixin.qq.com/s/vWlSdzz2MNdXRr0sd2-LFg>加入云原生社区</a></p>Copyright © 2017-2021 | Distributed under <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh>CC BY 4.0</a> | <a href=https://jimmysong.io>jimmysong.io</a>",
|
||
"modify_label": " Updated at ",
|
||
"modify_format": "YYYY-MM-DD HH:mm:ss"
|
||
},
|
||
"favicon": {
|
||
"shortcut": "favicon.ico",
|
||
"bookmark": "favicon.ico"
|
||
},
|
||
"3-ba": {
|
||
"token": "11f7d254cfa4e0ca44b175c66d379ecc"
|
||
},
|
||
"prism": {
|
||
"css": [
|
||
"prism-themes/themes/prism-ghcolors.css"
|
||
]
|
||
},
|
||
"sitemap-general": {
|
||
"prefix": "https://jimmysong.io/kubernetes-handbook/"
|
||
},
|
||
"ga": {
|
||
"token": "UA-93485976-1"
|
||
}
|
||
}
|
||
}
|