Created by Github action Pulls the latest documentation translations from Crowdin for all supported languages: - French (fr) - Arabic (ar) - Czech (cs) - German (de) - Spanish (es) - Italian (it) - Japanese (ja) - Korean (ko) - Portuguese (pt) - Romanian (ro) - Russian (ru) - Turkish (tr) - Chinese (zh-CN) --------- Co-authored-by: github-actions <github-actions@twenty.com>
24 lines
867 B
Plaintext
24 lines
867 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="/l/cs/developers/extend/extend" img="/images/user-guide/integrations/plug.png">
|
|
<CardTitle>Extend</CardTitle>
|
|
Build integrations with APIs, webhooks, and custom apps.
|
|
</Card>
|
|
|
|
<Card href="/l/cs/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="/l/cs/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>
|