Reorganizing by Feature sections
Capabilities folders to give an overview of each feature
How-Tos folders to give guidance for advanced customizations
Reorganized the Developers section as well, moving the API sub section
there
added some new visuals and videos to illustrate the How-Tos articles
checked the typos, the links and added a section at the end of the
doc.json file to redirect existing links to the new ones (SEO purpose +
continuity of the user experience)
What I have not updated is the "l" folder that, per my understanding,
contains the translation of the User Guide - that I only edited in
English
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is
generating a summary for commit
5301502a32. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@twenty.com>
Co-authored-by: Abdul Rahman <ar5438376@gmail.com>
Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
65 lines
2.4 KiB
Plaintext
65 lines
2.4 KiB
Plaintext
---
|
|
title: Discover Twenty
|
|
description: Welcome to Twenty User Guide, your resources for advanced configurations and best practices.
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
<CardGroup cols={3}>
|
|
<Card href="/user-guide/getting-started/capabilities/what-is-twenty" img="/images/user-guide/api/api.png">
|
|
<CardTitle>Discover Twenty</CardTitle>
|
|
Learn what Twenty is and how it can help your business.
|
|
</Card>
|
|
|
|
<Card href="/user-guide/data-model/overview" img="/images/user-guide/fields/custom_data_model.png">
|
|
<CardTitle>Data Model</CardTitle>
|
|
Customize your data model to fit your business processes.
|
|
</Card>
|
|
|
|
<Card href="/user-guide/data-migration/overview" img="/images/user-guide/import-export-data/cloud.png">
|
|
<CardTitle>Data Migration</CardTitle>
|
|
Import and export your data via CSV or API.
|
|
</Card>
|
|
|
|
<Card href="/user-guide/calendar-emails/overview" img="/images/user-guide/emails/emails_header.png">
|
|
<CardTitle>Calendar & Emails</CardTitle>
|
|
Centralize your team's meetings and emails.
|
|
</Card>
|
|
|
|
<Card href="/user-guide/workflows/overview" img="/images/user-guide/workflows/workflow.png">
|
|
<CardTitle>Workflows</CardTitle>
|
|
Automate processes and integrate with external tools.
|
|
</Card>
|
|
|
|
<Card href="/user-guide/ai/overview" img="/images/user-guide/workflows/robot.png">
|
|
<CardTitle>AI</CardTitle>
|
|
Enhance your team with AI agents.
|
|
</Card>
|
|
|
|
<Card href="/user-guide/views-pipelines/overview" img="/images/user-guide/table-views/table_pink.png">
|
|
<CardTitle>Views & Pipelines</CardTitle>
|
|
Organize your data with actionable views and pipelines.
|
|
</Card>
|
|
|
|
<Card href="/user-guide/dashboards/overview" img="/images/user-guide/reporting/pie-chart.png">
|
|
<CardTitle>Dashboards</CardTitle>
|
|
Real-time insights to track performance.
|
|
</Card>
|
|
|
|
<Card href="/user-guide/permissions-access/overview" img="/images/user-guide/permissions/permissions.png">
|
|
<CardTitle>Permissions & Access</CardTitle>
|
|
Manage roles and access to Twenty.
|
|
</Card>
|
|
|
|
<Card href="/user-guide/billing/overview" img="/images/user-guide/setup/pricing.png">
|
|
<CardTitle>Billing</CardTitle>
|
|
Understand how Twenty pricing and billing works.
|
|
</Card>
|
|
|
|
<Card href="/user-guide/settings/overview" img="/images/user-guide/setup/settings.png">
|
|
<CardTitle>Settings</CardTitle>
|
|
Configure your workspace preferences.
|
|
</Card>
|
|
|
|
</CardGroup>
|