Migrate documentation to Mintlify and configure 301 redirects (#15502)
## 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
This commit is contained in:
@@ -190,8 +190,8 @@ Below are workflow examples you could roll out to connect Twenty with the rest o
|
||||
- Use HTTPS for all external API calls
|
||||
- Be mindful of API rate limits - use scheduled workflows when possible
|
||||
- Consider batch updates "On a Schedule" when real-time processing isn't required
|
||||
- Remember the 100 concurrent workflow limit per workspace - use "Bulk" availability for manual triggers when processing multiple records (see [Workflow Features](/user-guide/section/workflows/workflow-features) for details)
|
||||
- Remember the 100 concurrent workflow limit per workspace - use "Bulk" availability for manual triggers when processing multiple records (see [Workflow Features](/user-guide/workflows/workflow-features) for details)
|
||||
- Test with sample data before activating workflows
|
||||
|
||||
For troubleshooting integration issues, see our [Workflow Troubleshooting](/user-guide/section/workflows/workflow-troubleshooting) guide. For help implementing complex integrations, consider our [Professional Services](/user-guide/section/workflows/professional-services).
|
||||
For troubleshooting integration issues, see our [Workflow Troubleshooting](/user-guide/workflows/workflow-troubleshooting) guide. For help implementing complex integrations, consider our [Professional Services](/user-guide/workflows/professional-services).
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ Examples of what you can automate internally:
|
||||
- **Sales processes**: Stage-based updates, churn management, stale opportunity alerts
|
||||
- **Productivity**: Weekly task reminders, meeting follow-ups, cross-object field synchronization
|
||||
|
||||
For detailed examples and step-by-step guidance, see our [Internal Automations](/user-guide/section/workflows/internal-automations) guide.
|
||||
For detailed examples and step-by-step guidance, see our [Internal Automations](/user-guide/workflows/internal-automations) guide.
|
||||
|
||||
|
||||
## 2. External Integrations
|
||||
@@ -43,10 +43,10 @@ Examples of what you can integrate:
|
||||
- **Data ingestion**: Webform submissions, product data sync, meeting notes, data enrichment
|
||||
- **Data distribution**: Newsletter management, email sequences, lead scoring, invoice generation
|
||||
|
||||
For detailed integration patterns and implementation guidance, see our [External Tool Integration](/user-guide/section/workflows/external-tool-integration) guide.
|
||||
For detailed integration patterns and implementation guidance, see our [External Tool Integration](/user-guide/workflows/external-tool-integration) guide.
|
||||
|
||||
### What if I don't want to build those connections?
|
||||
We offer [Professional Services](/user-guide/section/workflows/professional-services) to help you create the automations you need.
|
||||
We offer [Professional Services](/user-guide/workflows/professional-services) to help you create the automations you need.
|
||||
Depending on the scope of your project, we will suggest an [Onboarding pack](https://twenty.com/onboarding-packages) or we will put you in contact with our certified implementation partners. They can create your data model, migrate your data, build your workflows.
|
||||
|
||||
### I'm not sure the connection I need is feasible
|
||||
|
||||
@@ -146,6 +146,6 @@ Below are workflow examples you could roll out to automate repetitive tasks to r
|
||||
- Update Record to add country code if missing
|
||||
|
||||
|
||||
For more complex automation needs, consider our [Professional Services](/user-guide/section/workflows/professional-services) or explore [External Tool Integration](/user-guide/section/workflows/external-tool-integration).
|
||||
For more complex automation needs, consider our [Professional Services](/user-guide/workflows/professional-services) or explore [External Tool Integration](/user-guide/workflows/external-tool-integration).
|
||||
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ If you need more credits beyond your plan allocation:
|
||||
- **Minimize HTTP Requests**: Use efficient search criteria and combine operations where possible
|
||||
- **Batch Processing**: Use bulk operations and Iterator actions efficiently
|
||||
- **Error Handling**: Implement proper error handling to prevent unnecessary retries
|
||||
- **Manual Trigger Optimization**: For manual triggers, choose `Bulk` availability to process multiple records in a single workflow run (see [Workflow Features](/user-guide/section/workflows/workflow-features) for details)
|
||||
- **Manual Trigger Optimization**: For manual triggers, choose `Bulk` availability to process multiple records in a single workflow run (see [Workflow Features](/user-guide/workflows/workflow-features) for details)
|
||||
|
||||
### Action Optimization
|
||||
- Use basic internal operations when possible (lower credit consumption)
|
||||
|
||||
@@ -269,5 +269,5 @@ A **Run** is a record of workflow execution containing:
|
||||
- **Update Management**: Test changes in draft before activation
|
||||
- **Team Coordination**: Document workflows for team members
|
||||
|
||||
For practical examples of these features in action, see our [Internal Automations](/user-guide/section/workflows/internal-automations) and [External Tool Integration](/user-guide/section/workflows/external-tool-integration) guides.
|
||||
For practical examples of these features in action, see our [Internal Automations](/user-guide/workflows/internal-automations) and [External Tool Integration](/user-guide/workflows/external-tool-integration) guides.
|
||||
|
||||
|
||||
@@ -103,12 +103,12 @@ If you don't see the Workflows section, this is due to a permissions issue. Cont
|
||||
## Getting Help
|
||||
|
||||
### Self-Service Resources
|
||||
- Review [Workflow Features](/user-guide/section/workflows/workflow-features) for technical details
|
||||
- Check [Workflow Credits](/user-guide/section/workflows/workflow-credits) for optimization tips
|
||||
- Explore [Internal Automations](/user-guide/section/workflows/internal-automations) and [External Tool Integration](/user-guide/section/workflows/external-tool-integration) for examples
|
||||
- Review [Workflow Features](/user-guide/workflows/workflow-features) for technical details
|
||||
- Check [Workflow Credits](/user-guide/workflows/workflow-credits) for optimization tips
|
||||
- Explore [Internal Automations](/user-guide/workflows/internal-automations) and [External Tool Integration](/user-guide/workflows/external-tool-integration) for examples
|
||||
|
||||
### Professional Support
|
||||
- Contact our [Professional Services](/user-guide/section/workflows/professional-services) for complex troubleshooting
|
||||
- Contact our [Professional Services](/user-guide/workflows/professional-services) for complex troubleshooting
|
||||
- Reach out to support via contact@twenty.com for technical assistance
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user