You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/18 07:42:42 UTC

[GitHub] [apisix-ingress-controller] tao12345666333 commented on a diff in pull request #1391: docs: update ApisixRoute docs

tao12345666333 commented on code in PR #1391:
URL: https://github.com/apache/apisix-ingress-controller/pull/1391#discussion_r997835222


##########
docs/en/latest/concepts/apisix_route.md:
##########
@@ -182,15 +174,11 @@ spec:
         weight: 50
 ```
 
-The above `ApisixRoute` has one route rule, which contains two backends `foo` and `bar`, the weight ratio is `100:50`,
-which means `2/3` requests (with `GET` method and `User-Agent` matching regex pattern `.*Chrome.*`) will be sent to service `foo` and `1/3` requests
-will be proxied to service `bar`.
+## Plugins
 
-Plugins
--------
+APISIX's [70+ Plugins](https://apisix.apache.org/docs/apisix/plugins/batch-requests/) can be used with APISIX Ingress. These Plugins have the same name as in the APISIX documentation.

Review Comment:
   ```suggestion
   APISIX's [80+ Plugins](https://apisix.apache.org/docs/apisix/plugins/batch-requests/) can be used with APISIX Ingress. These Plugins have the same name as in the APISIX documentation.
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org