From dc53e36490d0ef30c473df2db283d03939ee0489 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 05:20:37 +0000 Subject: [PATCH 1/2] Document branch diff list in web editor publish panel Generated-By: mintlify-agent --- editor/git-essentials.mdx | 2 +- editor/publish.mdx | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/editor/git-essentials.mdx b/editor/git-essentials.mdx index 1b9da3341..d5809f5dd 100644 --- a/editor/git-essentials.mdx +++ b/editor/git-essentials.mdx @@ -52,7 +52,7 @@ These are the Git concepts you'll encounter most often when using the web editor Occurs when two people change the same part of a file differently. The editor helps resolve any conflicts that occur on your branches. - A comparison showing the differences between two versions of a file. When reviewing pull requests, diffs highlight exactly what changed. + A comparison showing the differences between two versions of a file. When reviewing pull requests, diffs highlight exactly what changed. The web editor can show diffs for individual files when you review branch changes before publishing. diff --git a/editor/publish.mdx b/editor/publish.mdx index d32caed34..ad41ed4fc 100644 --- a/editor/publish.mdx +++ b/editor/publish.mdx @@ -54,6 +54,14 @@ When you work on a feature branch, save changes to the branch. To discard changes, click **Undo changes** beside a filename in the files changed dropdown. +## Review branch changes + +When you work on a feature branch, the publish panel shows all file changes between your branch and the deployment branch under **Saved in branch**. This includes changes saved by you and any teammates working on the same branch. + +Click a file in the list to open a diff view showing what changed. Documentation files open in a visual diff, and other file types open in a source diff. Use this to review the full scope of changes on a branch before publishing. + +Files that can't display a diff, such as images or removed files, appear in the list but aren't clickable. + ## Publish your changes Click **Publish** in the toolbar. Depending on your workflow, your changes deploy immediately or create a pull request for you to merge in your Git provider. If you are on a feature branch, save your changes before publishing. From 64c8730e94fa877458703e509f266b1f5e4603a8 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:06:03 -0700 Subject: [PATCH 2/2] Apply suggestion from @ethanpalm --- editor/publish.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/publish.mdx b/editor/publish.mdx index ad41ed4fc..a06d05ed2 100644 --- a/editor/publish.mdx +++ b/editor/publish.mdx @@ -58,7 +58,7 @@ To discard changes, click **Undo changes** beside a filename in the files change When you work on a feature branch, the publish panel shows all file changes between your branch and the deployment branch under **Saved in branch**. This includes changes saved by you and any teammates working on the same branch. -Click a file in the list to open a diff view showing what changed. Documentation files open in a visual diff, and other file types open in a source diff. Use this to review the full scope of changes on a branch before publishing. +Click a file in the list to open a diff view showing changes between the branch and published content. Documentation files open in a visual diff, and other file types open in a source diff. Use this to review the full scope of changes on a branch before publishing. Files that can't display a diff, such as images or removed files, appear in the list but aren't clickable.