chore: update GreptimeDB documentation version to v1.2.0 - #2840
Merged
Conversation
Signed-off-by: discord9 <discord9@163.com>
Deploying greptime-docs with
|
| Latest commit: |
f1ba8f2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://25a4beeb.greptime-docs.pages.dev |
| Branch Preview URL: | https://chore-greptimedb-v1-2-0-manu.greptime-docs.pages.dev |
WenyXu
approved these changes
Sep 9, 2026
killme2008
approved these changes
Sep 9, 2026
4 tasks
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.
What changed
Update only
variables/variables-1.2.ts, settinggreptimedbVersionfromv1.2.0-beta.2tov1.2.0with the existing.github/scripts/release-patch.sh 1.2.0script.Merge effect: this promotes documentation version 1.2 to the default site root for both languages, removes its pre-release banner, and changes canonical/sitemap routing. This is a proposed change only; merge timing must be coordinated with the release owner. GitHub v1.2.0 still remains Pre-release, and this PR does not change GitHub Latest.
The 1.2 versioned documentation already exists: no new-minor generator was run and no version snapshots, sidebars, or navigation files were changed.
Release notes are separate: #2839
Release: https://github.com/GreptimeTeam/greptimedb/releases/tag/v1.2.0
Tracking: GreptimeTeam/greptimedb#9015
Scope
Verification
git diff --check: passed.pnpm test: passed (39 tests in 6 files, including site-version routing tests).DOC_LANG=en pnpm check:links: passed.DOC_LANG=zh pnpm check:links: passed.pnpm typecheck: fails with missing@docusaurus/theme-classicandnodetype definitions in this environment. The same two errors were reproduced on the unchanged-dependency notes branch; no dependency or tsconfig changes were added to this version-only PR.resolveLastVersionand confirmed that this variable makes 1.2 the root version. No website deployment or merge was performed locally.Checklist