Conversation
added 3 commits
November 27, 2025 14:06
- Delete v22.1 directory and images - Remove sidebar-data-v22.1.json to disable sidebar navigation - Delete _includes/v22.1/ and _includes/releases/v22.1/ directories - Update releases/v22.1.md to archived format with support policy links - Add all 34 v22.1 release anchors to prevent broken links from unsupported-versions page
- Move v22.1 UI images to images/common/ui/ and update references across v22.2-v25.4 - Fix v22.1 include references (provision-storage.md) to use page.version.version - Remove broken links to deleted v22.1 docs in upgrade guides - Add missing #v22-1-0-backward-incompatible-changes anchor to releases/v22.1.md - Fix v22.2 release notes link to v22.1 optimizer docs
- Remove debug file output.txt - Update sidebar_htmltest.rb to respect htmltest config and skip archived versions
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. |
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
rmloveland
approved these changes
Dec 19, 2025
Contributor
rmloveland
left a comment
There was a problem hiding this comment.
LGTM, there's a Ruby file that will conflict that can be removed
| @@ -1,16 +1,36 @@ | |||
| require 'json' | |||
| require 'liquid' | |||
| require 'yaml' | |||
Contributor
There was a problem hiding this comment.
this can be removed, I think it was also added in the v2.1 PR
added 4 commits
December 22, 2025 18:00
- Add v22.1 offline documentation link to archived documentation page - Remove v22.1 specific files from repository - Resolve merge conflicts with main branch
Update include reference from v22.1/prod-deployment/provision-storage.md to v26.1/prod-deployment/provision-storage.md since v22.1 has been archived
- Fixed broken v22.1 UI dashboard image references by updating to v26.1 images - Updated 22 image references across 3 files: - ui-distributed-dashboard.md - ui-queues-dashboard.md - ui-slow-requests-dashboard.md - Resolved merge conflicts: - Added v22.1 and v19.2 to archived-documentation.md - Confirmed deletion of v22.1/upgrade-cockroachdb-kubernetes.md
Resolved merge conflicts: - Updated archived-documentation.md to include both v22.2 and v22.1 entries - Confirmed deletion of all v22.1 files (archiving v22.1) - Kept v22.2 files from main branch (not archiving v22.2 on this branch) - Removed v21.2 and v22.2 release includes per archival process
v22.2 was already archived on main, so it should also be deleted on this branch to avoid build failures with missing includes. Following the proper archival pattern: - Delete ALL files for archived versions - Don't patch other versions with missing includes
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.
Archives v22.1 documentation following the same process used for v2.1.