> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-update-mintlify-cc-domain.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Editor overview

> Create, edit, and publish documentation in your browser with real-time team collaboration, automatic saving, live previews, and continuous Git sync.

<img className="block dark:hidden my-0 pointer-events-none" src="https://mintcdn.com/mintlify-update-mintlify-cc-domain/MSVu5wfYqO0B6Bmk/images/editor/editor-light.png?fit=max&auto=format&n=MSVu5wfYqO0B6Bmk&q=85&s=6a6368dc2d6270b29603c63a0dbaa0cb" alt="Decorative image of the web editor in light mode" 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-update-mintlify-cc-domain/MSVu5wfYqO0B6Bmk/images/editor/editor-dark.png?fit=max&auto=format&n=MSVu5wfYqO0B6Bmk&q=85&s=0fb2136f333d182c67e54f94253e9e92" alt="Decorative image of the web editor in dark mode" width="1184" height="320" data-path="images/editor/editor-dark.png" />

The editor keeps your content in sync with your Git repository and lets your whole team edit together in real time.

## How the editor works

**Changes save automatically.** As you type, the editor saves changes. Your work persists across tabs, devices, and network interruptions.

**Git stays in sync.** When someone else pushes changes to your repository from outside the editor, those changes appear in the editor automatically. You don't need to pull or refresh. The editor merges non-conflicting changes and highlights anything that needs your attention.

**Publishing writes to Git.** When you publish, the editor commits your changes to your repository. On a deployment branch, this updates your live site immediately. On a feature branch, it creates a pull request.

**Your team edits together.** Multiple people can edit the same page simultaneously. Live cursors show who is editing and where.

## Explore the editor

<Card title="Branching and publishing" icon="git-branch" horizontal href="/editor/branching-and-publishing">
  How branches and protection rules determine what happens when you publish, and how to manage the pull request review process.
</Card>

<Card title="Create and edit pages" icon="notebook-pen" horizontal href="/editor/pages">
  Everything you need to add new and update existing pages.
</Card>

<Card title="Organize navigation" icon="list-tree" horizontal href="/editor/navigation">
  Reorder pages and manage site structure.
</Card>

<Card title="Configurations" icon="settings" horizontal href="/editor/configurations">
  Configure your site's branding, colors, and features.
</Card>

<Card title="Keyboard shortcuts" icon="keyboard" horizontal href="/editor/keyboard-shortcuts">
  Speed up your workflow with keyboard shortcuts.
</Card>
