This repository has been archived by the owner on Feb 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
/
book.json
70 lines (70 loc) · 1.61 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": "Envoy proxy中文文档",
"gitbook": ">=3.2.0",
"description": "Envoy proxy中文文档,基于Envoy 1.7最新版",
"language": "zh-hans",
"author": "ServiceMesher",
"links": {
"sidebar": {
"ServiceMesher主页": "http://www.servicemesher.com"
}
},
"plugins": [
"github",
"codesnippet",
"splitter",
"-lunr", "-search", "search-plus",
"-sharing",
"theme-default",
"edit-link",
"page-toc-button",
"back-to-top-button",
"-highlight", "prism", "prism-themes",
"favicon@^0.0.2",
"tbfed-pagefooter@^0.0.1",
"3-ba",
"sitemap-general",
"ga"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/servicemesher/envoy"
},
"edit-link": {
"base": "https://github.com/servicemesher/envoy/edit/master",
"label": "在线编辑"
},
"github-buttons": {
"repo": "servicemesher/envoy",
"types": ["star"],
"size": "small"
},
"theme-default": {
"showLevel": true
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
},
"prism": {
"css": [
"prism-themes/themes/prism-ghcolors.css"
]
},
"3-ba": {
"token": "154337f0d95f0b110f98c1d5d7038895"
},
"tbfed-pagefooter": {
"copyright": "Copyright © ServiceMesher 2018",
"modify_label": " 最后更新于 ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"sitemap-general": {
"prefix": "http://www.servicemesher.com/envoy/"
},
"ga": {
"token": "UA-93485976-2"
}
}
}