bzp2010 commented on code in PR #7380:
URL: https://github.com/apache/apisix/pull/7380#discussion_r913467934


##########
docs/zh/latest/architecture-design/apisix.md:
##########
@@ -25,6 +25,14 @@ title: APISIX
 
 ![软件架构](../../../assets/images/flow-software-architecture.png)
 
+Apache APISIX 是一个动态、实时、高性能的云原生 API 网关。它构建于 NGINX + ngx_lua 的技术基础之上,充分利用了 
LuaJIT 所提供的强大性能。

Review Comment:
   updated



##########
docs/zh/latest/architecture-design/apisix.md:
##########
@@ -25,6 +25,14 @@ title: APISIX
 
 ![软件架构](../../../assets/images/flow-software-architecture.png)
 
+Apache APISIX 是一个动态、实时、高性能的云原生 API 网关。它构建于 NGINX + ngx_lua 的技术基础之上,充分利用了 
LuaJIT 所提供的强大性能。
+
+APISIX 主要分为两个部分,其一是 APISIX 核心,包括 Lua 插件、多语言插件运行时、Wasm 
插件运行时等;其二是功能丰富的各种内置插件,包括可观测性、安全、流量控制等。

Review Comment:
   updated



##########
docs/zh/latest/architecture-design/apisix.md:
##########
@@ -25,6 +25,14 @@ title: APISIX
 
 ![软件架构](../../../assets/images/flow-software-architecture.png)
 
+Apache APISIX 是一个动态、实时、高性能的云原生 API 网关。它构建于 NGINX + ngx_lua 的技术基础之上,充分利用了 
LuaJIT 所提供的强大性能。
+
+APISIX 主要分为两个部分,其一是 APISIX 核心,包括 Lua 插件、多语言插件运行时、Wasm 
插件运行时等;其二是功能丰富的各种内置插件,包括可观测性、安全、流量控制等。
+
+APISIX 在其核心中,提供了路由匹配、负载均衡、服务发现、管理 API 等重要功能,以及配置管理等基础性模块。除此之外,APISIX 
插件运行时也包含其中,提供原生 Lua 插件的运行框架和多语言插件的运行框架,以及实验性的 Wasm 插件运行时等。APISIX 
多语言插件运行时提供多种开发语言的支持,比如 Golang、Java、Python、JS 等。

Review Comment:
   updated



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to