New to the editor? Start with the tutorial.
Create a branch, make a change, share a preview, and publish.
How the editor works
Changes save automatically, but saving is separate from publishing. As you type, the editor stores your work. Your changes persist across tabs, devices, and network interruptions. For any changes to reach your live site, you must publish them. Publishing writes to Git. When you publish, the editor commits your changes to your repository. If you publish to your deployment branch, this updates your live site immediately. On a feature branch, you can save changes to the branch or open a pull request for review. Nothing on a feature branch reaches your live site until it merges into your deployment branch. Git stays in sync. When someone pushes to your repository, those changes appear automatically. You don’t need to pull or refresh. The editor merges non-conflicting changes and flags anything that needs your attention. Your team edits together. Multiple people can edit the same page at once, with live cursors showing who is working where. Comments and suggestions are visible to everyone.Editor layout
- Top bar: Use the top bar to control what branch you work on, access the agent, preview, and publish changes.
- Sidebar: Use the sidebar to select pages to edit, create new pages, and manage your site structure.
- Home: The file tree for your project. Pages in Personal are private to you. Pages in Workspace are public to your organization.
- Publishing: The navigation structure for your site. Organize pages as you want them to appear in your site.