Document Copy link action in web editor#5699
Closed
mintlify[bot] wants to merge 1 commit intomainfrom
Closed
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.
|
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 has a Copy link action on pages (replacing the previous Copy path action). Right-clicking a page in the navigation copies a direct link to the page in the editor that teammates with editor access can open. Pasting the copied link into another page on the same branch automatically converts it into an internal link to the target page, using the page's title as link text.
Changes
editor/pages.mdxunder Manage pages, explaining what the action does, when to use it (sharing with teammates, creating internal links), and the same-branch limitation.Verified locally with
mint broken-links(no broken links).Note
Low Risk
Low risk documentation-only change with no product logic or API behavior modifications.
Overview
Documents the web editor’s new
Copy linkpage action ineditor/pages.mdx, including when to use it (sharing deep links with teammates and quickly cross-linking pages).Updates the visual-mode Insert a link shortcut tip to note that pasting a copied page link on the same branch is automatically converted into an internal link, and calls out the same-org/project/branch limitation.
Reviewed by Cursor Bugbot for commit 6df92b7. Bugbot is set up for automated code reviews on this repo. Configure here.