DOC-17064: Replace issue filing/search links#23300
Conversation
Unlink 54 pages that reference github.com/cockroachdb/cockroach/issues/new or issues?q= URLs. These links directed users to file or search issues in the cockroach repo; the link text is preserved without the hyperlink. Part of DOC-17064. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ 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
left a comment
There was a problem hiding this comment.
@ebembi-crdb please update to remove not just the link targets but also the text that refers to issues like cockroachdb/cockroach#... etc
also things that say "file an issue" should either be deleted or updated to say "contact Support" with a link to our support docs
my comments on v23.1 apply pretty much the same to all versions in the PR AFAICT
…e file-an-issue.md Address reviewer feedback on PR #23300 by substantively rewriting or removing all GitHub issue-filing references rather than merely unlinking: - Replace "open an issue" with "contact Support" link in example-apps.md and install-client-drivers.md across all versions - Rewrite intellij-idea.md to direct users to Support instead of GitHub - Remove cockroachdb/cockroach#NNNNN issue refs, GitHub label references, and tracking issue lines from postgresql-compatibility.md - Replace "file an issue" with "contact Support" in active-session-history.md - Delete file-an-issue.md pages across all 11 versions - Remove "File an Issue" sidebar entries from troubleshooting.json - Update ~120 files referencing file-an-issue.md to link to support-resources.md instead Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Resolve conflicts from PR #23225 (page deletion batch 6) which also removed file-an-issue.md in v26.1+. Keep our "contact Support" links in .md files; use main's formatting for sidebar JSON files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
✅ Cross-Version Link Check Passed All cross-version link issues have been resolved. Good job! |
Replace hardcoded v24.2 image paths with {{ page.version.version }}
in v25.1, v25.2, and v25.3 to fix CI cross-version link check.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rmloveland
left a comment
There was a problem hiding this comment.
LGTM once you get the build working - see my comment below re: the image link syntax needs to be hardcoded to match the page version
Image paths in img src attributes must use hardcoded version strings,
not {{ page.version.version }}, to avoid build failures. Set v25.1,
v25.2, and v25.3 image paths to their respective versions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@ebembi-crdb this is good to merge as far as i'm concerned! thank you for doing this! |
Summary
github.com/cockroachdb/cockroach/issues/neworissues?q=URLsThis is PR 10 of 10 splitting #23256 into reviewable chunks.
Jira: DOC-17064
Test plan
cockroachdb/cockroach/issues/neworissues?q=links in affected files🤖 Generated with Claude Code