apisix/doc/README_CN.md
YuanSheng Wang 7d4a193e58
doc: added new doc README.md in folder doc. (#699)
* doc: added new doc `README.md` in `doc` folder, and add more doc link to `README.md`.
2019-10-23 15:14:55 +08:00

39 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[English](README.md)
Reference document
==================
* [APISIX 说明](../README_CN.md)
* [架构设计](architecture-design-cn.md)
* [压力测试](benchmark-cn.md)
* [搭建开发环境](dev-manua-cnl.md)
* [安装依赖](install-dependencies.md): How to install dependencies for different OS.
* [健康检查](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)
* [r3](router-r3.md)
* [独立运行模型](stand-alone-cn.md): Supports to load route rules from local yaml file, it is more friendly such as under the kubernetes(k8s).
* [TCP/UDP 动态代理](stream-proxy-cn.md)
* [管理 API](admin-api-cn.md)
* [变更日志](../CHANGELOG_CN.md)
* [代码风格](../CODE_STYLE.md)
* [常见问答](../FAQ_CN.md)
插件
===
* [插件热加载](plugins-cn.md):无需重启服务,完成插件热加载或卸载。
* [HTTPS](https-cn.md):根据 TLS 扩展字段 SNI(Server Name Indication) 动态加载证书。
* [动态负载均衡](architecture-design-cn.md#upstream):跨多个上游服务的动态负载均衡,目前已支持 round-robin 和一致性哈希算法。
* [key-auth](plugins/key-auth-cn.md):基于 Key Authentication 的用户认证。
* [JWT-auth](plugins/jwt-auth-cn.md):基于 [JWT](https://jwt.io/) (JSON Web Tokens) Authentication 的用户认证。
* [limit-count](plugins/limit-count-cn.md):基于“固定窗口”的限速实现。
* [limit-req](plugins/limit-req-cn.md):基于漏桶原理的请求限速实现。
* [limit-conn](plugins/limit-conn-cn.md):限制并发请求(或并发连接)。
* [prometheus](plugins/prometheus-cn.md):以 Prometheus 格式导出 APISIX 自身的状态信息,方便被外部 Prometheus 服务抓取。
* [OpenTracing](plugins/zipkin-cn.md):支持 Zikpin 和 Apache SkyWalking。
* [grpc-transcode](plugins/grpc-transcoding-cn.md)REST <--> gRPC 转码。
* [serverless](plugins/serverless-cn.md):允许在 APISIX 中的不同阶段动态运行 Lua 代码。
* [ip-restriction](plugins/ip-restriction-cn.md): IP 黑白名单。
* openid-connect