LiteSun opened a new pull request, #13378: URL: https://github.com/apache/apisix/pull/13378
## Description Fix a missing `<TabItem value="dashboard">` opening tag in the Chinese version of `jwt-auth.md`. ## Root Cause PR #13248 introduced Admin API / ADC / Ingress Controller tabs to the jwt-auth documentation. The English version was correctly structured, but the Chinese version in the **"在请求头中添加消费者自定义 ID"** section was missing the opening `<TabItem value="dashboard">` tag, resulting in: ``` SyntaxError: Expected corresponding JSX closing tag for <Tabs>. (1112:0) ``` ## Impact This has been **breaking the `apisix-website` scheduled CI build** (`Test and Deploy Website` workflow) since **2026-04-24**, preventing any website deployments for 3+ weeks. - ✅ Last successful build: [2026-04-23 (run 24819113515)](https://github.com/apache/apisix-website/actions/runs/24819113515) - ❌ First failure: [2026-04-24 (run 24874475333)](https://github.com/apache/apisix-website/actions/runs/24874475333) The April 23 build succeeded because the docs cache had not yet synced the broken file. ## Fix Add the missing `<TabItem value="dashboard">` opening tag after the `<Tabs>` definition, matching the structure of the English version. -- 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]
