Files
twenty/packages/twenty-docs/l/de/developers/introduction.mdx
T
982f0c4a4d i18n - docs translations (#18534)
Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
Co-authored-by: Charles Bochet <charles@twenty.com>
2026-03-10 15:57:15 +01:00

24 lines
948 B
Plaintext

---
title: Erste Schritte
description: Willkommen in der Twenty-Entwicklerdokumentation, Ihren Ressourcen für Erweiterungen, Selbsthosting und Beiträge zu Twenty.
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={3}>
<Card href="/l/de/developers/extend/extend" img="/images/user-guide/integrations/plug.png">
<CardTitle>Erweitern</CardTitle>
Erstellen Sie Integrationen mit APIs, Webhooks und benutzerdefinierten Apps.
</Card>
<Card href="/l/de/developers/self-host/self-host" img="/images/user-guide/what-is-twenty/20.png">
<CardTitle>Selbst hosten</CardTitle>
Stellen Sie Twenty auf Ihrer eigenen Infrastruktur bereit und verwalten Sie es.
</Card>
<Card href="/l/de/developers/contribute/contribute" img="/images/user-guide/github/github-header.png">
<CardTitle>Mitwirken</CardTitle>
Treten Sie unserer Open-Source-Community bei und tragen Sie zu Twenty bei.
</Card>
</CardGroup>