You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2021/11/12 02:42:34 UTC

[apisix] branch master updated: docs: remove duplicate Dubbo entry (#5483)

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

wenming 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 0570d59  docs: remove duplicate Dubbo entry (#5483)
0570d59 is described below

commit 0570d59fd0848a72a3341634ed7553476b0213f4
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Fri Nov 12 10:42:14 2021 +0800

    docs: remove duplicate Dubbo entry (#5483)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 README.md                | 1 -
 docs/zh/latest/README.md | 1 -
 2 files changed, 2 deletions(-)

diff --git a/README.md b/README.md
index 2e4c114..fea4087 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,6 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
   - [gRPC transcoding](docs/en/latest/plugins/grpc-transcode.md): Supports protocol transcoding so that clients can access your gRPC API by using HTTP/JSON.
   - Proxy Websocket
   - Proxy Protocol
-  - Proxy Dubbo: Dubbo Proxy based on Tengine.
   - HTTP(S) Forward Proxy
   - [SSL](docs/en/latest/certificate.md): Dynamically load an SSL certificate.
 
diff --git a/docs/zh/latest/README.md b/docs/zh/latest/README.md
index c8ae97b..9164d0f 100644
--- a/docs/zh/latest/README.md
+++ b/docs/zh/latest/README.md
@@ -78,7 +78,6 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
   - [gRPC 协议转换](plugins/grpc-transcode.md):支持协议的转换,这样客户端可以通过 HTTP/JSON 来访问你的 gRPC API。
   - Websocket 代理
   - Proxy Protocol
-  - Dubbo 代理:基于 Tengine,可以实现 Dubbo 请求的代理。
   - HTTP(S) 反向代理
   - [SSL](certificate.md):动态加载 SSL 证书。