From ba68c8e83795015ec191e147b323acb97e16304c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 02:46:30 +0000 Subject: [PATCH] fix: repair broken editor settings and collaborate anchors --- changelog.mdx | 2 +- editor/pages.mdx | 2 +- editor/review.mdx | 2 +- zh/changelog.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index fb9f88d1f..6a5e8fe43 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -10,7 +10,7 @@ noindex: true ## Editor and collaboration - **Editor branches:** When you create a branch, the editor now creates a draft pull request and autosaves changes to Git. You can rename or delete branches, discard autosaved changes, and move pending changes to a new branch. The branch menu is ordered by recent activity, uses per-user branch names, and shows cleaner `Draft ` names for automatically generated branches. See [Branching and publishing](/editor/publish). - - **Pull requests open as drafts by default:** The editor now opens new pull requests in draft state so you can share a preview URL without signaling that the change is ready to merge. Change this on the [editor settings](/editor/settings#create-draft-pull-requests-by-default) page. + - **Pull requests open as drafts by default:** The editor now opens new pull requests in draft state so you can share a preview URL without signaling that the change is ready to merge. Change this on the [editor settings](/editor/settings) page. - **GitLab merge requests:** Merge requests opened in GitLab now sync into editor branches, matching the existing GitHub behavior. - **Streamlined editor navigation:** The editor has a new breadcrumbs row, consolidated page and share controls, sticky sidebar section headers, and a dedicated bottom bar for settings and **Ask agent**. Site settings open as editor pages instead of a modal. Mobile navigation now uses a simplified top bar and panel-based sidebar for smaller screens. - **Page access and comments:** Request edit access to a private or protected page from the editor and review requests in an approval modal. Comment cards now show profile pictures, and @mentions link to the mentioned user. diff --git a/editor/pages.mdx b/editor/pages.mdx index 9be78797f..7b804ccc9 100644 --- a/editor/pages.mdx +++ b/editor/pages.mdx @@ -13,7 +13,7 @@ The editor workspace is split into two tabs: **Home** and **Publishing**. **Publishing** is your published site. It shows the navigation your visitors see, along with your site settings. -Home hides some files by default including `docs.json`, files and folders whose names start with a dot, files with no extension, all-caps Markdown files like `README.md`, and `.css`, `.js`, `.jsx`, `.mjs`, `.cjs`, and `.pdf` files. To see all files, turn on [Show all files](/editor/settings#appearance) or press Cmd + Shift + . (macOS) or Ctrl + Shift + . (Windows). +Home hides some files by default including `docs.json`, files and folders whose names start with a dot, files with no extension, all-caps Markdown files like `README.md`, and `.css`, `.js`, `.jsx`, `.mjs`, `.cjs`, and `.pdf` files. To see all files, turn on [Show all files](/editor/settings) or press Cmd + Shift + . (macOS) or Ctrl + Shift + . (Windows). ## Create a page diff --git a/editor/review.mdx b/editor/review.mdx index 7406a2174..570062f19 100644 --- a/editor/review.mdx +++ b/editor/review.mdx @@ -11,7 +11,7 @@ Preview your changes before they reach your live site, then review and merge the Live preview renders your site as you edit, with no build step. Click the live preview button in the top bar. -To edit site settings and see how they affect your content, click **Site settings** in the preview toolbar, then select a configuration section. This menu is unavailable if you have [Open live preview in new tab](/editor/settings#appearance) enabled. +To edit site settings and see how they affect your content, click **Site settings** in the preview toolbar, then select a configuration section. This menu is unavailable if you have [Open live preview in new tab](/editor/settings) enabled. To open the [agent](/editor/agent) beside the preview, click **Ask agent** in the preview toolbar. Only editors and admins can use the agent in live previews. diff --git a/zh/changelog.mdx b/zh/changelog.mdx index 5a178e2e0..7a8965aac 100644 --- a/zh/changelog.mdx +++ b/zh/changelog.mdx @@ -1550,7 +1550,7 @@ noindex: true ## Web 编辑器功能改进 - * 在编辑器工具栏中新增[可分享的预览链接](/zh/editor/collaborate#share-previews)。 + * 在编辑器工具栏中新增[可分享的预览链接](/zh/editor/review#preview-deployments)。 * 更新了[发布工作流](/zh/editor/publish),支持一键发布或创建拉取请求 (PR;亦称“合并请求”/Merge Request) 。 * 使用 Web 编辑器进行文档编辑不再要求必须通过 GitHub 登录。