Update from code changes: Markdown-only editor sidebar default - #7271
Open
mintlify[bot] wants to merge 2 commits into
Open
Update from code changes: Markdown-only editor sidebar default#7271mintlify[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
The editor Workspace sidebar now lists only Markdown pages (
.mdand.mdx) by default. Images, videos, PDFs, code, spec and data files,docs.json, and dotfiles are hidden until you turn on Show all files (⌘⇧. / Ctrl+Shift+.). Assets remain insertable through the image and video pickers, which read from the full repository. Shipped in https://github.com/mintlify/mint/pull/10717Changes
/editor/pages: replaced the old hidden-files blocklist description with the Markdown-only default, and updated the media reuse guidance to use the/image//videopicker or Show all files before dragging from the sidebar/editor/settings: updated the Show all files setting description to match the new behavior/editor/keyboard-shortcuts: updated the Show all files shortcut annotationes,fr, andzhtranslationsNote
Low Risk
Documentation-only updates with no runtime or API changes.
Overview
Updates editor documentation (English plus es, fr, and zh) to match the product change where the Home sidebar shows only
.md/.mdxpages until Show all files is enabled.Home and Publishing copy now states the Markdown-only default and lists what stays hidden (media, specs like
openapi.yaml,docs.json, dotfiles,README.md, etc.) instead of the previous per-extension blocklist. Add media no longer tells users to drag from the navigation tree by default; it points to the/imageand/videopickers, with sidebar drag only after Show all files. Settings and keyboard shortcuts refresh the Show all files descriptions to the same model.Reviewed by Cursor Bugbot for commit 59fb2d8. Bugbot is set up for automated code reviews on this repo. Configure here.