Apply brand tone and writing style fixes - #7082
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ceeb62b. Configure here.
| Auth0 | ||
| authed | ||
| autocommit | ||
| autocommit(s|ed|ing)? |
There was a problem hiding this comment.
Broken autocommit vocabulary pattern
Low Severity
The new Vale accept pattern autocommit(s|ed|ing)? does not match valid forms autocommitted and autocommitting, and it accepts the misspellings autocommited and autocommiting. Style checks will flag correct usage and ignore incorrect spelling.
Reviewed by Cursor Bugbot for commit ceeb62b. Configure here.


Summary
Style-consistency fixes on recently changed pages, kept in sync with
main.Changes
poc-onboarding.mdx: "Enable the assistant" for consistent terminology, and## Getting help→## Get helpto match the imperative heading style.create/list-table.mdx: rewrote the pipe-escaping note in active voice ("Markdown treats the pipe as a column separator").cli/mdx-extension.mdx: unified UI verbs ("Select Install", "select a component") to match the page's predominant "select" phrasing.editor/review.mdx: split a 34-word sentence in the automation-run section into two sentences.main(POC onboarding revisions, translations, llms index docs, MDX extension page, editor docs overhaul).Context
Automated writing-style maintenance covering the POC onboarding page (#7066, #7085, #7100), the table pipe-escaping addition (#7079), the MDX extension page (#7108), and the editor docs overhaul (#7112).
Note
Low Risk
Documentation and navigation-only changes with no runtime or security-sensitive code paths modified.
Overview
Reorganizes the web editor docs around fewer, task-focused pages: Publish, Review, and Collaborate replace separate guides for branching, comments, suggestions, live preview, navigation, configurations, and git essentials. The overview, pages, settings, agent, and keyboard-shortcuts pages are rewritten to match the Home / Publishing sidebar model, and
docs.json(pluses.json) navigation is updated accordingly. Changelog and cross-links across deploy, assistant, and agent pages now point at the new URLs.Adds and expands product documentation: new
cli/mdx-extensionpage (and CLI install/index/preview cross-links) for the VS Code/Cursor extension;mint analyticsnotes Pro/Enterprise requirement and terminal querying; Admin MCP documents dashboard Publishing behavior forsavewithmode: "auto";llms.txtgains a full split indexes under/_llmssection and reverse-proxy docs add/_llms/*routes and troubleshooting.Smaller doc and style updates: pipe-character escaping in list-table guides,
nav-logoCSS override example, rollbacks UI notes for admins, Vale vocabulary regex tweaks, and assorted copy/link fixes (includingeditor/review#live-preview, deflection-email anchor).Reviewed by Cursor Bugbot for commit ceeb62b. Bugbot is set up for automated code reviews on this repo. Configure here.