Problem
HAMi v2.10.0 was released on Aug 21, but docs:version v2.10.0 was never run. The site still serves v2.9.0 as the default at /docs, and the version dropdown has no v2.10.0 entry.
Steps
1. Merge these docs/ PRs first (otherwise their changes miss the v2.10.0 snapshot)
2. Cut the version
npm run docusaurus docs:version v2.10.0
Then edit i18n/zh/docusaurus-plugin-content-docs/version-v2.10.0.json and change the label from "下一个" to v2.10.0.
3. Verify
Run npm run build and confirm the version dropdown shows Next / v2.10.0 / v2.9.0 in both en and zh.
Problem
HAMi v2.10.0 was released on Aug 21, but
docs:version v2.10.0was never run. The site still serves v2.9.0 as the default at/docs, and the version dropdown has no v2.10.0 entry.Steps
1. Merge these
docs/PRs first (otherwise their changes miss the v2.10.0 snapshot)2. Cut the version
Then edit
i18n/zh/docusaurus-plugin-content-docs/version-v2.10.0.jsonand change the label from "下一个" tov2.10.0.3. Verify
Run
npm run buildand confirm the version dropdown shows Next / v2.10.0 / v2.9.0 in bothenandzh.