kubernetes-handbook/book.json

75 lines
3.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"title": "Kubernetes Handbook - Kubernetes中文指南/云原生应用架构实践手册 by Jimmy Song(宋净超)",
"description": "Kubernetes Handbook - Kubernetes中文指南/云原生应用架构实践手册本书记录了本人从零开始学习和使用Kubernetes的心路历程着重于经验分享和总结同时也会有相关的概念解析希望能够帮助大家少踩坑少走弯路还会指引大家关于关注Kubernetes生态周边如微服务构建、DevOps、大数据应用、Service Mesh、Cloud Native等领域。",
"language": "zh-hans",
"author": "Jimmy Song宋净超",
"links": {
"sidebar": {
"Jimmy Song": "https://jimmysong.io",
"Awesome Cloud Native": "https://jimmysong.io/awesome-cloud-native",
"ServiceMesher": "http://www.servicemesher.com",
"Awesome Service Mesh": "http://www.servicemesher.com/awesome-servicemesh",
"Cloud Native Go - 基于Go和React的web云原生应用构建指南": "https://jimmysong.io/posts/cloud-native-go",
"Cloud Native PythonPython云原生 - 使用Python和React构建云原生应用": "https://jimmysong.io/posts/cloud-native-python",
"Cloud Native Java云原生Java- Spring Boot、Spring Cloud与Cloud Foundry弹性系统设计": "https://jimmysong.io/posts/cloud-native-java"
}
},
"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",
"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": "图片 - _CAPTION_"
},
"github-buttons": {
"repo": "rootsongjc/kubernetes-handbook",
"types": ["star"],
"size": "small"
},
"tbfed-pagefooter": {
"copyright": "Copyright © jimmysong.io 2017-2018",
"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/"
}
}
}