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:
 
-![](../../../assets/images/plugin/jwt-auth-1.png)
+![create consumer](../../../assets/images/plugin/jwt-auth-1.png)
 
 then add jwt-auth plugin in the Consumer page:
-![](../../../assets/images/plugin/jwt-auth-2.png)
+![enable jwt plugin](../../../assets/images/plugin/jwt-auth-2.png)
 
 2. Create a Route or Service object and enable the jwt-auth plugin:
 
-![](../../../assets/images/plugin/jwt-auth-3.png)
+![enabling jwt from route or 
service](../../../assets/images/plugin/jwt-auth-3.png)

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:
-![](../../../assets/images/plugin/key-auth-1.png)
+![create consumer](../../../assets/images/plugin/key-auth-1.png)

Review comment:
       ```suggestion
   ![create a consumer](../../../assets/images/plugin/key-auth-1.png)
   ```

##########
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.
 
-![](../../assets/images/aws-nlb-ip-addr.png)
-![](../../assets/images/aws-define-service.png)
-![](../../assets/images/aws-define-route.png)
+![Upstream with AWS NLB IP Addresses](../../assets/images/aws-nlb-ip-addr.png)
+![Service with Created Upstream](../../assets/images/aws-define-service.png)
+![Define Route with Service and URI](../../assets/images/aws-define-route.png)
 
 ## Validation
 
 OK. Let's test the `/index.php` on `{apiSix.ApiSixServiceServiceURL}/index.php`
 
-![](../../assets/images/aws-caddy-php-welcome-page.png)
+![Testing APISIX on AWS 
Fargate](../../assets/images/aws-caddy-php-welcome-page.png)

Review comment:
       ```suggestion
   ![Testing Apache APISIX on AWS 
Fargate](../../assets/images/aws-caddy-php-welcome-page.png)
   ```




-- 
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]


Reply via email to