Conversation
Following the same process used for v2.1 (PR #21195) and subsequent versions. Removes: - src/current/v1.0/ directory (180 files) - src/current/_includes/v1.0/ directory - src/current/_includes/sidebar-data-v1.0.json - src/current/_includes/releases/v1.0/ (51 files) Keeps: - src/current/releases/v1.0.md with archived notice Total: ~337 files removed
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
Files changed:
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 49 v1.0 releases to preserve URL compatibility - Updates to match the established archival pattern - Fixes build error: 'Could not locate the included file releases/v1.0/v1.0.7.md'
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.
Summary
This PR archives the v1.0 documentation following the same process used for v2.1 (PR #21195) and subsequent versions.
Changes
src/current/v1.0/directory (180 files)src/current/_includes/v1.0/directorysrc/current/_includes/sidebar-data-v1.0.jsonsrc/current/_includes/releases/v1.0/(51 release includes)src/current/releases/v1.0.mdwith archived noticePreserved
src/current/releases/v1.0.md(with archived notice)versions.csvandreleases.ymlTest Plan
This follows the established archiving pattern from PRs #21195, #21403, #21416-21420.