This is an automated email from the ASF dual-hosted git repository.
kayx23 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new c205da97c docs(jwt-auth): fix missing TabItem tag in zh docs (#13378)
c205da97c is described below
commit c205da97c898595d6492042cc8237604c76c18b5
Author: litesun <[email protected]>
AuthorDate: Fri May 15 14:39:22 2026 +0800
docs(jwt-auth): fix missing TabItem tag in zh docs (#13378)
---
docs/zh/latest/plugins/jwt-auth.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/zh/latest/plugins/jwt-auth.md
b/docs/zh/latest/plugins/jwt-auth.md
index 498cec4df..74f0d5458 100644
--- a/docs/zh/latest/plugins/jwt-auth.md
+++ b/docs/zh/latest/plugins/jwt-auth.md
@@ -1225,6 +1225,7 @@ values={[
{label: 'Ingress Controller', value: 'ingress'}
]}>
+<TabItem value="dashboard">
以下示例演示了如何在 `X-Consumer-Custom-Id` 标头中将消费者自定义 ID 附加到已验证的请求,该 ID 可用于根据需要实现其他逻辑。
创建带有自定义 ID 标签的消费者 `jack`: