-
Notifications
You must be signed in to change notification settings - Fork 32
/
book.json
70 lines (70 loc) · 2.65 KB
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"title": "云原生基础设施",
"description": "《云原生基础设施》|Cloud Native Infrastructure 中文版",
"language": "zh-hans",
"author": "宋净超(Jimmy Song)",
"links": {
"sidebar": {
"Jimmy Song": "https://jimmysong.io",
"ServiceMesher 社区": "https://www.servicemesher.com",
"Kubernetes Handbook - Kubernetes中文指南/云原生应用架构实践手册 by Jimmy Song(宋净超)": "https://jimmysong.io/kubernetes-handbook/"
}
},
"plugins": [
"github",
"codesnippet",
"splitter",
"page-toc-button",
"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",
"ga",
"lightbox"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/rootsongjc/cloud-native-infra"
},
"editlink": {
"base": "https://github.com/rootsongjc/cloud-native-infra/blob/master",
"label": "编辑此页"
},
"github-buttons": {
"repo": "rootsongjc/cloud-native-infra",
"types": ["star"],
"size": "small"
},
"image-captions": {
"caption": "图片 - _CAPTION_"
},
"tbfed-pagefooter": {
"copyright": "<p><a href=https://tva1.sinaimg.cn/large/006y8mN6ly1g7vf4p12rpj30u01hdjwp.jpg data-lightbox=2fd927ee-fa64-4eca-8ed5-6bd72b573rfe>极客时间专栏推荐《深入剖析 Kubernetes》</a> | <a href=https://tva1.sinaimg.cn/large/006y8mN6ly1g7vew6rqmvj304g056weg.jpg data-lightbox=2fd927ee-fa64-4eca-8ed5-6bd72b573a3c>点击关注【云原生应用架构】公众号回复【加群】加入学习群</a></p>Copyright © 2017-2019 | 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/cloud-native-infra"
},
"ga": {
"token": "UA-93485976-1"
}
}
}