Shipped Channel Updates: document MDX extension preview updates - #7167
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
approved these changes
Aug 28, 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
Updates the Mintlify MDX extension page (and its es/fr/zh translations) to match the latest extension release (v2.1.5).
Changes
mintlify.preview.followScrollsetting withmintlify.preview.followEditorand addedmintlify.preview.port(default3939).es/,fr/, andzh/translations.Context
Triggered by a #shipped post from Justin Torre announcing more VSCode extension updates. Details verified against the published extension manifest and marketplace listing.
Note
Low Risk
Documentation-only changes across localized MDX pages; no runtime or application code affected.
Overview
Updates the Mintlify MDX extension docs (English plus
es,fr, andzh) to reflect recent extension behavior around preview, settings, folding, and diagnostics.Preview documentation now covers the in-editor toolbar (back/forward/reload, address bar, Follow editor), iframe limitations and Open in browser, default preview port 3939 via
mintlify.preview.port, and the Mintlify: Open preview in browser command.Settings replace
mintlify.preview.followScrollwithmintlify.preview.followEditorand document the new port setting. A Folding section describes gutter folding for tags, headings, frontmatter, code blocks, and JSX comments. Diagnostics explicitly mention plain HTML elements like<div>for unclosed/mismatched tags.Reviewed by Cursor Bugbot for commit 5f95958. Bugbot is set up for automated code reviews on this repo. Configure here.