154fb4665e
Created by Github action <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds a full French documentation set covering developers (API, webhooks, backend/frontend, self‑hosting) and user guide (CRM essentials, data model, workflows, settings, integrations, pricing, reporting). > > - **Docs (FR i18n)**: > - **Developers**: Add `API`, `Webhooks`, backend (best practices, custom objects, feature flags, architecture, commands, Zapier), frontend (best practices, architecture, commands, hotkeys, style guide, Storybook, Figma), self‑hosting (Docker Compose, upgrade guide, cloud providers), introduction. > - **User Guide**: Add getting started (what is Twenty, create/configure workspace, migration, import/export), CRM essentials (contacts/accounts, pipelines, views), data model (objects, fields, relations, table views), collaboration (emails/calendars, notes, tasks), integrations API (overview, integrations), workflows (getting started, features, credits, internal automations, services), settings (profile, permissions, members, domains, releases, email/calendar setup), pricing (billing/FAQ), reporting overview, resources (GitHub, glossary), introduction. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9ba8c2457156e8d25bf41c055731acface4b5277. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions <github-actions@twenty.com> Co-authored-by: Félix Malfait <felix@twenty.com>
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
---
|
|
title: Vue d'ensemble
|
|
description: Documentation technique pour les contributeurs et développeurs travaillant avec Twenty
|
|
---
|
|
|
|
## Commencer
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Local Setup" href="/developers/local-setup" img="/images/user-guide/fields/field.png">
|
|
Le guide pour les contributeurs (ou les développeurs curieux) qui veulent exécuter Twenty localement (sur un ordinateur portable, PC...)
|
|
</Card>
|
|
|
|
<Card title="Self-Hosting" href="/developers/self-hosting/docker-compose" img="/images/user-guide/integrations/plug.png">
|
|
Apprenez à héberger Twenty sur votre propre serveur
|
|
</Card>
|
|
|
|
<Card title="API and Webhooks" href="/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
|
|
APIs REST et GraphQL, webhooks et intégrations
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Contribution
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Bugs and Requests" href="/developers/bug-and-requests" img="/images/user-guide/api/api.png">
|
|
Demandez de l'aide sur GitHub ou Discord
|
|
</Card>
|
|
|
|
<Card title="Frontend Development" href="/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
|
|
Commandes frontales, Figma, Meilleures pratiques React...
|
|
</Card>
|
|
|
|
<Card title="Backend Development" href="/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
|
|
NestJS, Objets personnalisés, Files d'attente...
|
|
</Card>
|
|
</CardGroup> |