-
Notifications
You must be signed in to change notification settings - Fork 477
Archive v1.1 documentation #22094
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 v1.1 documentation #22094
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-api-docs canceled.
|
✅ Deploy Preview for cockroachdb-interactivetutorials-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/v1.1/ directory (223 files) - src/current/_includes/v1.1/ directory - src/current/_includes/sidebar-data-v1.1.json - src/current/images/v1.1/ (81 images) - src/current/_includes/releases/v1.1/ (25 release includes) Keeps: - src/current/releases/v1.1.md with archived notice Total: ~597 files removed
Release note files were deleted but main release page still had Liquid template logic trying to include them. This commit: - Removes Liquid template logic that referenced deleted include files - Adds anchor tags for all 23 v1.1 releases to preserve URL compatibility - Updates to match the established archival pattern - Fixes build error: 'Could not locate the included file releases/v1.1/v1.1.9.md'
c559b86 to
662161d
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 v1.1 documentation following the same process used for v2.1 (PR #21195) and subsequent versions.
Changes
src/current/v1.1/directory (223 files)src/current/_includes/v1.1/directorysrc/current/_includes/sidebar-data-v1.1.jsonsrc/current/images/v1.1/(81 images)src/current/_includes/releases/v1.1/(25 release includes)src/current/releases/v1.1.mdwith archived noticePreserved
src/current/releases/v1.1.md(with archived notice)versions.csvandreleases.ymlTest Plan
This follows the established archiving pattern from PRs #21195, #21403, #21416-21420.