docs: document expanded editor file support and blocked uploads#5872
Closed
mintlify[bot] wants to merge 2 commits into
Closed
docs: document expanded editor file support and blocked uploads#5872mintlify[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
Documents the web editor's expanded support for source code, configuration, and plaintext files, along with the new behavior for unsupported binaries and the deny-list of executable formats.
Changes
editor/pages.mdxlisting the newly supported extension categories (data/config, web, JS/TS, other languages, shell, query/schema, diffs/logs).exe,msi,dll,dmg,pkg,deb,rpm,apk,jar,iso, …) that the editor refuses to upload or fetch.Context
Reflects the upstream editor change that expands editable extensions and blocks executable uploads.
Note
Low Risk
Documentation-only updates that describe editor behavior; no runtime code changes or data/security logic modified.
Overview
Adds an Edit source and config files section to the editor docs (EN/ES/FR) describing which additional source/config/plaintext extensions open in the source editor.
Documents new handling for unsupported files: common binaries show No preview available, while executable/installer formats are explicitly blocked from upload and are never fetched from the repo.
Reviewed by Cursor Bugbot for commit 5b9ffc3. Bugbot is set up for automated code reviews on this repo. Configure here.