Documentation quality check: fill gaps in recently updated pages#6733
Open
mintlify[bot] wants to merge 2 commits into
Open
Documentation quality check: fill gaps in recently updated pages#6733mintlify[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 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
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
Two-phase quality review of English MDX files updated between 2026-07-23 and 2026-07-24 found five pages with reader questions the page couldn't answer. This PR fills those gaps.
Changes
agent/slack.mdx### Disconnect the agentsubsection with dashboard and Slack-side removal steps and a note about in-progress runs.automations/create.mdxautomations/manage.mdx## Delete an automationsection with dashboard steps, a note about the action being permanent, a callout that predefined automations can only be disabled, and a pointer tomint automations delete.cli/commands.mdx/cli/installat the top of the page.mint broken-linksandmint a11ydidn't document CI exit-code behavior even though the other CI-relevant commands do.cli/index.mdxPages reviewed with no gaps requiring changes:
ai/markdown-export.mdx,ai/mintlify-mcp.mdx,ai/model-context-protocol.mdx,api-playground/sdk-reference-setup.mdx,automations/index.mdx,automations/integrations.mdx,create/reusable-snippets.mdx,deploy/self-host.mdx,optimize/analytics.mdx,optimize/feedback.mdx,organize/navigation.mdx.Validation
mint validate— passedmint broken-links— passedNote
Low Risk
MDX documentation and translation parity only; no application code, APIs, or infrastructure changes.
Overview
This PR closes reader gaps on recently updated docs by adding missing procedural and reference detail in English and mirroring the same updates in es, fr, and zh.
Slack agent — New Disconnect the agent steps cover dashboard disconnect, removing the app in Slack, and behavior for in-progress runs.
Custom automations — The create flow now spells out sandbox capabilities and limits (read repos, integrations, MDX/PRs vs. no arbitrary network/shell) and inline field descriptions for Name, Trigger, Instructions, context repos, Integrations, and Update mode. Manage automations adds a Delete an automation section (permanent deletion, predefined automations, dashboard +
mint automations delete).CLI — The commands reference links to install at the top;
mint broken-linksandmint a11ydocument non-zero exit codes for CI. The CLI overview states npm install and Node.js v20.17.0+ with a link to the install page. Minor frontmatter tweaks on some automation pages.Reviewed by Cursor Bugbot for commit 829e469. Bugbot is set up for automated code reviews on this repo. Configure here.