mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
0b777ec048
* Update index.mdx
* add images
* update tutorial
* Update git-essentials.mdx
* Update pages.mdx
* Update branching-and-publishing.mdx
* Update keyboard-shortcuts.mdx
* Update live-preview.mdx
* Create agent.mdx
* Update docs.json
* remove orphaned pages
* Update settings.mdx
* Update pages.mdx
* 💅
* update configurations
57 lines
3.0 KiB
Plaintext
57 lines
3.0 KiB
Plaintext
---
|
|
title: "Editor overview"
|
|
sidebarTitle: "Overview"
|
|
description: "Create, edit, and publish content in your browser with real-time team collaboration, automatic saving, live previews, and continuous Git sync."
|
|
keywords: ["editor", "visual", "collaborative", "web editor"]
|
|
---
|
|
|
|
<Card title="New to the editor? Start with the tutorial." icon="graduation-cap" horizontal href="/editor/tutorial">
|
|
A step-by-step walkthrough: create a branch, make a change, share a preview, and publish.
|
|
</Card>
|
|
|
|
## How the editor works
|
|
|
|
**Changes save automatically.** As you type, the editor saves your draft. Your work persists across tabs, devices, and network interruptions. Changes only go live when you publish them.
|
|
|
|
**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.
|
|
|
|
## The editor layout
|
|
|
|
<Frame>
|
|
<img src="/images/editor/editor-layout-light.png" alt="Screenshot of the editor showing the branch selector, ask agent button, publish button, navigation sidebar, and top bar." className="block dark:hidden" />
|
|
<img src="/images/editor/editor-layout-dark.png" alt="Screenshot of the editor showing the branch selector, ask agent button, publish button, navigation sidebar, and top bar." className="hidden dark:block" />
|
|
</Frame>
|
|
|
|
- **Top bar**: Use the top bar to control what branch you work on, access the agent, preview, and publish changes.
|
|
- **Navigation sidebar**: Select a page to edit, create new pages, and manage the site structure.
|
|
|
|
## 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="Ask agent" icon="sparkles" horizontal href="/editor/agent">
|
|
Edit pages, search your content, modify settings, and configure your site from a chat interface.
|
|
</Card>
|
|
|
|
<Card title="Create and edit pages" icon="notebook-pen" horizontal href="/editor/pages">
|
|
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">
|
|
Save time with keyboard shortcuts.
|
|
</Card>
|