> ## Documentation Index
> Fetch the complete documentation index at: https://www.mintlify.com/docs/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/GiucHIlvP3i5L17o/images/editor/editor-light.png?fit=max&auto=format&n=GiucHIlvP3i5L17o&q=85&s=0579093c2743bb8f55c4f81bece9e902" 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/GiucHIlvP3i5L17o/images/editor/editor-dark.png?fit=max&auto=format&n=GiucHIlvP3i5L17o&q=85&s=09938d1ca65739f048de43183a5bbaab" 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>


## Related topics

- [Quickstart](/docs/quickstart.md)
- [Roles](/docs/dashboard/roles.md)
- [Configurations](/docs/editor/configurations.md)
