kubernetes-handbook/book.json

95 lines
3.3 KiB
JSON
Raw Normal View History

2017-05-11 18:22:00 +08:00
{
2022-03-02 09:50:18 +08:00
"title": "Kubernetes 中文指南——云原生应用架构实战手册",
"description": "Kubernetes Handbook - Kubernetes 中文指南/云原生应用架构实战手册,本书记录了本人从零开始学习和使用 Kubernetes 的心路历程着重于经验分享和总结同时也会有相关的概念解析希望能够帮助大家少踩坑少走弯路还会指引大家关注Kubernetes生态周边如微服务构建、DevOps、大数据应用、Service Mesh、Cloud Native等领域。",
2017-09-19 21:59:44 +08:00
"language": "zh-hans",
2022-03-01 22:28:42 +08:00
"author": "宋净超Jimmy Song",
2017-10-09 15:50:21 +08:00
"links": {
2017-11-08 16:21:18 +08:00
"sidebar": {
"回到主页": "https://jimmysong.io",
2024-05-02 21:44:48 +08:00
"云原生资料库": "https://jimmysong.io/book",
2022-03-01 22:28:42 +08:00
"云原生开源项目大全": "https://jimmysong.io/awesome-cloud-native/",
2020-10-10 19:56:08 +08:00
"云原生社区": "https://cloudnative.to"
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",
2018-02-20 17:58:16 +08:00
"theme-default",
2018-07-02 15:16:24 +08:00
"-highlight", "prism", "prism-themes",
"lightbox",
2021-04-12 23:26:02 +08:00
"ga",
2022-02-03 14:54:41 +08:00
"sitemap-general",
"hide-element",
2022-02-08 23:25:58 +08:00
"expandable-chapters-small",
2022-02-22 15:54:51 +08:00
"insert-logo",
"adsense"
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": {
2020-06-19 14:33:09 +08:00
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER__CAPTION_"
2017-10-09 15:50:21 +08:00
},
"github-buttons": {
"repo": "rootsongjc/kubernetes-handbook",
"types": ["star"],
"size": "small"
},
"tbfed-pagefooter": {
2022-02-03 14:54:41 +08:00
"copyright": "Copyright © 2017-2022 | 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>",
2018-09-05 16:07:21 +08:00
"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"
2018-02-20 17:58:16 +08:00
},
"prism": {
"css": [
"prism-themes/themes/prism-ghcolors.css"
]
2018-07-02 15:16:24 +08:00
},
"sitemap-general": {
"prefix": "https://jimmysong.io/kubernetes-handbook/"
},
2018-12-21 14:54:18 +08:00
"ga": {
"token": "UA-93485976-1"
2022-02-03 14:54:41 +08:00
},
"hide-element": {
"elements": [".gitbook-link"]
2022-02-08 23:25:58 +08:00
},
"insert-logo": {
"url": "https://jimmysong.io/images/logo-black-text.png",
"style": "background: none; max-height: 100px; min-height: 30px"
2022-02-22 15:54:51 +08:00
},
"adsense": {
"client": "ca-pub-4029167986768912",
2022-02-22 17:56:58 +08:00
"slot": "2445941692",
2022-02-22 15:54:51 +08:00
"format": "auto",
"element": ".page-inner section",
"position": "bottom"
2017-05-11 18:22:00 +08:00
}
}
2017-11-15 20:42:38 +08:00
}