Commit 32325c3
* Remove inline cockroach issue/PR links from docs prose
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>
* Fix pre-existing cross-version link violations
- 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>
* Fix image path syntax in st_union.md
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>
* fix: remove orphaned reference sentences from docs prose
Address all 27 review comments: removing link targets alone was not
sufficient. Removes entire sentences/phrases that only existed to
reference GitHub issues/PRs, across all version directories:
- Remove "For more information, see #xxx" sentences (decommission
pre-flight checks, trigram indexes, temporary tables, configure
replication zones, foreign keys, savepoints)
- Remove "Tracking GitHub Issue" / bare issue IDs (CDC avro/csv
composites, select-for-update limitations)
- Remove "see tracking issue" text (partial indexes, CTEs)
- Remove "GitHub issue tracking FOO support" entries (sql-feature-support)
- Remove ", and the source code is freely available" (what-is-crdb FAQ)
- Remove "if this feature is important to you, ..." (spatial-tutorial)
- Remove "Partially implemented; see #xxx" → "Partially implemented."
(cockroachdb-feature-availability)
- Remove "(see #xxx for more info)" parentheticals (disaster-recovery)
- Replace GitHub meta-issue reference with Contact Support CTA
(query-spatial-data)
- Remove meaningless unlinked tracking text (full-text-search)
157 files changed across 13 patterns.
Addresses review feedback from @rmloveland.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: remove accidentally committed file
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: remove remaining GitHub tracking issue references from docs
Removes ~280 tracking issue references across 127 files:
- [Tracking GitHub issue](url) from known-limitations.md, UDF,
CDC, copy-syntax, and other _includes files
- [GitHub tracking issue](url) standalone links (8 known-limitations)
- Bare "Tracking GitHub Issue" text (alter-changefeed, jsonb)
- "See tracking issue" / "For details, see tracking issue" from
views.md, create-sequence.md, sql-name-resolution.md
- "Tracking issue: cockroachdb/cockroach#XXXXX" from
unsupported-postgres-features.md (7 versions)
- "Refer to GitHub tracking issue" from install-cockroachdb-mac.md
- Tracking issues cross-ref from restore.md (11 versions)
- "[GitHub tracking issue](url) for details" from
unordered-operations.md
Preserves advisory page references and backward-incompatible/alpha
files per reviewer guidance.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: repair corrupted code fences causing htmltest anchor failures
The cleanup script accidentally appended a period to closing code
fences (~~~. instead of ~~~), leaving them unclosed. This caused
all subsequent headings to be swallowed into code blocks, breaking
the #spatial-support-limitations and #create-a-table-with-a-jsonb-column
anchors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Address PR #23306 review feedback: remove residual issue references
Remove entire sentences/clauses referencing GitHub issues that were
left behind after link removal. Per reviewer feedback, removing only
the link target is insufficient — the surrounding text must also be
cleaned up. Changes include:
- Remove "For more information, see #XXXXX" sentences across all versions
- Remove "For more details, see cockroachdb/cockroach#XXXXX" in feature-availability pages
- Remove "Refer to GitHub issue #XXXXX" in install-cockroachdb-mac
- Remove "GitHub issue tracking X support" from sql-feature-support
- Remove tracking issue references from temporary-tables, views, create-sequence
- Replace GitHub meta-issue reference with Support link in query-spatial-data
- Apply same treatment to v26.3 pages and _includes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: ebembi-crdb <ebembi@cockroachlabs.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 27436f6 commit 32325c3
369 files changed
Lines changed: 595 additions & 926 deletions
File tree
- src/current
- _includes
- v20.2
- known-limitations
- orchestration
- sql
- v23.1
- backward-incompatible
- cdc
- faq
- known-limitations
- prod-deployment
- sql
- v23.2
- backward-incompatible
- cdc
- faq
- known-limitations
- prod-deployment
- sql
- v24.1
- backward-incompatible
- cdc
- faq
- finalization-required
- prod-deployment
- sql
- v24.2
- backward-incompatible
- cdc
- faq
- finalization-required
- prod-deployment
- sql
- v24.3
- backward-incompatible
- cdc
- faq
- finalization-required
- prod-deployment
- sql
- v25.1
- backward-incompatible
- cdc
- faq
- finalization-required
- prod-deployment
- sql
- v25.2
- backward-incompatible
- cdc
- faq
- finalization-required
- prod-deployment
- sql
- v25.3
- backward-incompatible
- cdc
- faq
- finalization-required
- prod-deployment
- sql
- v25.4
- backward-incompatible
- cdc
- faq
- finalization-required
- prod-deployment
- sql
- v26.1
- backward-incompatible
- cdc
- faq
- finalization-required
- prod-deployment
- sql
- v26.2
- backward-incompatible
- cdc
- faq
- finalization-required
- prod-deployment
- sql
- v26.3
- cdc
- faq
- finalization-required
- prod-deployment
- sql
- v23.1
- v23.2
- v24.1
- v24.2
- v24.3
- v25.1
- v25.2
- v25.3
- v25.4
- v26.1
- v26.2
- v26.3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
10 | | - | |
11 | 7 | | |
12 | 8 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 9 | + | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments