forked from jolestar/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
35 lines (35 loc) · 861 Bytes
/
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
{
"gitbook": ">=3.2.0",
"description": "Istio官方文档中文版",
"language": "zh-hans",
"author": "Service Mesh中文网翻译团队",
"extension": null,
"generator": "site",
"links" : {
"sidebar" : {
"servicemesh.cn": "http://servicemesh.cn"
}
},
"structure" : {
},
"plugins": [
"splitter",
"-search",
"-sharing",
"edit-link"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/doczhcn/istio/edit/master",
"label": "在线编辑"
}
},
"title": "Istio官方文档中文版",
"variables": {
"adapterConfig": "/docs/reference/config/mixer/adapters",
"aspectConfig": "/docs/reference/config/mixer/aspects",
"mixerConfig": "/docs/reference/config/mixer/aspects/metrics.md",
"siteDataIstioVersion": "0.7",
"home": "https://istio.io"
}
}