## Summary - Restructures the developer Extend documentation: moves API and Webhooks to top-level pages, creates dedicated Apps section with Getting Started, Building, and Publishing pages - Updates navigation structure (`docs.json`, `base-structure.json`, `navigation.template.json`) - Updates translated docs for all locales and LLMS.md references across app packages ## Test plan - [ ] Run `mintlify dev` locally and verify navigation structure - [ ] Check that all links in the Extend section work correctly - [ ] Verify translated pages render properly Made with [Cursor](https://cursor.com) --------- Co-authored-by: github-actions <github-actions@twenty.com>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
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={2}>
|
|
<Card href="/l/fr/developers/api" icon="code">
|
|
<CardTitle>API</CardTitle>
|
|
Interrogez et modifiez vos données CRM avec REST ou GraphQL.
|
|
</Card>
|
|
|
|
<Card href="/l/fr/developers/webhooks" icon="bell">
|
|
<CardTitle>Webhooks</CardTitle>
|
|
Recevez des notifications en temps réel lors d'événements.
|
|
</Card>
|
|
|
|
<Card href="/l/fr/developers/apps/apps" icon="puzzle-piece">
|
|
<CardTitle>Apps</CardTitle>
|
|
Créez des applications personnalisées qui étendent les capacités de Twenty.
|
|
</Card>
|
|
|
|
<Card href="/l/fr/developers/self-host/self-host" icon="desktop">
|
|
<CardTitle>Auto-héberger</CardTitle>
|
|
Déployez et gérez Twenty sur votre propre infrastructure.
|
|
</Card>
|
|
|
|
<Card href="/l/fr/developers/contribute/contribute" icon="github">
|
|
<CardTitle>Contribuer</CardTitle>
|
|
Rejoignez notre communauté open source et contribuez à Twenty.
|
|
</Card>
|
|
</CardGroup>
|