2
0

📝 Migrate from Docusaurus to Mintlify (#1115)

Closes #868
This commit is contained in:
Baptiste Arnaud
2023-12-22 09:13:53 +01:00
committed by GitHub
parent 512bb09282
commit 1e5fa5a575
450 changed files with 49522 additions and 104787 deletions

34
apps/docs/workspace.mdx Normal file
View File

@@ -0,0 +1,34 @@
---
title: Overview
icon: building
---
Everything you do in Typebot takes place in a workspace it's like a home. A workspace has members. It can be only you, your team, or the entire company.
Your plan is tied to your workspace. It means that if you have a Personal Pro workspace and you create a new workspace it will be by default a Free workspace.
You can create as many workspaces as you want.
## Members
<Frame>
<img src="/images/workspace/members.png" alt="Members list" />
</Frame>
Someone is a member of a workspace when he has access to the whole workspace. Once someone is a member of a workspace, he will be will have this workspace visible in his workspaces dropdown:
<Frame>
<img src="/images/workspace/workspaces-dropdown.png" alt="Dropdown" />
</Frame>
## Admins
Administrators are the people who can manage the workspace. Invite new members, check the workspace settings, billing, and more.
## Delete a workspace
You can delete a workspace by navigating to the workspace settings:
<Frame>
<img src="/images/workspace/delete.png" alt="Dropdown" />
</Frame>