Yiyiyimu commented on a change in pull request #4546: URL: https://github.com/apache/apisix/pull/4546#discussion_r664743894
########## File path: docs/zh/latest/getting-started.md ########## @@ -21,17 +21,33 @@ title: 快速入门指南 # --> -本指南旨在让大家入门 Apache APISIX,我们将配置一个对外提供公共 API 的服务,并由 API key 进行访问保护。 +## 概述 -另外,我们将以下面的 `echo` 端点为例,它将返回我们传递的参数。 +本文是 Apache APISIX 的快速入门指南。快速入门分为三个步骤: -**Request** +1. 通过[Docker](https://www.docker.com/) 和 [Docker Compose](https://docs.docker.com/compose/) 安装 Apache APISIX。 +1. 创建路由并绑定后端服务。 Review comment: ```suggestion 2. 创建路由并绑定后端服务。 ``` -- 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]
