Branches are a feature of version control that point to specific commits in your repository. Your deployment branch, usually calledDocumentation Index
Fetch the complete documentation index at: https://omer-914cc1c6.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
main, represents the content that is used to build your live documentation. All other branches are independent of your live docs unless you choose to merge them into your deployment branch.
Branches let you create separate instances of your documentation to make changes, get reviews, and try new approaches before publishing. Your team can work on branches to update different parts of your documentation at the same time without affecting what users see on your live site until you publish any changes.
We recommend always working from branches when updating documentation to keep your live site stable and enable review workflows.
Creating a branch
- Select the branch name in the editor toolbar (usually
mainby default). - Select New Branch.
- Enter a descriptive name for your branch like
update-getting-startedorfix-api-examples. - Select Create Branch.
Saving changes on a branch
To save your changes on a branch, select the Save Changes button in the top-right corner of the editor. This creates a commit and pushes your work to your branch.Switching branches
- Select the branch name in the editor toolbar.
- Select the branch you want to switch to from the dropdown menu.