Skip to content

Commit ff5a367

Browse files
committed
refresh of editor permissions page to include more clarifiying questions
1 parent c451053 commit ff5a367

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

advanced/dashboard/permissions.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,25 @@
22
title: 'Editor Permissions'
33
description: 'Allow more members of your team to update your docs'
44
---
5+
<Note>
6+
Currently, we only support GitHub as a way to manage editor permissions. We are working on implementing role-based access control (RBAC) in the dashbaord to allow users to set an admin who has special permissions such as inviting users.
7+
</Note>
58

6-
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.
79

8-
If another editor attempts to update the docs while on the free plan, you will see a warning in your git commit check.
10+
## Who is an editor and what permissions do they have?
11+
An editor means the user has access to the web editor, can trigger updates on Github and generate preview deployments (if your plan includes this feature).
12+
13+
## How do I add an editor?
14+
You can add a new editor or a user by going to the [dashboard](https://dashboard.mintlify.com) and clicking on `Invite Members` in the sidebar..
15+
<Warning>
16+
The `Hobby` plan only allows 1 editor. If another editor attempts to update the docs while on this plan, you will see a warning in your git commit check.
917

1018
<Frame>
1119
<img className="rounded-md" src="/images/editor-gate.png" />
1220
</Frame>
1321

1422
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.
1523

16-
Learn more about our pricing [here](https://mintlify.com/pricing).
24+
</Warning>
25+
26+

0 commit comments

Comments
 (0)