docs(doc-1409): constrain Highlight colors to brand palette and fix :target step layout#2127
Open
djwfyi wants to merge 3 commits into
Open
docs(doc-1409): constrain Highlight colors to brand palette and fix :target step layout#2127djwfyi wants to merge 3 commits into
djwfyi wants to merge 3 commits into
Conversation
…target step layout bug - replace open-ended color prop with constrained set: secondary (#FFE0CC), success, info, warning, danger; default falls back to #E6E7E9 (divider gray) - text color is always #050B24 per brand guidelines - add console.warn for unrecognized color values - rename color="green" → color="secondary" across all MDX usages - add flow-step global class to Flow <li> elements and exclude it from the :target sibling highlight selectors to fix step number displacement on anchor navigation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Deploy Preview for vcluster-docs-site ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
…ned docs version-0.34.0 is the canonical URL target (lastVersion) and still uses color="green" in its fragments. Without this alias the color falls back to the default gray. Versioned docs are auto-backported so they cannot be edited directly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nsole.warn, add skill docs - switch success/info/warning/danger to --ifm-color-*-lightest for accessibility — all variants now use light tints with black text - remove console.warn (silent fallback is sufficient) - document Highlight usage, color options, and legacy green alias in the vcluster-docs-writer skill reference Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Content Description
Constrains the
<Highlight>component to the approved brand color palette and fixes a layout bug where step numbers were displaced when navigating to an anchor link pointing to a heading inside a Flow component.Preview Link
Verify that the badge colors for at the beginning of each step in this section are appropriate light orange and grey instead of bright green and blaze orange.
Verify that the number 4 for the step displays correctly.
Internal Reference
Closes DOC-1409
AI review: mention
@claudein a comment to request a review or changes. See CONTRIBUTING.md for available commands.@netlify /docs