> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-docs-automation-github-pr-review.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 编辑器概览

> 在浏览器中创建、编辑和发布文档，支持团队实时协作、自动保存、实时预览以及与 Git 持续同步。

<img className="block dark:hidden my-0 pointer-events-none" src="https://mintcdn.com/mintlify-docs-automation-github-pr-review/KLiX8zhx79rgKAt4/images/editor/editor-light.png?fit=max&auto=format&n=KLiX8zhx79rgKAt4&q=85&s=c92d3903450be234c04f876554cbb406" alt="浅色模式下的 Web 编辑器装饰性图像" width="1184" height="320" data-path="images/editor/editor-light.png" />

<img className="hidden dark:block my-0 pointer-events-none" src="https://mintcdn.com/mintlify-docs-automation-github-pr-review/KLiX8zhx79rgKAt4/images/editor/editor-dark.png?fit=max&auto=format&n=KLiX8zhx79rgKAt4&q=85&s=9a0559d5eb74eef1a49062b1738469aa" alt="深色模式下的 Web 编辑器装饰性图像" width="1184" height="320" data-path="images/editor/editor-dark.png" />

编辑器让你的内容与 Git 仓库保持同步，并让整个团队可以实时协同编辑。

<div id="how-the-editor-works">
  ## 编辑器的工作原理
</div>

**更改自动保存。** 你在输入时，编辑器会自动保存更改。你的工作会在不同标签页、设备以及网络中断后持续保留。

**Git 持续保持同步。** 当他人从编辑器之外向你的仓库推送更改时，这些更改会自动出现在编辑器中。你无需拉取或刷新。编辑器会自动合并无冲突的更改，并突出显示需要你关注的内容。

**发布会写入 Git。** 当你发布时，编辑器会将你的更改提交到你的仓库。在部署 branch 上，这会立即更新你的线上站点。在功能 branch 上，则会创建一个拉取请求。

**团队协同编辑。** 多人可以同时编辑同一个页面。实时光标会显示谁在哪里进行编辑。

<div id="explore-the-editor">
  ## 探索编辑器
</div>

<Card title="Branching and publishing" icon="git-branch" horizontal href="/zh/editor/publish">
  了解 branch 和保护规则如何决定你在发布时发生的行为，以及如何管理拉取请求审查流程。
</Card>

<Card title="创建和编辑页面" icon="notebook-pen" horizontal href="/zh/editor/pages">
  添加新页面和更新现有页面所需的一切。
</Card>

<Card title="组织导航" icon="list-tree" horizontal href="/zh/editor/navigation">
  重新排序页面并管理站点结构。
</Card>

<Card title="配置" icon="settings" horizontal href="/zh/editor/configurations">
  配置站点品牌、配色和功能。
</Card>

<Card title="键盘快捷键" icon="keyboard" horizontal href="/zh/editor/keyboard-shortcuts">
  使用键盘快捷键加快你的工作流程。
</Card>
