-
Notifications
You must be signed in to change notification settings - Fork 477
Archive v22.1 documentation #21419
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
base: main
Are you sure you want to change the base?
Archive v22.1 documentation #21419
Conversation
- 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. |
❌ Deploy Preview for cockroachdb-docs failed. Why did it fail? →
|
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, there's a Ruby file that will conflict that can be removed
| @@ -1,16 +1,36 @@ | |||
| require 'json' | |||
| require 'liquid' | |||
| require 'yaml' | |||
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.
this can be removed, I think it was also added in the v2.1 PR
- 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
Archives v22.1 documentation following the same process used for v2.1.