You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/05/03 02:37:18 UTC

[apisix] branch master updated: docs: update docs with correct id (#4174)

This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new e2e6464  docs: update docs with correct id (#4174)
e2e6464 is described below

commit e2e6464364105acc2aa861476851583c74264b54
Author: Kishani Kandasamy <53...@users.noreply.github.com>
AuthorDate: Mon May 3 08:07:07 2021 +0530

    docs: update docs with correct id (#4174)
---
 docs/en/latest/config.json               | 4 ++++
 docs/en/latest/plugins/batch-requests.md | 4 ++--
 docs/en/latest/plugins/grpc-transcode.md | 2 +-
 docs/zh/latest/FAQ.md                    | 2 +-
 docs/zh/latest/config.json               | 8 ++++++++
 docs/zh/latest/plugins/batch-requests.md | 4 ++--
 6 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index d377256..f45819a 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -207,6 +207,10 @@
           "id": "plugin-develop"
         },
         {
+          "type": "doc",
+          "id": "plugin-interceptors"
+        },
+        {
           "type": "link",
           "label": "CODE_STYLE",
           "href": "https://github.com/apache/apisix/blob/master/CODE_STYLE.md"
diff --git a/docs/en/latest/plugins/batch-requests.md b/docs/en/latest/plugins/batch-requests.md
index feb799b..89a47f7 100644
--- a/docs/en/latest/plugins/batch-requests.md
+++ b/docs/en/latest/plugins/batch-requests.md
@@ -82,7 +82,7 @@ The plugin will create a API in `apisix` to handle your batch request.
 | query    | object                      | optional    |         |       | Specify `QueryString` for all request |
 | headers  | object                      | optional    |         |       | Specify `Header` for all request      |
 | timeout  | integer                     | optional    | 30000   |       | Aggregate API timeout in `ms`         |
-| pipeline | [HttpRequest](#HttpRequest) | required    |         |       | Request's detail                      |
+| pipeline | [HttpRequest](#httprequest) | required    |         |       | Request's detail                      |
 
 #### HttpRequest
 
@@ -98,7 +98,7 @@ The plugin will create a API in `apisix` to handle your batch request.
 
 ### Batch API Response:
 
-Response is `Array` of [HttpResponse](#HttpResponse).
+Response is `Array` of [HttpResponse](#httpresponse).
 
 #### HttpResponse
 
diff --git a/docs/en/latest/plugins/grpc-transcode.md b/docs/en/latest/plugins/grpc-transcode.md
index 2fab33a..cf3d506 100644
--- a/docs/en/latest/plugins/grpc-transcode.md
+++ b/docs/en/latest/plugins/grpc-transcode.md
@@ -60,7 +60,7 @@ curl http://127.0.0.1:9080/apisix/admin/proto/1 -H 'X-API-KEY: edd1c9f034335f136
 | service   | string                                                                         | required    |         |       | the grpc service name.           |
 | method    | string                                                                         | required    |         |       | the method name of grpc service. |
 | deadline  | number                                                                         | optional    | 0       |       | deadline for grpc, ms            |
-| pb_option | array[string([pb_option_def](#Use-pb_option-option-of-grpc-transcode-plugin))] | optional    |         |       | protobuf options                 |
+| pb_option | array[string([pb_option_def](#use-pb_option-option-of-grpc-transcode-plugin))] | optional    |         |       | protobuf options                 |
 
 ## How To Enable
 
diff --git a/docs/zh/latest/FAQ.md b/docs/zh/latest/FAQ.md
index 74306f2..2874d81 100644
--- a/docs/zh/latest/FAQ.md
+++ b/docs/zh/latest/FAQ.md
@@ -58,7 +58,7 @@ APISIX 是当前性能最好的 API 网关,单核 QPS 达到 2.3 万,平均
 4. 变化通知
 5. 高性能
 
-APISIX 需要一个配置中心,上面提到的很多功能是传统关系型数据库和 KV 数据库是无法提供的。与 etcd 同类软件还有 Consul、ZooKeeper 等,更详细比较可以参考这里:[etcd why](https://github.com/etcd-io/website/blob/master/content/docs/next/learning/why.md#comparison-chart),在将来也许会支持其他配置存储方案。
+APISIX 需要一个配置中心,上面提到的很多功能是传统关系型数据库和 KV 数据库是无法提供的。与 etcd 同类软件还有 Consul、ZooKeeper 等,更详细比较可以参考这里:[etcd why](https://github.com/etcd-io/website/blob/master/content/en/docs/next/learning/why.md#comparison-chart),在将来也许会支持其他配置存储方案。
 
 ## 为什么在用 Luarocks 安装 APISIX 依赖时会遇到超时,很慢或者不成功的情况?
 
diff --git a/docs/zh/latest/config.json b/docs/zh/latest/config.json
index 899dd4e..b040826 100644
--- a/docs/zh/latest/config.json
+++ b/docs/zh/latest/config.json
@@ -184,6 +184,14 @@
         },
         {
           "type": "doc",
+          "id": "plugin-develop"
+        },
+        {
+          "type": "doc",
+          "id": "plugin-interceptors"
+        },
+        {
+          "type": "doc",
           "id": "CODE_STYLE"
         },
         {
diff --git a/docs/zh/latest/plugins/batch-requests.md b/docs/zh/latest/plugins/batch-requests.md
index 89dcfde..c40ec2d 100644
--- a/docs/zh/latest/plugins/batch-requests.md
+++ b/docs/zh/latest/plugins/batch-requests.md
@@ -87,7 +87,7 @@ curl http://127.0.0.1:9080/apisix/admin/plugin_metadata/batch-requests -H 'X-API
 | query    | object                      | 可选   |        |        | 给所有请求都携带的 `QueryString` |
 | headers  | object                      | 可选   |        |        | 给所有请求都携带的 `Header`      |
 | timeout  | number                      | 可选   | 30000  |        | 聚合请求的超时时间,单位为 `ms`  |
-| pipeline | [HttpRequest](#HttpRequest) | 必须   |        |        | Http 请求的详细信息              |
+| pipeline | [HttpRequest](#httprequest) | 必须   |        |        | Http 请求的详细信息              |
 
 #### HttpRequest
 
@@ -103,7 +103,7 @@ curl http://127.0.0.1:9080/apisix/admin/plugin_metadata/batch-requests -H 'X-API
 
 ### 接口响应参数:
 
-返回值为一个 [HttpResponse](#HttpResponse) 的 `数组`。
+返回值为一个 [HttpResponse](#httpresponse) 的 `数组`。
 
 #### HttpResponse