yzeng25 commented on a change in pull request #4546: URL: https://github.com/apache/apisix/pull/4546#discussion_r664407312
########## File path: docs/zh/latest/getting-started.md ########## @@ -21,17 +21,29 @@ title: 快速入门指南 # --> -本指南旨在让大家入门 Apache APISIX,我们将配置一个对外提供公共 API 的服务,并由 API key 进行访问保护。 +## 概述 -另外,我们将以下面的 `echo` 端点为例,它将返回我们传递的参数。 +本文是 Apache APISIX 的快速入门指南。快速入门分为三个步骤:首先通过[Docker](https://www.docker.com/) 和 [Docker Compose](https://docs.docker.com/compose/) 安装 Apache APISIX,然后创建路由并绑定后端服务,最后使用命令行语句`curl`验证绑定之后返回的结果是否符合预期。 Review comment: > How about using a numbered list? e.g > > 1. xx > 2. xx > 3. xx Good point, will do -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
