183d034716
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 5301502a32856e5b45d7ef30253fa7db6dc55233. 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>
24 lines
852 B
Plaintext
24 lines
852 B
Plaintext
---
|
|
title: Getting Started
|
|
description: Welcome to Twenty Developer Documentation, your resources for extending, self-hosting, and contributing to Twenty.
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
<CardGroup cols={3}>
|
|
<Card href="/developers/extend/extend" img="/images/user-guide/integrations/plug.png">
|
|
<CardTitle>Extend</CardTitle>
|
|
Build integrations with APIs, webhooks, and custom apps.
|
|
</Card>
|
|
|
|
<Card href="/developers/self-host/self-host" img="/images/user-guide/what-is-twenty/20.png">
|
|
<CardTitle>Self-Host</CardTitle>
|
|
Deploy and manage Twenty on your own infrastructure.
|
|
</Card>
|
|
|
|
<Card href="/developers/contribute/contribute" img="/images/user-guide/github/github-header.png">
|
|
<CardTitle>Contribute</CardTitle>
|
|
Join our open-source community and contribute to Twenty.
|
|
</Card>
|
|
</CardGroup>
|