Documentation quality check: fix gaps in recently updated pages - #7190
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. |
ethanpalm
reviewed
Aug 31, 2026
ethanpalm
reviewed
Aug 31, 2026
ethanpalm
reviewed
Aug 31, 2026
ethanpalm
approved these changes
Aug 31, 2026
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
Evaluated the 60+ English MDX pages changed since 2026-08-25 against reader questions per Diataxis category, fixed the five pages with real gaps, then mirrored the changes into es, fr, and zh and applied an SEO fix.
Changes
components/mdx.mdx<MDX>do not appear in the page's table of contents. This is wrong: the implementation merges fragment headings into the page TOC in document order (mintcommitf9dbf617,remarkMdxExpandExpressions.ts).editor/settings.mdxeditor/pages.mdxandeditor/review.mdxlink here for specific Appearance toggles, but no Appearance section existed.editor-settings-form.tsxin the dashboard code.create/list-table.mdx- [ ]/- [x]syntax (supported via remark-gfm).ai/bring-your-own-model.mdxandcredits.mdxBYOK_TOKENS_PER_CREDIT_MULTIPLIER = 2inserver/api/utils/billing/mintlifyCredits.ts.reference/glossary.mdx/api-playground/overview.Maintenance pass
es/,fr/, andzh/counterparts, following repo conventions (English-slug<div id>heading wrappers, language-prefixed internal links, UI labels kept in English).ai/bring-your-own-model.mdxdescription from 100 to 139 characters to cover automations and the Enterprise plan requirement; mirrored in all three languages.mint validateandmint broken-linkspass.Gaps left unfixed
editor/pages.mdx: how to delete or move a page is not documented. The editor UI behavior isn't verifiable from the available code, so writing it would risk inventing UI steps.ai/bring-your-own-model.mdx: the exact per-product fallback to Mintlify's models for Anthropic and OpenAI-compatible providers is only partially traceable in server code, so the "some AI products" wording was left as is.Note
Low Risk
Documentation-only edits with no application code, auth, or data-handling changes.
Overview
Corrects several English docs that were wrong or incomplete, then mirrors the same updates into es, fr, and zh.
<MDX>table of contents: The Note now states that headings inside<MDX>do appear in the page TOC (including headings on never-rendered conditional branches), replacing the previous incorrect claim that they are excluded.Editor settings: Adds a dedicated Appearance section with the four personal toggles (full width, breadcrumbs, preview in new tab, show all files), including the 768px default width and keyboard shortcut for showing all files.
Lists: Adds a Task list section to the list/table guide with
- [ ]/- [x]syntax and examples.Glossary: Adds an API playground entry (OpenAPI-generated interactive requests) in English and localized glossaries.
BYOK / credits: Expands BYOK page meta descriptions to mention automations and Enterprise (SEO). Localized credits and BYOK credit sections now say usage is billed at half the standard credit rate instead of a vague “reduced rate.”
Reviewed by Cursor Bugbot for commit 4769f55. Bugbot is set up for automated code reviews on this repo. Configure here.