If you don’t see a Publish button, your deployment has auto publish turned on and your edits go live automatically. If you don’t see a branch selector, show the branch selector.
Pending changes
The editor tracks the following as pending changes:- Content edits in pages
- New or deleted pages
- Navigation structure changes
- Media uploads
- Configuration updates
What happens when you publish
- Publish: Commits and deploys your changes to your live site immediately.
- Save in branch: Commits your changes to the feature branch without merging to your deployment branch.
- Create branch: Moves your pending changes to a new feature branch when you’re on a protected deployment branch.
- Create pull request: Opens a pull request targeting your deployment branch.
Your live site updates after Mintlify builds and deploys your changes. This typically takes 30 seconds to a few minutes. Check the deployment status on your dashboard.
When to use a branch
Edit directly on your deployment branch if you do not use a Git-based workflow. Create a branch if each change goes through review before it reaches your live site. To create a branch, click the branch name in the editor toolbar, select Create new branch, enter a name, then click Create branch.Creating a branch while you have unpublished changes prompts you to bring those changes with you or leave them behind. Changes you leave behind stay on the original branch. Switching to an existing branch doesn’t prompt you, and unsaved changes are lost. Save your work before switching. See Work with branches.