Skip to content

EV-6784: fix $[prodname] leaking into v3.23 TLS sidebar label#2843

Merged
ctauchen merged 1 commit into
tigera:mainfrom
rene-dekker:EV-6784
Jul 8, 2026
Merged

EV-6784: fix $[prodname] leaking into v3.23 TLS sidebar label#2843
ctauchen merged 1 commit into
tigera:mainfrom
rene-dekker:EV-6784

Conversation

@rene-dekker

Copy link
Copy Markdown
Member

Summary

The Operations sidebar entry for Enterprise v3.23 shows the literal $[prodname] — "Provide TLS certificates for $[prodname] components".

Docusaurus derives the sidebar label from the raw H1 before the variablesPlugin remark transform runs, so the variable is substituted in the page body but leaks verbatim into the sidebar. Only the version-3.23-2 snapshot is affected; current sources already use the literal "Calico components" in the H1, and the charmed-k8s page is protected by its title frontmatter.

Fix: change the v3.23 H1 to "Provide TLS certificates for Calico components", matching the corrected current source.

Jira: https://tigera.atlassian.net/browse/EV-6784

None

🤖 Generated with Claude Code

The Operations sidebar entry for Enterprise v3.23 showed the literal
"$[prodname]" because Docusaurus derives the sidebar label from the raw
H1 before the variablesPlugin remark transform runs. Use the literal
"Calico components" in the H1, matching the already-corrected current
source.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@rene-dekker rene-dekker requested a review from a team as a code owner July 8, 2026 17:42
@netlify

netlify Bot commented Jul 8, 2026

Copy link
Copy Markdown

Deploy Preview succeeded!

Built without sensitive environment variables

Name Link
🔨 Latest commit 5e73347
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/6a4e8bfb2f44bc00083ac4ce
😎 Deploy Preview https://deploy-preview-2843--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: 94 (🟢 up 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

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

@netlify

netlify Bot commented Jul 8, 2026

Copy link
Copy Markdown

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

Name Link
🔨 Latest commit 5e73347
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/6a4e8bfb12202b0008a8026c
😎 Deploy Preview https://deploy-preview-2843--calico-docs-preview-next.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.

@ctauchen ctauchen merged commit cb56905 into tigera:main Jul 8, 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