You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/05/12 03:35:43 UTC

[GitHub] [apisix] navendu-pottekkat commented on a diff in pull request #7022: docs: update Chinese getting started doc

navendu-pottekkat commented on code in PR #7022:
URL: https://github.com/apache/apisix/pull/7022#discussion_r870918563


##########
docs/zh/latest/getting-started.md:
##########
@@ -126,17 +191,13 @@ curl "http://127.0.0.1:9080/apisix/admin/services/" -H 'X-API-KEY: edd1c9f034335
 }
 ```
 
-## 第二步:创建路由
-
-您现在已经拥有一个运行中的 Apache APISIX 实例了!接下来,让我们来创建一个路由(Route)。
-
-### 工作原理
+## 创建路由
 
-Apache APISIX 提供了强大的 [Admin API](./admin-api.md) 和 [Dashboard](https://github.com/apache/apisix-dashboard) 可供我们使用。在本文中,我们使用 Admin API 来做演示。
+现在你已经拥有一个正在运行的 APISIX 实例了!接下来,让我们来创建一个路由。
 
-我们可以创建一个 [Route](./terminology/route.md) 并与上游服务(通常也被称为 [Upstream](./terminology/upstream.md) 或后端服务)绑定,当一个 `请求(Request)` 到达 Apache APISIX 时,Apache APISIX 就会明白这个请求应该转发到哪个上游服务中。
+APISIX 提供了强大的 [Admin API](./admin-api.md) 和 [Dashboard](https://github.com/apache/apisix-dashboard) 供用户使用。在下述示例中,我们将使用 Admin API 创建一个 [Route](./terminology/route.md) 并与 [Upstream](./terminology/upstream.md) 绑定,当一个请求到达 APISIX 时,APISIX 会将请求转发到指定的上游服务中。

Review Comment:
   I'm not sure what Chinese readers prefer but whichever one we choose, it should be consistent. It should be also added to the style guide for reference in the future.



-- 
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-unsubscribe@apisix.apache.org

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