Skip to content

DOCS-3004: Fix undefined manifestsUrl variable on the native CRDs page for latest - #2912

Merged
ctauchen merged 1 commit into
tigera:mainfrom
ctauchen:DOCS-native-v3-crds-var-fix
Aug 11, 2026
Merged

DOCS-3004: Fix undefined manifestsUrl variable on the native CRDs page for latest#2912
ctauchen merged 1 commit into
tigera:mainfrom
ctauchen:DOCS-native-v3-crds-var-fix

Conversation

@ctauchen

Copy link
Copy Markdown
Collaborator

The native v3 CRDs page for Calico Enterprise latest (version 3.23) used the undefined variable manifestsUrl in three manifest install commands, so they rendered literally as $[manifestsUrl]/manifests/... instead of a real download URL. Calico Enterprise never defines manifestsUrl; the correct variable is filesUrl.

This is the same class of bug as DOCS-2995 on the CRD migration page, on a page that was missed. It was never caught by the link checker because an undefined variable renders as literal text, with no URL for the crawler to test.

The three target manifests (v3_projectcalico_org.yaml, tigera-operator.yaml, custom-resources.yaml) are published at the filesUrl location for v3.23.1, so the corrected links resolve.

Scope is limited to version-3.23-2/operations/native-v3-crds.mdx (three commands). Newer versions already use filesUrl.

Reviewers can check the changed page once the deploy preview builds:

  • /calico-enterprise/latest/operations/native-v3-crds

https://tigera.atlassian.net/browse/DOCS-3004

…e for latest

The native v3 CRDs page for Calico Enterprise latest (3.23) used the undefined
variable manifestsUrl in three manifest install commands, so they rendered
literally as $[manifestsUrl]/manifests/... instead of a real download URL.
Calico Enterprise never defines manifestsUrl; the correct variable is filesUrl.
The three manifests resolve at the filesUrl location for v3.23.1. This is the
same class of bug fixed in DOCS-2995 on the CRD migration page.
@ctauchen
ctauchen requested a review from a team as a code owner August 11, 2026 11:08
Copilot AI lite review requested due to automatic review settings August 11, 2026 11:08
@netlify

netlify Bot commented Aug 11, 2026

Copy link
Copy Markdown

Deploy Preview for calico-docs-preview-next ready!

Name Link
🔨 Latest commit fef9ad5
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/6a7b029f5ac3ad0007ad9ea1
😎 Deploy Preview https://deploy-preview-2912--calico-docs-preview-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

@netlify

netlify Bot commented Aug 11, 2026

Copy link
Copy Markdown

Deploy Preview succeeded!

Built without sensitive environment variables

Name Link
🔨 Latest commit fef9ad5
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/6a7b029f5b52500009de217c
😎 Deploy Preview https://deploy-preview-2912--tigera.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 73 (🔴 down 20 from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a variable substitution bug in the Calico Enterprise v3.23-2 versioned docs where the native v3 CRDs page referenced an undefined $[manifestsUrl] variable, causing the install commands to render as literal placeholder text instead of usable URLs.

Changes:

  • Replaced $[manifestsUrl] with $[filesUrl] in the “Manifest install” commands for:
    • v3_projectcalico_org.yaml
    • tigera-operator.yaml
    • custom-resources.yaml

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@ctauchen
ctauchen merged commit 87b8895 into tigera:main Aug 11, 2026
11 checks passed
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