From 4bfeb175770a81c2f17a06f43f348efa4cc01708 Mon Sep 17 00:00:00 2001 From: YuanSheng Wang Date: Wed, 24 Jun 2020 10:38:50 +0800 Subject: [PATCH 1/3] doc: remove router `r3` . --- doc/zh-cn/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/zh-cn/README.md b/doc/zh-cn/README.md index d5df5fd2b66c..318c69964095 100644 --- a/doc/zh-cn/README.md +++ b/doc/zh-cn/README.md @@ -28,7 +28,6 @@ * [健康检查](health-check.md): 支持对上游节点的主动和被动健康检查,在负载均衡时自动过滤掉不健康的节点。 * Router(路由) * [radixtree](../router-radixtree.md) - * [r3](router-r3.md) * [独立运行模型](stand-alone.md): 支持从本地 yaml 格式的配置文件启动,更适合 Kubernetes(k8s) 体系。 * [TCP/UDP 动态代理](stream-proxy.md) * [管理 API](admin-api.md) From d17ced2acfd31e12fb4c49ff9acb48690fe5a9c5 Mon Sep 17 00:00:00 2001 From: YuanSheng Wang Date: Wed, 24 Jun 2020 11:58:22 +0800 Subject: [PATCH 2/3] doc style --- doc/zh-cn/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/zh-cn/README.md b/doc/zh-cn/README.md index 318c69964095..caf8cb0eb829 100644 --- a/doc/zh-cn/README.md +++ b/doc/zh-cn/README.md @@ -26,8 +26,7 @@ * [压力测试](benchmark.md) * [如何构建 Apache APISIX](how-to-build.md) * [健康检查](health-check.md): 支持对上游节点的主动和被动健康检查,在负载均衡时自动过滤掉不健康的节点。 -* Router(路由) - * [radixtree](../router-radixtree.md) +* [路由 radixtree](../router-radixtree.md) * [独立运行模型](stand-alone.md): 支持从本地 yaml 格式的配置文件启动,更适合 Kubernetes(k8s) 体系。 * [TCP/UDP 动态代理](stream-proxy.md) * [管理 API](admin-api.md) From b8fec6c36810e07a1dc30eabfd5aa8500ab617d4 Mon Sep 17 00:00:00 2001 From: Yuansheng Wang Date: Wed, 24 Jun 2020 12:00:33 +0800 Subject: [PATCH 3/3] doc style. --- doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index 256c436e5aa1..c9a8f95b41f6 100644 --- a/doc/README.md +++ b/doc/README.md @@ -16,6 +16,7 @@ # limitations under the License. # --> + [Chinese](./zh-cn/README.md) Reference Documentation @@ -27,8 +28,7 @@ Reference Documentation * [Getting Started Guide](getting-started.md) * [How to build Apache APISIX](how-to-build.md) * [Health Check](health-check.md): Enable health check on the upstream node, and will automatically filter unhealthy nodes during load balancing to ensure system stability. -* Router - * [radixtree](router-radixtree.md) +* [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) * [Admin API](admin-api.md)