9f97be67b1
## Summary Completes the migration of all documentation from twenty-website to a new Mintlify-powered documentation site at docs.twenty.com. ## Changes Made ### New Package: `twenty-docs` - ✅ Created new Mintlify documentation package - ✅ Migrated 95 content pages (user-guide, developers, twenty-ui) - ✅ Migrated 81 images - ✅ Converted all custom components to Mintlify native components - ✅ Configured navigation with 2 tabs and 94 pages - ✅ Added Helper AI Agent with searchArticles tool for docs search ### Updated: `twenty-website` - ✅ Added 11 redirect rules (301 permanent) in next.config.js - ✅ Removed all documentation content (111 files) - ✅ Removed documentation routes (user-guide, developers, twenty-ui) - ✅ Removed documentation components (9 files) - ✅ Updated keystatic.config.ts - ✅ Preserved all marketing/release pages ### Updated: Core Files - ✅ Updated README.md - docs links point to docs.twenty.com - ✅ Updated CONTRIBUTING.md - code quality link updated - ✅ Updated SupportDropdown.tsx - user guide link updated - ✅ Updated Footer.tsx - user guide link updated
40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
---
|
|
title: Member Management
|
|
info: "Invite team members and control workspace access for your Twenty workspace."
|
|
image: /images/user-guide/setup/members.png
|
|
sectionInfo: Configure your Twenty workspace settings and preferences
|
|
---
|
|
<Frame>
|
|
<img src="/images/user-guide/setup/members.png" alt="Header" />
|
|
</Frame>
|
|
|
|
## Invite New Members
|
|
|
|
### Using the Invite Link
|
|
1. Go to **Settings → Members**
|
|
2. Copy the workspace invite link
|
|
3. Share the link with new team members
|
|
4. They'll receive access once they sign up
|
|
|
|
### Direct Email Invitation
|
|
1. Go to **Settings → Members**
|
|
2. Enter the person's email address
|
|
3. Click **Invite**
|
|
4. They'll receive an email invitation
|
|
|
|
## Remove Members
|
|
|
|
### Delete a Member
|
|
1. Go to **Settings → Members**
|
|
2. Find the member you want to remove
|
|
3. Click the delete/remove button next to their name
|
|
4. Confirm the removal
|
|
|
|
**Note**: Removed members lose access immediately but can be re-invited later.
|
|
|
|
## Need Help?
|
|
|
|
For role and permission management, check the [Permissions article](/user-guide/settings/permissions).
|
|
|
|
|