Documentation quality check: editor tutorial + invalid MDX fix - #7468
Merged
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ethanpalm
reviewed
Sep 23, 2026
ethanpalm
reviewed
Sep 23, 2026
ethanpalm
approved these changes
Sep 23, 2026
This branch was successfully deployed
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
Reviewed 14 English MDX pages changed since the last run and filled the two highest-cost reader gaps: missing prerequisites in the editor tutorial and missing "how to locate the broken page" guidance in the invalid-MDX help-center article.
Changes
editor/tutorial.mdx(tutorial)Identified gaps:
Added:
Prerequisitesinfo callout linking to/editorfor access and to/dashboard/rolesfor the admin/editor role requirement, noting that viewers can edit and comment but not publish or request review./guides/branches#delete-a-branchfor discarding a branch.help-center/publish-button-disabled-invalid-mdx.mdx(how-to)Identified gaps:
Added:
/organize/pages#page-metadata./editor/agent.Also worth reviewing
These pages had smaller, mostly low-severity gaps that didn't warrant edits this run:
editor/agent.mdx— plan availability and data-handling notes for the agent aren't stated. Left unfixed: pricing/plan and privacy details aren't verifiable from the docs or reference repos.editor/collaborate.mdx— no explicit resolve/reopen flow for comment threads, no stated concurrent-editor limit, no comment-panel filtering/navigation docs.editor/index.mdx— merge conflicts are mentioned as "flagged" but the resolution UX isn't explained or linked.editor/keyboard-shortcuts.mdx— "suggesting mode" is used without a gloss; no note on whether shortcuts are customizable.editor/pages.mdx— no stated size limit for non-media uploads in the Files section.editor/publish.mdx— no troubleshooting section for publish failures, no in-page rollback guidance.editor/review.mdx— no explicit fallback (use preview deployments) for sites with unsupported live-preview auth types.editor/settings.mdx— PR-instructions scope (per-user vs. deployment) isn't stated; behavior at the 20,000-character limit isn't described.guides/branches.mdx— no in-page guidance for recovering a deleted branch or resolving merge conflicts.poc-onboarding.mdx— pricing/scope and post-POC next steps aren't covered.cli/commands.mdx— exit codes aren't consistently documented per command; runtime prerequisites (Node/OS) aren't listed on the page.automations/create.mdx— no gaps identified.Note
Low Risk
Documentation-only MDX edits with no application or security impact.
Overview
This PR fills documentation gaps in the editor tutorial and the invalid MDX help article, with matching updates in es, fr, and zh.
The editor tutorial now opens with an Info callout on who can publish (admin/editor vs viewer) and links to roles; localized tutorials also list editor access and a link to the web editor overview. Step 1 adds how to discard a branch via Delete branch and points to the branches guide.
The invalid-MDX help page adds a Find the affected page section (use the publish menu’s changed-file list and source mode), frontmatter YAML fix tips with a link to page metadata, and clearer agent guidance (defaults to the open page; can repair all broken pages on the branch). Some locale files normalize agent section headings to
##.Reviewed by Cursor Bugbot for commit 0e21320. Bugbot is set up for automated code reviews on this repo. Configure here.