Skip to content

Commit

Permalink
doc: remove router r3 . (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
membphis authored Jun 30, 2020
1 parent 3fc7e7d commit 0d58ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# limitations under the License.
#
-->

[Chinese](./zh-cn/README.md)

Reference Documentation
Expand All @@ -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)
Expand Down
4 changes: 1 addition & 3 deletions doc/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
* [压力测试](benchmark.md)
* [如何构建 Apache APISIX](how-to-build.md)
* [健康检查](health-check.md): 支持对上游节点的主动和被动健康检查,在负载均衡时自动过滤掉不健康的节点。
* Router(路由)
* [radixtree](../router-radixtree.md)
* [r3](router-r3.md)
* [路由 radixtree](../router-radixtree.md)
* [独立运行模型](stand-alone.md): 支持从本地 yaml 格式的配置文件启动,更适合 Kubernetes(k8s) 体系。
* [TCP/UDP 动态代理](stream-proxy.md)
* [管理 API](admin-api.md)
Expand Down

0 comments on commit 0d58ba7

Please sign in to comment.