docs: note 50 MB media upload limit in editor#5870
Open
mintlify[bot] wants to merge 2 commits into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Adds a note to the editor docs that individual media uploads are capped at 50 MB, so users know what to expect when uploading large images or GIFs.
Changes
editor/pages.mdxunder Add media explaining the 50 MB per-file limit and suggesting compression or external hosting for larger assets.Context
The upstream change enables direct-to-S3 uploads from the web editor and enforces a 50 MB cap on each upload. The new upload mechanism is internal infrastructure, but the size limit is user-visible — users hitting it in the editor need to know the cap and the workaround.
Note
Low Risk
Documentation-only updates that adjust stated upload limits and add guidance; no functional or security-sensitive code changes.
Overview
Documents the 50 MB per-file upload limit for editor media uploads by adding a
Notecallout under Add media ineditor/pages.mdx.Updates the Spanish and French media docs (
es/editor/media.mdx,fr/editor/media.mdx) to reflect the new 50 MB max for images/videos (from 20 MB) and adds matching guidance to compress large files or host externally and embed by URL.Reviewed by Cursor Bugbot for commit e6a2e56. Bugbot is set up for automated code reviews on this repo. Configure here.