-
Notifications
You must be signed in to change notification settings - Fork 477
Archive v2.0 documentation #22096
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Archive v2.0 documentation #22096
Conversation
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
Files changed:
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
rmloveland
approved these changes
Jan 22, 2026
Contributor
rmloveland
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Following the same process used for v2.1 (PR #21195) and subsequent versions. Removes: - src/current/v2.0/ directory (258 files) - src/current/_includes/v2.0/ directory - src/current/_includes/sidebar-data-v2.0.json - src/current/images/v2.0/ (101 images) - src/current/_includes/releases/v2.0/ (24 release includes) Keeps: - src/current/releases/v2.0.md with archived notice Total: ~600+ files removed
The v2.0 archival was incomplete - release note files were deleted but the main release page still tried to include them dynamically, causing build failures. This commit: - Removes all Liquid template logic that referenced deleted include files - Adds anchor tags for all 25 v2.0 releases to preserve URL compatibility - Updates to match the established archival pattern used for v2.1 and other versions - Fixes the Netlify build error: 'Could not locate the included file releases/v2.0/v2.0.7.md'
e36e6d9 to
557775d
Compare
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
This PR archives the v2.0 documentation following the same process used for v2.1 (PR #21195) and subsequent versions.
Changes
src/current/v2.0/directory (258 files)src/current/_includes/v2.0/directorysrc/current/_includes/sidebar-data-v2.0.jsonsrc/current/images/v2.0/(101 images)src/current/_includes/releases/v2.0/(24 release includes)src/current/releases/v2.0.mdwith archived noticePreserved
src/current/releases/v2.0.md(with archived notice)versions.csvandreleases.ymlTest Plan
This follows the established archiving pattern from PRs #21195, #21403, #21416-21420.