doc: remove router r3 . (#1764)

This commit is contained in:
YuanSheng Wang 2020-06-30 13:33:35 +08:00 committed by GitHub
parent 3fc7e7d502
commit 0d58ba7710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -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)

View File

@ -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)