Fix Vale style warnings from CI checks#4348
Merged
Merged
Conversation
Generated-By: mintlify-agent
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
ethanpalm
reviewed
Mar 12, 2026
ethanpalm
reviewed
Mar 12, 2026
ethanpalm
approved these changes
Mar 12, 2026
mintlify Bot
added a commit
that referenced
this pull request
Mar 12, 2026
Generated-By: mintlify-agent
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
Files modified
Documentation fixes
organize/settings.mdx: Changed passive voice "are replaced" and "are sanitized" to active voiceorganize/pages.mdx: Changed "file path" to "path"organize/navigation.mdx: Changed passive voice "is used" and "can be nested" to active voiceinstallation.mdx: Changed passive voice "are reported" to active voiceai/model-context-protocol.mdx: Changed passive voice "are protected" to active voiceagent/use-cases.mdx: Changed passive voice "are added" to active voiceadvanced-support.mdx: Changed passive voice "is delivered" to active voiceVale configuration updates
.vale/styles/config/vocabularies/Mintlify/accept.txt: Added "hostname" and "VPN".vale/styles/Mintlify/Acronyms.yml: Added SLA, PST, and VPN to exceptions.vale/styles/Mintlify/Headings.yml: Added Discord, Slack, CSM, and FAQ to heading exceptionsWarnings not addressed (require human review)
llmsin file names and headings like "llms.txt structure" as needing capitalization. These are intentional references to the llms.txt standard file naming convention.Note
Low Risk
Low risk: changes are limited to documentation wording tweaks and Vale lint configuration exception lists, with no runtime or product behavior impact.
Overview
Resolves Vale CI style warnings by rewriting several docs sentences from passive to active voice and making small clarity/wording adjustments in MDX pages (support FAQs, agent use cases, MCP access notes, CLI broken-links behavior, and navigation docs).
Updates Vale style configuration to reduce false positives by expanding exception lists for acronyms and heading capitalization (e.g.,
PST,SLA,VPN,CSM,Discord,Slack,FAQ).Written by Cursor Bugbot for commit 9e61cd8. This will update automatically on new commits. Configure here.