EV-6784: fix $[prodname] leaking into v3.23 TLS sidebar label#2843
Merged
Conversation
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>
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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
variablesPluginremark transform runs, so the variable is substituted in the page body but leaks verbatim into the sidebar. Only theversion-3.23-2snapshot is affected; current sources already use the literal "Calico components" in the H1, and the charmed-k8s page is protected by itstitlefrontmatter.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
🤖 Generated with Claude Code