diff --git a/apps/docs/docs/editor/_category_.json b/apps/docs/docs/editor/_category_.json index d886c2e2f..a81e24873 100644 --- a/apps/docs/docs/editor/_category_.json +++ b/apps/docs/docs/editor/_category_.json @@ -1,4 +1,4 @@ { "label": "Editor", - "position": 2 + "position": 3 } diff --git a/apps/docs/docs/workspace/_category_.json b/apps/docs/docs/workspace/_category_.json new file mode 100644 index 000000000..49c9278e8 --- /dev/null +++ b/apps/docs/docs/workspace/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Workspace", + "position": 2 +} diff --git a/apps/docs/docs/workspace/add-members-and-guests.md b/apps/docs/docs/workspace/add-members-and-guests.md new file mode 100644 index 000000000..3a2877c8b --- /dev/null +++ b/apps/docs/docs/workspace/add-members-and-guests.md @@ -0,0 +1,37 @@ +--- +sidebar_position: 2 +--- + +# Add members and guests + +There are several ways users can interact with a Notion workspace: + +- Admins: admins who can manage workspace settings, delete a workspace, and manage other admins, members, and guests. + +- Members: People on your team who can create and edit Notion pages, but not edit settings or add members. + +- Guests: People external to your team who you want to work with on specific typebots. They can be invited to individual typebots, but not an entire workspace. They can't be given workspace-wide access. They must be invited to individual typebots to view them. + +## How to invite admins and members + +In your workspace, click on the **Settings & Members** button and then the **Members** tab. + +You will see your Workspace members list: + +Members list + +There you can invite new admins or members and set existing members as admins. + +## How to invite guests + +In your typebot, click on the **Invite users to collaborate** icon button. + +You will see the guests list and who has access to this particular typebot. + +Guests list + +Guests can either: + +- View the typebot: they will be able to view the flow and the results but they will not be able to modify the flow. + +- Edit the typebot: they will be able to view **AND** edit the flow and the results diff --git a/apps/docs/docs/workspace.mdx b/apps/docs/docs/workspace/overview.mdx similarity index 96% rename from apps/docs/docs/workspace.mdx rename to apps/docs/docs/workspace/overview.mdx index 4f62a8ef9..6c8caceb7 100644 --- a/apps/docs/docs/workspace.mdx +++ b/apps/docs/docs/workspace/overview.mdx @@ -1,5 +1,7 @@ --- sidebar_position: 1 +title: Overview +slug: /workspace --- # Workspace diff --git a/apps/docs/static/img/workspace/guests.png b/apps/docs/static/img/workspace/guests.png new file mode 100644 index 000000000..03f43a546 Binary files /dev/null and b/apps/docs/static/img/workspace/guests.png differ