juzhiyuan commented on a change in pull request #5280: URL: https://github.com/apache/apisix/pull/5280#discussion_r732285406
########## File path: docs/en/latest/plugins/jwt-auth.md ########## @@ -111,14 +114,14 @@ You can use [APISIX Dashboard](https://github.com/apache/apisix-dashboard) to co 1. Add a Consumer through the web console: - + then add jwt-auth plugin in the Consumer page: - + 2. Create a Route or Service object and enable the jwt-auth plugin: - + Review comment: May I know why we use `enabling` here, but use `enable` on Line 120? ########## File path: docs/zh/latest/plugins/key-auth.md ########## @@ -67,10 +67,10 @@ curl http://127.0.0.1:9080/apisix/admin/consumers -H 'X-API-KEY: edd1c9f034335f1 ``` 你也可以通过 web 界面来完成上面的操作,先增加一个 consumer: - + Review comment: ```suggestion  ``` ########## File path: docs/en/latest/aws.md ########## @@ -208,15 +208,15 @@ Address: 44.226.102.63 Configure the IP addresses returned as your upstream nodes in your **APISIX** dashboard followed by the **Services** and **Routes** configuration. Let's say we have a `/index.php` as the URI for the first route for our first **Service** from the **Upstream** IP addresses. - - - + + + ## Validation OK. Let's test the `/index.php` on `{apiSix.ApiSixServiceServiceURL}/index.php` - + Review comment: ```suggestion  ``` -- 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]
