Vale style audit: fix warnings from PRs merged in the last week#6278
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ethanpalm
reviewed
Jun 25, 2026
ethanpalm
reviewed
Jun 25, 2026
ethanpalm
approved these changes
Jun 25, 2026
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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
Audits Vale style warnings introduced by the 33 PRs merged into
mainbetween 2026-06-18 and 2026-06-25 (scope window from thevale-auditworkflow) and applies confident, style-only fixes.Changes
advanced-support.mdx—WordList: lowercaseEmail→emailin the support tiers table cell (L14).create/changelogs.mdx—WordList: lowercaseEmail→emailin the RSS integrations bullet link label (L139).ai/model-context-protocol.mdx—EmDash: remove spaces around em-dash in the 4 tool annotation bullets (L173–L176).guides/seo.mdx—EmDash: remove spaces around em-dash in 4 SEO FAQ sentences (L149, L161, L165, L169).optimize/seo.mdx—EmDash: remove spaces around em-dash in the 3Content-Signalopt-in bullets (L353–L355).organize/settings-structure.mdx—EmDash: remove spaces around em-dash in 20 contextual menu option bullets and$page/$path/$mcpplaceholder bullets (L379–L395, L413–L415).Total: 33 style-only corrections across 6 files.
Context
.mintlify/workflows/vale-audit.md(scheduled run, window2026-06-18T15:06:57Z→2026-06-25T15:06:50Z)..mdxfiles were considered. Files underes/,fr/,zh/, andchangelog.mdxare out of scope per the workflow.WordList,Latin,Spelling,EmDash,Spacing,Ellipses,LyHyphens,OptionalPlurals,Ordinal,HeadingPunctuation(applied against.vale.iniSkippedScopes: fenced code, JSX tags, expressions, inline code, frontmatter, markdown link URLs).Warnings left for human review
WordList—regex→regular expressiondashboard/sso.mdxL178 —| \groups` | Unspecified | Matches regex | `.*` |`The cell value
Matches regexis a literal Okta SAML attribute-statement filter option (Matches regexis the exact label in the Okta admin UI). Rewriting toregular expressionwould misrepresent the product label, so this needs a human call.Warnings inspected and dismissed as false positives
These were flagged by the lint pass but resolved as masking artifacts or scoping issues and not changed:
ai/markdown-export.mdxL70 —Spacingflagged a double-space artifact created by masking inline code (`.md`) between a sentence-ending period and the next capitalized word. The original source has a single space.ai/model-context-protocol.mdxL410 —WordListflaggedurlinside an indented```tomlfenced code block (url = "<your-mcp-server-url>"), which is in scope per.vale.iniSkippedScopes = code.deploy/authentication-setup.mdxL88, L93, L103, L104, L131 —WordListflaggedOAuth 2insideOAuth 2.0. The text already conforms to the rule (OAuth 2.0).Note
Low Risk
Documentation-only punctuation and word-list capitalization with no runtime or configuration impact.
Overview
This PR applies Vale style-only fixes from a recent audit: mainly
EmDash(tighten em dashes by dropping spaces around—) and aWordListtweak.Em dash formatting is updated on bullet lists and in running copy—MCP tool annotation bullets, SEO FAQ answers,
Content-Signal/noindexbullets, and longcontextual.optionslists in site-structure docs. The pattern changes from spaced em dashes (—) to unspaced (—) before the gloss text.The same em-dash pass is mirrored in
es/,fr/, andzh/localized pages (MCP, SEO guides, SEO reference, settings structure).zh/create/changelogs.mdxalso lowercases Email to email in an RSS integration bullet link label.No product behavior, APIs, or config semantics change—only documentation punctuation and capitalization for the style linter.
Reviewed by Cursor Bugbot for commit a148205. Bugbot is set up for automated code reviews on this repo. Configure here.