forked from servicemesher/istio-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
74 lines (74 loc) · 2.42 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
71
72
73
74
{
"title": "Istio Handbook - Istio 服务网格进阶实战 by ServiceMesher(服务网格中文社区)",
"description": "Istio Handbook - Istio 服务网格进阶实战,管理后 Kubernetes 时代的服务",
"language": "zh-hans",
"author": "ServiceMesher 社区",
"links": {
"sidebar": {
"ServiceMesher 社区": "https://www.servicemesher.com",
"Istio 官网(中文)": "https://preliminary.istio.io/zh/"
}
},
"plugins": [
"github",
"codesnippet",
"splitter",
"page-toc-button",
"image-captions",
"editlink",
"back-to-top-button",
"-lunr", "-search", "search-plus",
"favicon@^0.0.2",
"tbfed-pagefooter@^0.0.1",
"3-ba",
"theme-default",
"-highlight", "prism", "prism-themes",
"sitemap-general",
"lightbox",
"ga"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"github": {
"url": "https://github.com/servicemesher/istio-handbook"
},
"editlink": {
"base": "https://github.com/servicemesher/istio-handbook/blob/master/",
"label": "编辑本页"
},
"image-captions": {
"caption": "图片 - _CAPTION_"
},
"github-buttons": {
"repo": "servicemesher/istio-handbook",
"types": ["star"],
"size": "small"
},
"tbfed-pagefooter": {
"copyright": "<p><a href=https://ws1.sinaimg.cn/large/006tNbRwly1fw3l1sxoijj304g0563z7.jpg data-lightbox=2fd927ee-fa64-4eca-8ed5-6bd72b573a3c>点击关注【ServiceMesher】 微信公众号回复【加群】加入社区</a></p>Copyright © <a href=https://www.servicemesher.com>servicemesher.com</a> 2018-2019",
"modify_label": " Updated at ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
},
"3-ba": {
"token": "154337f0d95f0b110f98c1d5d7038895"
},
"prism": {
"css": [
"prism-themes/themes/prism-ghcolors.css"
]
},
"sitemap-general": {
"prefix": "https://www.servicemesher.com/istio-handbook/"
},
"ga": {
"token": "UA-93485976-2"
}
}
}