Skip to content

Fix cross-version links in v23.1 documentation#22275

Open
ebembi-crdb wants to merge 3 commits into
mainfrom
fix-cross-version-links-v23.1
Open

Fix cross-version links in v23.1 documentation#22275
ebembi-crdb wants to merge 3 commits into
mainfrom
fix-cross-version-links-v23.1

Conversation

@ebembi-crdb
Copy link
Copy Markdown
Contributor

Summary

  • Fix cross-version link violations in v23.1 documentation
  • Replace hardcoded version references with {{ page.version.version }}

Changes

  • 1 file modified (node-shutdown.md)
  • 5 cross-version links fixed

Test Plan

  • Cross-version link linter passes for v23.1
  • Jekyll build completes successfully

Replace hardcoded v24.1 image references with dynamic version variable.
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 22, 2026

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit cda0919
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-api-docs/deploys/697a0a3ce1a87200084eaf36

@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 22, 2026

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit cda0919
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-interactivetutorials-docs/deploys/697a0a3c0c4a33000977c231

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 22, 2026

Files changed:

@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 22, 2026

Netlify Preview

Name Link
🔨 Latest commit cda0919
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-docs/deploys/697a0a3c04ef1d000865ad04
😎 Deploy Preview https://deploy-preview-22275--cockroachdb-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

ebembi-crdb added 2 commits January 27, 2026 16:30
Replace broken Liquid syntax with working path format:
- From: {{ 'images/vX.X/...' | relative_url }}
- To: /docs/images/{{ page.version.version }}/...
Change nested {{ page.version.version }} to hardcoded v23.1 in image paths.
Liquid cannot evaluate nested {{ }} inside strings.
@rmloveland
Copy link
Copy Markdown
Contributor

@ebembi-crdb this version of CRDB is no longer supported per https://www.cockroachlabs.com/docs/releases/release-support-policy.html#supported-versions

is it possible for us to not bother updating links for this version? or is it necessary anyway in order to archive these versions, etc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants