From 26d7f20a77cf717834a6aa70b0ae4f7a2de61e72 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:48:17 +0000 Subject: [PATCH] Document copy branch name button in editor Generated-By: mintlify-agent --- editor/branching-and-publishing.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editor/branching-and-publishing.mdx b/editor/branching-and-publishing.mdx index 3fa407488..ef87ff7a8 100644 --- a/editor/branching-and-publishing.mdx +++ b/editor/branching-and-publishing.mdx @@ -73,6 +73,10 @@ If there are no pending changes, the publish and save actions are disabled. Switching branches while you have unpublished changes will prompt you to bring those changes to the new branch or leave them behind. Changes left behind remain on your original branch. + + To copy a branch name, hover over the branch in the dropdown and click the copy icon. This is useful when sharing the branch with teammates or referencing it in a pull request. + + ## Preview your changes Every time you save changes to a feature branch, Mintlify builds a preview deployment—a temporary URL where your changes render exactly as they look when published.