mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
c492d0780f
* docs: document web editor branch list visibility rule and workarounds * docs: add fr/es/zh translations for branch visibility updates * docs: correct editor branch list rule and scope the URL workaround 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> * Apply suggestion from @ethanpalm --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>