You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/10/30 23:28:52 UTC

[apisix] branch master updated: doc: add grpc-proxy.md link in `doc/README.md` (#2525)

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

membphis 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 acaae91  doc: add grpc-proxy.md link in `doc/README.md` (#2525)
acaae91 is described below

commit acaae9140a369fd1923e83201985ba74995433b4
Author: tashiya-menuri <73...@users.noreply.github.com>
AuthorDate: Sat Oct 31 04:58:42 2020 +0530

    doc: add grpc-proxy.md link in `doc/README.md` (#2525)
    
    Fix #2327
---
 doc/README.md       | 1 +
 doc/zh-cn/README.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/doc/README.md b/doc/README.md
index 8323ea0..443bb0b 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -31,6 +31,7 @@ Reference Documentation
 * [Router radixtree](router-radixtree.md)
 * [Stand Alone Model](stand-alone.md): Supports to load route rules from local yaml file, it is more friendly such as under the kubernetes(k8s).
 * [Stream Proxy](stream-proxy.md)
+* [gRPC Proxy](grpc-proxy.md)
 * [Admin API](admin-api.md)
 * [Changelog](../CHANGELOG.md)
 * [Code Style](../CODE_STYLE.md)
diff --git a/doc/zh-cn/README.md b/doc/zh-cn/README.md
index 2c45511..2cc935f 100644
--- a/doc/zh-cn/README.md
+++ b/doc/zh-cn/README.md
@@ -29,6 +29,7 @@
 * [路由 radixtree](../router-radixtree.md)
 * [独立运行模型](stand-alone.md): 支持从本地 yaml 格式的配置文件启动,更适合 Kubernetes(k8s) 体系。
 * [TCP/UDP 动态代理](stream-proxy.md)
+* [gRPC 代理](grpc-proxy.md)
 * [管理 API](admin-api.md)
 * [变更日志](../../CHANGELOG_CN.md)
 * [代码风格](../../CODE_STYLE_CN.md)