You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the editor docs to reflect that the slash menu no longer has separate /youtube, /loom, and /vimeo commands — /embed now handles all three.
Changes
editor/pages.mdx: Rewrote the "Embed external media" section to instruct users to type /embed and paste a YouTube, Loom, or Vimeo URL. Noted that youtube, yt, loom, and vimeo are slash menu search aliases for Embed, and that custom HTML is still available via Manual embed.
es/editor/pages.mdx, fr/editor/pages.mdx, zh/editor/pages.mdx: Updated the corresponding bullet in the editor overview pages.
es/editor/media.mdx, fr/editor/media.mdx, zh/editor/media.mdx: Rewrote the "Embed" section the same way, and removed a duplicated paragraph about manual embeds.
Context
Follows mintlify/mint#8119, which removed the standalone YouTube, Loom, and Vimeo slash commands and added them as search aliases on the existing Embed command.
Note
Low Risk
Documentation-only updates to editor how-to pages; no product code or runtime behavior changes.
Overview Editor docs now describe a single /embed flow for YouTube, Loom, and Vimeo instead of separate /youtube, /loom, and /vimeo slash commands.
In English (editor/pages.mdx), the “Embed external media” section is rewritten: users type /embed, paste a provider URL for auto-detection and iframe generation, and can still use Manual embed for custom HTML. The doc also notes that searching the slash menu for youtube, yt, loom, or vimeo surfaces Embed.
The same guidance is applied in Spanish, French, and Chinese on the editor overview bullets (*/editor/pages.mdx) and the dedicated media “Embed” sections (*/editor/media.mdx), including removal of duplicate manual-embed paragraphs in those locales.
Reviewed by Cursor Bugbot for commit 04f369a. Bugbot is set up for automated code reviews on this repo. Configure here.
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
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
Update the editor docs to reflect that the slash menu no longer has separate
/youtube,/loom, and/vimeocommands —/embednow handles all three.Changes
editor/pages.mdx: Rewrote the "Embed external media" section to instruct users to type/embedand paste a YouTube, Loom, or Vimeo URL. Noted thatyoutube,yt,loom, andvimeoare slash menu search aliases for Embed, and that custom HTML is still available via Manual embed.es/editor/pages.mdx,fr/editor/pages.mdx,zh/editor/pages.mdx: Updated the corresponding bullet in the editor overview pages.es/editor/media.mdx,fr/editor/media.mdx,zh/editor/media.mdx: Rewrote the "Embed" section the same way, and removed a duplicated paragraph about manual embeds.Context
Follows mintlify/mint#8119, which removed the standalone YouTube, Loom, and Vimeo slash commands and added them as search aliases on the existing Embed command.
Note
Low Risk
Documentation-only updates to editor how-to pages; no product code or runtime behavior changes.
Overview
Editor docs now describe a single
/embedflow for YouTube, Loom, and Vimeo instead of separate/youtube,/loom, and/vimeoslash commands.In English (
editor/pages.mdx), the “Embed external media” section is rewritten: users type/embed, paste a provider URL for auto-detection and iframe generation, and can still use Manual embed for custom HTML. The doc also notes that searching the slash menu foryoutube,yt,loom, orvimeosurfaces Embed.The same guidance is applied in Spanish, French, and Chinese on the editor overview bullets (
*/editor/pages.mdx) and the dedicated media “Embed” sections (*/editor/media.mdx), including removal of duplicate manual-embed paragraphs in those locales.Reviewed by Cursor Bugbot for commit 04f369a. Bugbot is set up for automated code reviews on this repo. Configure here.