You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore the literal CLI command mint broken-links in the Spanish "Format text" page; the command name was inadvertently translated and became invalid.
Changes
es/create/text.mdx: change mint enlaces-rotos back to mint broken-links to match the actual CLI command (consistent with create/text.mdx, fr/create/text.mdx, and zh/create/text.mdx).
Context
Scope for this run was the four create/text.mdx files touched by #6309 (the LaTeX styling key fix). Reviewed all four for spelling, grammar, duplicate words, broken markdown, and frontmatter issues; the only clear error was a translated CLI command in the Spanish copy, which would fail if a reader runs it verbatim.
Note
Low Risk
Single-line documentation correction with no runtime, auth, or data impact.
Overview
Fixes the Spanish Enlaces rotos example so readers run the real Mintlify CLI subcommand instead of a translated string that would fail.
In es/create/text.mdx, the bash snippet is updated from mint enlaces-rotos to mint broken-links, matching create/text.mdx and other locales where CLI command names stay in English.
Reviewed by Cursor Bugbot for commit 16335a0. Bugbot is set up for automated code reviews on this repo. Configure here.
💡 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
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
Restore the literal CLI command
mint broken-linksin the Spanish "Format text" page; the command name was inadvertently translated and became invalid.Changes
es/create/text.mdx: changemint enlaces-rotosback tomint broken-linksto match the actual CLI command (consistent withcreate/text.mdx,fr/create/text.mdx, andzh/create/text.mdx).Context
Scope for this run was the four
create/text.mdxfiles touched by #6309 (the LaTeX styling key fix). Reviewed all four for spelling, grammar, duplicate words, broken markdown, and frontmatter issues; the only clear error was a translated CLI command in the Spanish copy, which would fail if a reader runs it verbatim.Note
Low Risk
Single-line documentation correction with no runtime, auth, or data impact.
Overview
Fixes the Spanish Enlaces rotos example so readers run the real Mintlify CLI subcommand instead of a translated string that would fail.
In
es/create/text.mdx, the bash snippet is updated frommint enlaces-rotostomint broken-links, matchingcreate/text.mdxand other locales where CLI command names stay in English.Reviewed by Cursor Bugbot for commit 16335a0. Bugbot is set up for automated code reviews on this repo. Configure here.