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/incubator-apisix.git
The following commit(s) were added to refs/heads/master by this push:
new eafaf15 doc: update Chinese README.md (#1758)
eafaf15 is described below
commit eafaf159285831fa92995a69a063086d052e89d5
Author: Scaat Feng <[email protected]>
AuthorDate: Tue Jun 23 16:57:33 2020 +0800
doc: update Chinese README.md (#1758)
---
doc/zh-cn/README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/zh-cn/README.md b/doc/zh-cn/README.md
index 61874d4..d5df5fd 100644
--- a/doc/zh-cn/README.md
+++ b/doc/zh-cn/README.md
@@ -18,7 +18,7 @@
-->
[English](../README.md)
-Reference document
+参考文档
==================
* [APISIX 说明](../../README_CN.md)
@@ -61,9 +61,9 @@ Reference document
*
[fault-injection](plugins/fault-injection.md):故障注入,可以返回指定的响应体、响应码和响应时间,从而提供了不同的失败场景下处理的能力,例如服务失败、服务过载、服务高延时等。
* [proxy-cache](plugins/proxy-cache.md):代理缓存插件提供缓存后端响应数据的能力。
* [proxy-mirror](plugins/proxy-mirror.md):代理镜像插件提供镜像客户端请求的能力。
-* [udp-logger](plugins/udp-logger.md): 将请求记录到UDP服务器
-* [tcp-logger](plugins/tcp-logger.md): 将请求记录到TCP服务器
-* [kafka-logger](plugins/kafka-logger.md): 将请求记录到外部Kafka服务器。
+* [udp-logger](plugins/udp-logger.md): 将请求记录到 UDP 服务器
+* [tcp-logger](plugins/tcp-logger.md): 将请求记录到 TCP 服务器
+* [kafka-logger](plugins/kafka-logger.md): 将请求记录到外部 Kafka 服务器。
* [cors](plugins/cors.md): 为你的API启用 CORS
* [batch-requests](plugins/batch-requests.md): 以 **http pipeline**
的方式在网关一次性发起多个 `http` 请求。
* [authz-keycloak](plugins/authz-keycloak-cn.md): 支持 Keycloak 身份认证服务器