Skip to content

Update from support feedback: editor branch list visibility rule - #7171

Merged
ethanpalm merged 5 commits into
mainfrom
mintlify/9d3f2eae
Aug 31, 2026
Merged

ethanpalm merged 5 commits into
mainfrom
mintlify/9d3f2eae

Conversation

@mintlify

@mintlify mintlify Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents that the web editor branch dropdown intentionally lists only branches created in the editor or branches with an open PR/MR targeting the deployment branch. Several users this week believed branches pushed directly to GitHub/GitLab were deleted when they stopped appearing in the dropdown. Adds the rule and both workarounds (open a PR/MR, or swap the branch name in the editor URL) to the branches guide, plus a help center article for the "my branch disappeared" symptom.

Changes

  • guides/branches.mdx: state the branch dropdown visibility rule and workarounds in the "Switch branches" section
  • help-center/branch-missing-from-editor-branch-list.mdx: new article covering the symptom, the rule, and both workarounds
  • docs.json: register the new help center page

Support context


Note

Low Risk
Documentation-only changes with no impact on product behavior, auth, or data handling.

Overview
Documents why repo branches can be missing from the web editor branch dropdown and how users can still work on them, addressing support cases where teams thought branches were deleted.

Adds a new help center article that explains the dropdown only shows editor-created branches (without merged/closed PRs) and branches with an open PR/MR targeting the deployment branch, plus exclusions (direct Git pushes, merged/closed PRs, wrong target branch, fork PRs). It covers workarounds: open a same-repo PR for full editor support, or change the branch segment in the editor URL with limited functionality until a PR exists.

The Work with branches guide’s “Switch branches” web editor section now states the same visibility rule and links to the help article. docs.json registers the new help center page in navigation.

Reviewed by Cursor Bugbot for commit 47cf596. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify

mintlify Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview Aug 28, 2026, 4:26 PM

@mintlify

mintlify Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
tomee 🟡 Building Aug 28, 2026, 4:24 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

The visibility rule as first written covered only branches pushed
directly to a Git provider. Verified against the editor branch code:
records are also soft-deleted when a pull request is merged or closed
(editorBranch.service.ts), the list defaults to PR states none/draft/open
(editorBranch.validators.ts), and cross-repository (fork) pull requests
are filtered out. Those cases match the support threads about branches
disappearing after publishing, so document them.

Also scope the URL workaround: without an editor branch record,
autocommit is skipped, the branch diff fails, and rename/delete return
404. It is a view-and-edit fallback, not an equivalent to opening a
pull request.

Drop the hand-written es/fr/zh pages and locale nav entries; those are
generated after merge.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Comment thread guides/branches.mdx Outdated
@ethanpalm
ethanpalm merged commit c492d07 into main Aug 31, 2026
2 checks passed
@ethanpalm
ethanpalm deleted the mintlify/9d3f2eae branch August 31, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant