DOC-17057: Remove inline cockroach issue/PR links from docs prose#23306
Open
ebembi-crdb wants to merge 3 commits into
Open
DOC-17057: Remove inline cockroach issue/PR links from docs prose#23306ebembi-crdb wants to merge 3 commits into
ebembi-crdb wants to merge 3 commits into
Conversation
Unlink 292 docs pages by removing markdown hyperlinks to cockroach issues and PRs, keeping the #NNNNN reference text. This is the catch-all for link-only changes not covered by the more specific release notes, known limitations, advisories, or other targeted PRs. Part of DOC-17057. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
|
✅ Cross-Version Link Check Passed All cross-version link issues have been resolved. Good job! |
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
Files changed:
|
4 tasks
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Replace hardcoded ../v23.1/*.html relative links with
{% link {{ page.version.version }}/... %} tags in
_includes/v{23.2-25.3}/backward-incompatible/alpha.1.md
(matching the pattern already used in v24.3)
- Replace hardcoded images/v24.2/geospatial/st_union.png with
images/{{ page.version.version }}/geospatial/st_union.png
in st_union.md for v25.1 and v25.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use absolute /docs/images/ path with {{ page.version.version }} instead
of nesting {{ }} inside {{ }} (which Liquid can't evaluate).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
#NNNNNreference text; only the hyperlinks are removedThis is PR 3 of 10 splitting #23256 into reviewable chunks.
Jira: DOC-17057
Test plan
🤖 Generated with Claude Code