-
Notifications
You must be signed in to change notification settings - Fork 55
/
book.json
71 lines (71 loc) · 1.78 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
{
"title": "Knative 入门中文版",
"gitbook": ">=3.2.0",
"description": "Knative 入门中文版 by ServiceMesher 社区",
"language": "zh-hans",
"author": "ServiceMesher",
"links": {
"sidebar": {
"ServiceMesher主页": "https://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",
"copy-code-button"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/servicemesher/getting-started-with-knative"
},
"edit-link": {
"base": "https://github.com/servicemesher/getting-started-with-knative/edit/master",
"label": "在线编辑"
},
"github-buttons": {
"repo": "servicemesher/getting-started-with-knative",
"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 © <a href=https://www.servicemesher.com>servicemesher.com</a> 2017-2019",
"modify_label": " 最后更新于 ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"sitemap-general": {
"prefix": "https://www.servicemesher.com/getting-started-with-knative/"
},
"ga": {
"token": "UA-93485976-2"
}
}
}