## 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.2 KiB
Plaintext
34 lines
1.2 KiB
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={2}>
|
|
<Card href="/l/de/developers/api" icon="code">
|
|
<CardTitle>API</CardTitle>
|
|
Abfragen und modifizieren Sie Ihre CRM-Daten mit REST oder GraphQL.
|
|
</Card>
|
|
|
|
<Card href="/l/de/developers/webhooks" icon="bell">
|
|
<CardTitle>Webhooks</CardTitle>
|
|
Erhalten Sie Echtzeit-Benachrichtigungen bei Ereignissen.
|
|
</Card>
|
|
|
|
<Card href="/l/de/developers/apps/apps" icon="puzzle-piece">
|
|
<CardTitle>Apps</CardTitle>
|
|
Erstellen Sie benutzerdefinierte Anwendungen, die die Möglichkeiten von Twenty erweitern.
|
|
</Card>
|
|
|
|
<Card href="/l/de/developers/self-host/self-host" icon="desktop">
|
|
<CardTitle>Selbst hosten</CardTitle>
|
|
Stellen Sie Twenty auf Ihrer eigenen Infrastruktur bereit und verwalten Sie es.
|
|
</Card>
|
|
|
|
<Card href="/l/de/developers/contribute/contribute" icon="github">
|
|
<CardTitle>Mitwirken</CardTitle>
|
|
Treten Sie unserer Open-Source-Community bei und tragen Sie zu Twenty bei.
|
|
</Card>
|
|
</CardGroup>
|