We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f787cc5 commit 5c3edfaCopy full SHA for 5c3edfa
book.json
@@ -4,14 +4,14 @@
4
"description": "Envoy proxy中文文档,基于Envoy 1.7最新版",
5
"language": "zh-hans",
6
"author": "ServiceMesher",
7
- "extension": null,
8
- "generator": "site",
9
"links": {
10
"sidebar": {
11
"ServiceMesher主页": "http://www.servicemesher.com"
12
}
13
},
14
"plugins": [
+ "github",
+ "codesnippet",
15
"splitter",
16
"-lunr", "-search", "search-plus",
17
"-sharing",
@@ -27,6 +27,9 @@
27
"sitemap-general"
28
],
29
"pluginsConfig": {
30
+ "github": {
31
+ "url": "https://github.com/servicemesher/envoy"
32
+ },
33
"edit-link": {
34
"base": "https://github.com/servicemesher/envoy/edit/master",
35
"label": "在线编辑"
0 commit comments