packages/twenty-docs/MIGRATION.md
public/images/mint.json configuration with tabs and nested navigation<ArticleWarning> → <Warning><ArticleLink href="...">text</ArticleLink> → [text](...)<ArticleEditContent> → Removed (not needed)Some components may need additional conversion:
<ArticleTabs> - Mintlify uses <Tabs> componentpackages/twenty-docs/
├── mint.json # Main configuration
├── user-guide/
│ ├── getting-started/ # 7 files
│ ├── data-model/ # 6 files
│ ├── crm-essentials/ # 4 files
│ ├── views/ # 2 files
│ ├── workflows/ # 7 files
│ ├── collaboration/ # 3 files
│ ├── integrations-api/ # 3 files
│ ├── reporting/ # 1 file
│ ├── settings/ # 9 files
│ ├── pricing/ # 1 file
│ └── resources/ # 2 files
├── developers/
│ ├── self-hosting/ # 5 files
│ ├── api-and-webhooks/ # 2 files
│ ├── frontend-development/ # 8 files
│ ├── backend-development/ # 7 files
│ ├── local-setup.mdx
│ └── bug-and-requests.mdx
└── public/
└── images/ # 81 images
Start the local Mintlify dev server:
npx nx run twenty-docs:dev
Open http://localhost:3000 to preview all migrated documentation.
To deploy to Mintlify:
packages/twenty-docs