Copilot commented on code in PR #13301:
URL: https://github.com/apache/apisix/pull/13301#discussion_r3144623265


##########
docs/en/latest/plugins/attach-consumer-label.md:
##########
@@ -3,8 +3,10 @@ title: attach-consumer-label
 keywords:
   - Apache APISIX
   - API Gateway
-  - API Consumer
-description: This article describes the Apache APISIX attach-consumer-label 
plugin, which you can use to pass custom consumer labels to upstream services.
+  - Plugin
+  - attach-consumer-label
+  - Consumer
+description: The attach-consumer-label Plugin attaches custom consumer labels 
to authenticated requests, for upstream services to implement additional 
business logics.

Review Comment:
   Grammar: "business logics" is incorrect here (and later the text also says 
"additional logics"). Consider using "business logic" / "additional logic".



##########
docs/zh/latest/plugins/attach-consumer-label.md:
##########
@@ -26,19 +28,21 @@ description: 本文介绍了 Apache APISIX attach-consumer-label 插件的相关
 #
 -->
 
+<link rel="canonical" href="https://docs.api7.ai/hub/attach-consumer-label"; />

Review Comment:
   The canonical URL link is currently added as a standalone `<link .../>` tag. 
Other plugin docs wrap this inside a `<head>...</head>` block so it ends up in 
the HTML head instead of rendering in the page body.
   



##########
docs/en/latest/plugins/attach-consumer-label.md:
##########
@@ -26,19 +28,21 @@ description: This article describes the Apache APISIX 
attach-consumer-label plug
 #
 -->
 
+<link rel="canonical" href="https://docs.api7.ai/hub/attach-consumer-label"; />
+
 ## Description
 
-The `attach-consumer-label` plugin attaches custom consumer-related labels, in 
addition to `X-Consumer-Username` and `X-Credential-Indentifier`, to 
authenticated requests, for upstream services to differentiate between 
consumers and implement additional logics.
+The `attach-consumer-label` Plugin attaches custom consumer-related labels, in 
addition to `X-Consumer-Username` and `X-Credential-Identifier`, to 
authenticated requests, for upstream services to differentiate between 
consumers and implement additional logics.

Review Comment:
   Grammar: "implement additional logics" should be "implement additional 
logic" in this context.



##########
docs/en/latest/plugins/attach-consumer-label.md:
##########
@@ -26,19 +28,21 @@ description: This article describes the Apache APISIX 
attach-consumer-label plug
 #
 -->
 
+<link rel="canonical" href="https://docs.api7.ai/hub/attach-consumer-label"; />

Review Comment:
   The canonical URL link is currently rendered as a raw `<link .../>` tag in 
the MDX body. In this docs set, canonical links are typically wrapped in a 
`<head>...</head>` block so they are injected into the document head (for SEO) 
instead of appearing in the page content.
   



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