juzhiyuan commented on a change in pull request #1507:
URL: https://github.com/apache/incubator-apisix/pull/1507#discussion_r415201153
##########
File path: doc/how-to-build-cn.md
##########
@@ -122,7 +123,13 @@ Makefile rules:
## 5. 更新 Admin API 的 token ,保护 Apache APISIX
-修改 `conf/config.yaml` 中的 `apisix.admin_key` 并重启服务。例如下面例子:
+修改 `conf/config.yaml` 中的 `apisix.admin_key`
+重启服务
Review comment:
修改 `conf/config.yaml` 中的 `apisix.admin_key` 并重启服务:
##########
File path: README_CN.md
##########
@@ -145,14 +145,21 @@ sudo apisix start
APISIX 内置了对 Dashboard 的支持,使用步骤如下:
-1. 确保你的运行环境中使用了最新的 Node.js 版本(>= 10)。
+1. 确保你的运行环境中使用了最新的 [Node.js](https://nodejs.org/) 版本(>= 10)。
+```
+node -v
+```
2. 下载 [Dashboard](https://github.com/apache/incubator-apisix-dashboard) 的源码:
+RPM/yum安装的apisix-1.2版本,默认已安装至/usr/local/apisix/dashboard,参考第5步配置允许访问即可。
```
git clone https://github.com/apache/incubator-apisix-dashboard.git
```
3. 安装 [yarn](https://yarnpkg.com/zh-Hans/docs/install)
+```
Review comment:
bash or shell
##########
File path: README_CN.md
##########
@@ -145,14 +145,21 @@ sudo apisix start
APISIX 内置了对 Dashboard 的支持,使用步骤如下:
-1. 确保你的运行环境中使用了最新的 Node.js 版本(>= 10)。
+1. 确保你的运行环境中使用了最新的 [Node.js](https://nodejs.org/) 版本(>= 10)。
+```
Review comment:
bash or shell
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]