This is an automated email from the ASF dual-hosted git repository.
spacewander 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 6903b8b docs: add link of control-api.md to Chinese index. (#3354)
6903b8b is described below
commit 6903b8ba517db5a30d847d799b4fbe6236ec0f32
Author: 罗泽轩 <[email protected]>
AuthorDate: Wed Jan 20 05:46:39 2021 -0600
docs: add link of control-api.md to Chinese index. (#3354)
Signed-off-by: spacewander <[email protected]>
---
doc/zh-cn/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/zh-cn/README.md b/doc/zh-cn/README.md
index ab699a2..a777495 100644
--- a/doc/zh-cn/README.md
+++ b/doc/zh-cn/README.md
@@ -25,6 +25,7 @@
* [架构设计](architecture-design.md)
* [如何构建 Apache APISIX](how-to-build.md)
* [管理 API](admin-api.md)
+* [控制 API](../control-api.md)
* [健康检查](health-check.md): 支持对上游节点的主动和被动健康检查,在负载均衡时自动过滤掉不健康的节点。
* [路由 radixtree](../router-radixtree.md)
* [独立运行模型](stand-alone.md): 支持从本地 yaml 格式的配置文件启动,更适合 Kubernetes(k8s) 体系。