-
Notifications
You must be signed in to change notification settings - Fork 47
/
book.json
59 lines (59 loc) · 1.39 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
{
"title": "Awesome Service Mesh",
"gitbook": ">=3.2.0",
"description": "Awesome Service Mesh",
"language": "zh-hans",
"author": "ServiceMesher",
"extension": null,
"generator": "site",
"links": {
"sidebar": {
"ServiceMesher主页": "http://www.servicemesher.com"
}
},
"plugins": [
"splitter",
"-lunr", "-search", "search-plus",
"-sharing",
"theme-default",
"edit-link",
"page-toc-button",
"back-to-top-button",
"wide-page",
"tags",
"3-ba",
"favicon@^0.0.2",
"tbfed-pagefooter@^0.0.1",
"sitemap-general"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/servicemesher/awesome-servicemesh/edit/master",
"label": "在线编辑"
},
"github-buttons": {
"repo": "servicemesher/awesome-servicemesh",
"types": ["star"],
"size": "small"
},
"theme-default": {
"showLevel": true
},
"3-ba": {
"token": "154337f0d95f0b110f98c1d5d7038895"
},
"tbfed-pagefooter": {
"copyright": "Copyright © ServiceMesher 2018",
"modify_label": " 最后更新于 ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
},
"sitemap-general": {
"prefix": "http://www.servicemesher.com/awesome-servicemesh/"
}
}
}