diff --git a/advanced/dashboard/permissions.mdx b/advanced/dashboard/permissions.mdx index d39d099a..9a54aacf 100644 --- a/advanced/dashboard/permissions.mdx +++ b/advanced/dashboard/permissions.mdx @@ -3,14 +3,14 @@ title: 'Editor Permissions' description: 'Allow more members of your team to update your docs' --- -The team member who created your initial docs will have update access to your docs, as long as they push to your documentation repo with the same GitHub account that was used while signing up for Mintlify. +An editor has access to your dashboard and web editor. -If another editor attempts to update the docs while on the free plan, you will see a warning in your git commit check. +Anyone can contribute to your documentation by working locally and pushing changes to your repository, but there are key differences in how changes get deployed: - - - +* **Editor changes**: When an editor publishes through the web editor or merges a pull request into your docs repository, changes deploy to your live site automatically. +* **Non-editor changes**: When a non-editor merges a pull request into your repository, you must manually trigger a deployment from your dashboard for those changes to appear on your live site. -In the details of the git check warning, you'll find the link to upgrade your plan. You can also upgrade your plan on the [dashboard](https://dashboard.mintlify.com) to enable unlimited editors to update your docs. Once you upgrade your plan, trigger a manual update or push another change to deploy your updates. +## Add editors +By default, the team member who created your Mintlify organization has editor access. Add additional editors in the [Members](https://dashboard.mintlify.com/settings/organization/members) page of your dashboard. -Learn more about our pricing [here](https://mintlify.com/pricing). +Editor seats are billed based on usage, and you can have as many editors as you need. See our [pricing page](https://mintlify.com/pricing) for more details. diff --git a/editor.mdx b/editor.mdx index f7fa4958..6b7ca53b 100644 --- a/editor.mdx +++ b/editor.mdx @@ -113,12 +113,10 @@ Markdown mode provides direct access to the underlying MDX code of your document ## Publishing - Publishing directly updates your configured deployment branch. For collaborative workflows, consider using branches and pull requests instead. + Publishing from your main branch updates your live site immediately. To review changes before they go live, work on a separate branch and use pull requests. -When you're ready to make your changes live, click the **Publish** button in the top-right corner of the web editor. - -Your changes will be deployed to your production site immediately. +When you're ready to make your changes live, select the **Publish** button in the top-right corner of the web editor.