Files
twenty/packages/twenty-docs/l/fr/developers/introduction.mdx
T
2353bc62cc i18n - docs translations (#17433)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-26 07:11:01 +01:00

24 lines
936 B
Plaintext

---
title: Prise en main
description: Bienvenue dans la documentation pour développeurs de Twenty, vos ressources pour étendre, auto-héberger et contribuer à Twenty.
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={3}>
<Card href="/l/fr/developers/extend/extend" img="/images/user-guide/integrations/plug.png">
<CardTitle>Étendre</CardTitle>
Créez des intégrations avec des API, des webhooks et des applications personnalisées.
</Card>
<Card href="/l/fr/developers/self-host/self-host" img="/images/user-guide/what-is-twenty/20.png">
<CardTitle>Auto-héberger</CardTitle>
Déployez et gérez Twenty sur votre propre infrastructure.
</Card>
<Card href="/l/fr/developers/contribute/contribute" img="/images/user-guide/github/github-header.png">
<CardTitle>Contribuer</CardTitle>
Rejoignez notre communauté open source et contribuez à Twenty.
</Card>
</CardGroup>