Documentation quality check: fix prerequisite and clarity gaps - #7252
Open
mintlify[bot] wants to merge 2 commits into
Open
Documentation quality check: fix prerequisite and clarity gaps#7252mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
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 Automations 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
Quality review of the 27 English MDX pages changed in the last day surfaced real gaps on 5 pages; each fix is verified against the codebase or existing docs.
Changes
cli/commands.mdxmint testsection omitted prerequisites; the command fails withoutmint loginand an installed agent SDK (verified inmintTest.tsxandloadAgentSdk.ts).automations/create.mdxautomations/integrations.mdxagent/slack.mdxandautomations/index.mdxboth gate integrations on Enterprise.editor/agent.mdxeditor/index.mdx.search-index/connect.mdxindexSetup/clients.ts).Also worth reviewing
api-playground/adding-sdk-examples.mdx: could note that any generator writingx-codeSamplesworks (Stainless page now redirects here).deploy/gitlab.mdx: webhook section could link to/deploy/preview-deploymentsand/deploy/gitlab-self-hosted.help-center/configure-oauth-with-auth0.mdx: intro anchor/deploy/authentication-setup#oauth-2-0doesn't match a real heading (content is in a Tab).deploy/vercel.mdx: basic/docsflow lacks a verification step.Open gaps left unfixed (unverifiable)
ai/model-context-protocol.mdx: contradicts itself on whether the authenticated MCP server is auto-enabled or needs manual enabling; correct behavior couldn't be confirmed from the reference repos.editor/pages.mdx: whether trashed pages can be restored is undocumented and unverifiable.automations/manage.mdx: whether predefined automations are deletable from the dashboard is ambiguous and unverifiable.migration/document360.mdx: no HTML/JSON→MDX conversion method exists to document without recommending unverified external tooling.Note
Low Risk
Documentation-only changes with no application code, auth, or data-handling impact.
Overview
This PR tightens documentation accuracy after a quality pass: plan gates,
mint testbehavior, editor publish flow, and Index manual setup for all supported agents. The same edits are mirrored in es, fr, and zh where those pages exist.Automations — Custom automation prerequisites now state Pro/Enterprise (Enterprise for the Integration trigger). The integrations page adds an Enterprise callout so plan requirements match other automation docs.
CLI (
mint test) — The command is described as generating and running tests with a local coding agent, not only generating them. New Prerequisites covermint loginand Claude/Codex SDK installs; output docs explain the run summary line and exit codes 0/1.Editor agent — Clarifies that agent edits auto-save on the branch but do not go live until publish, avoiding the impression that branch edits ship immediately.
Mintlify Index (
search-index/connect) — Manual setup intro is generalized beyond Claude/Cursor. New tabs document MCP config for VS Code, Codex, OpenCode, Windsurf, and Zed (paths and config shapes).Reviewed by Cursor Bugbot for commit 4c3477c. Bugbot is set up for automated code reviews on this repo. Configure here.