This repository has been archived by the owner on Jul 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
76 lines (76 loc) · 2.25 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
75
76
{
"title": "云原生社区 Istio SIG",
"description": "云原生社区 Istio 特别兴趣小组",
"language": "zh-hans",
"author": "云原生社区",
"links": {
"sidebar": {
"回到云原生社区主页": "https://cloudnative.to",
"加入 Istio 微信群": "https://wj.qq.com/s2/7309386/b0f5/",
"Istio 官网镜像": "https://cloudnative.to/istio.io",
"Istio 官网": "https://istio.io"
}
},
"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",
"lightbox",
"ga",
"sitemap-general"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"github": {
"url": "https://github.com/cloudnativeto/sig-istio/"
},
"editlink": {
"base": "https://github.com/cloudnativeto/sig-istio/blob/main/",
"label": "编辑本页"
},
"image-captions": {
"caption": "_CAPTION_"
},
"github-buttons": {
"repo": "cloudnativeto/sig-istio",
"types": ["star"],
"size": "small"
},
"tbfed-pagefooter": {
"copyright": "本站基于 <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh>CC 4.0 协议</a> 发布 | <a href=https://cloudnative.to> 云原生社区</a>",
"modify_label": " Updated at ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
},
"3-ba": {
"token": "f3dc895ea3bd6186cd835841d365c103"
},
"prism": {
"css": [
"prism-themes/themes/prism-ghcolors.css"
]
},
"sitemap-general": {
"prefix": "https://cloudnative.to/sig-istio/"
},
"ga": {
"token": "UA-93485976-4"
}
}
}