docs: fix feature state rendering for filesystem signals - #57417
Conversation
|
|
|
Welcome @bckish! |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Description
Fix the rendering of the
KubeletSeparateDiskGCfeature state in the filesystem signals section of the node-pressure eviction documentation.The
feature-stateshortcode was nested inside thenoteshortcode, which caused the feature-state content to render incorrectly as raw HTML.Move the
feature-stateshortcode outside thenoteblock so that the feature state is rendered correctly.Issue
Fixes #57415
Testing
git diff --checkmake container-serve