Document dragging media from navigation tree#5697
Merged
Conversation
Generated-By: mintlify-agent
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ethanpalm
reviewed
May 8, 2026
ethanpalm
approved these changes
May 8, 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
The web editor now lets you drag image and video files from the navigation tree directly onto a page to embed them inline, instead of inserting a link to the file. This works for the same media formats supported by upload (PNG, JPG, JPEG, GIF, WebP, SVG, MP4, WebM) and is a faster way to reuse assets that already live in your project.
Changes
editor/pages.mdxto mention the navigation tree as a drag source for inserting media in visual mode.Note
Low Risk
Low risk documentation-only update that clarifies editor behavior for dragging media from the navigation tree; no product code changes.
Overview
Updates the web editor docs (
editor/pages.mdx) to clarify that in Visual mode users can drag image/video files from the navigation tree onto a page to embed them inline (including listing the supported media formats).Adds a short note in the Add media section describing reusing existing project assets via navigation-tree drag-and-drop.
Reviewed by Cursor Bugbot for commit 3a5f3cf. Bugbot is set up for automated code reviews on this repo. Configure here.