docs: add v1.9.0 documentation and promote it as latest in README#1134
Merged
jinbai340997 merged 2 commits intoJun 18, 2026
Conversation
- snapshot version-1.8.x to version-1.9.x (docs + sidebar + i18n zh-Hans) - add v1.9.0 release notes (EN and Zh) sourced from release-notes - update versions.json to mark 1.9.x as latest
- bump latest line to v1.9.0 with link to docs/1.9.x release notes - shift v1.8.0 down with explicit 2026-05-21 date - drop v1.4.0 to keep the table at five rows (mirrors PR alibaba#1034 style)
StephenRi
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
1.9.xsnapshot of the docs (EN + zh-Hans), seeded from1.8.x, including a freshRelease Notes/v1.9.0.mdfor both locales andan updated
Release Notes/index.md.1.9.xat the top ofdocs/versions.json.README.mdrelease table: v1.9.0 (2026-06-11) becomes [Latest],v1.8.0 gets an explicit
2026-05-21row,Related
Fixes #1133
Notes
version-1.9.x-sidebars.jsonis a copy of the v1.8.x sidebar; theauto-generated tree picks up the new directory layout without manual edits.
version-1.9.xdirectory is a snapshot of v1.8.x; replacinginherited Chinese text with v1.9.0-specific copy is left for a follow-up.
Test Plan
cd docs && npm ci && npx docusaurus build --no-minifysucceeds.release notes page in both EN and Zh.