Documentation quality check: fix config keys, URLs, and gaps - #7311
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
- Updated index.mdx Mintlify-Source: dashboard-editor
Resolve conflicts in editor/agent.mdx and its es/fr/zh translations: keep main's broadened dashboard page-awareness sentence (#7307) alongside this branch's new plan-availability line. Restore index.mdx from main, dropping the stray dashboard-editor commit (40ac9a6) that blanked the homepage body. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
ethanpalm
reviewed
Sep 10, 2026
ethanpalm
reviewed
Sep 10, 2026
ethanpalm
approved these changes
Sep 10, 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
Quality review of the 64 English MDX pages changed in the last 24 hours found five pages with real gaps or incorrect instructions; this PR fixes them.
Changes
integrations/analytics/overview.mdx"apiKey"for Hightouch, but the config schema and client requirewriteKey. Copying the snippet silently breaks the integration.writeKey(verified against the validation schema, the client analytics service, and the dedicated Hightouch page).search-index/connect.mdxhttps://index.mintlify.comwhile the CLI writeshttps://index.mintlify.com/mcp, so readers verifying or configuring manually hit a mismatch./mcpendpoint the CLI uses.editor/publish.mdxeditor/agent.mdxcredits.mdx).components/view.mdxtitleprop description implied it's configured elsewhere.Viewtitles on the page (duplicates ignored, untitled views not rendered) and reworded thetitleprop description.Also worth reviewing
Lower-severity gaps found but not fixed (cap of five pages per run):
components/code-groups.mdx: Properties section omits thedropdownprop documented in prose.components/color.mdx: frontmatter promises click-to-copy but the body never mentions it.components/fields.mdxandcomponents/responses.mdx: no pointer toExpandablefor nested properties.dashboard/security-contact.mdx: doesn't say the setting is admin-only.editor/settings.mdx: intro scope labels ("Publishing") don't match any page heading.deploy/gitlab.mdx: mentions MR previews without linking/deploy/preview-deployments.integrations/analytics/segment.mdx: no link to the tracked events list.organize/settings-integrations.mdx:cookiesfields lack a purpose description.ai/bring-your-own-model.mdx: "fixed set of models" and "reduced rate" are never quantified. Left as an open gap: the exact discount interacts with fixed action pricing in ways not verifiable from the docs alone.Note
Low Risk
Documentation-only changes; they correct misleading setup and workflow text without touching application code.
Overview
Documentation fixes across English and localized (
es,fr,zh) pages so setup instructions match product behavior and schemas.Integrations & Index: Hightouch in the analytics overview now documents
writeKeyinstead ofapiKey, consistent with the Hightouch integration page. All Mintlify Index MCP examples (CLI, Cursor deeplink, VS Code, Codex, OpenCode, Windsurf, Zed) now usehttps://index.mintlify.com/mcpinstead of the root URL.Editor: The publish guide clarifies that unpublished-change prompts apply only when creating a branch; switching to an existing branch does not prompt and can lose unsaved work, with a link to the branches guide. Localized editor agent pages note the agent is on Pro and Enterprise and does not use credits.
View component: Docs state the multi-view dropdown is built from each
View’stitleon the page (duplicates ignored, untitled views not rendered), and thetitleproperty description no longer implies a separately configured dropdown.Reviewed by Cursor Bugbot for commit 89eacfd. Bugbot is set up for automated code reviews on this repo. Configure here.