## 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: Rozšiřte
|
|
description: Rozšiřte funkčnost Twenty pomocí rozhraní API, webhooků a vlastních aplikací.
|
|
redirect: /developers/introduction
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/integrations/plug.png" alt="AI" />
|
|
</Frame>
|
|
|
|
## Přehled
|
|
|
|
Twenty je navrženo tak, aby bylo rozšiřitelné. Použijte naše rozhraní API, webhooky a aplikační framework k integraci se svými stávajícími nástroji a k vytváření vlastní funkčnosti.
|
|
|
|
## Co můžete dělat
|
|
|
|
* **API**: Programově dotazujte a upravujte svá CRM data pomocí REST nebo GraphQL
|
|
* **Webhooky**: Dostávejte oznámení v reálném čase, když v Twenty dojde k událostem
|
|
* **Aplikace**: Vytvářejte vlastní aplikace, které rozšiřují možnosti Twenty - Již brzy!
|
|
|
|
## Začínáme
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="API" icon="kód" href="/l/cs/developers/api">
|
|
Programově se připojte k Twenty
|
|
</Card>
|
|
<Card title="Webhooky" icon="bell" href="/l/cs/developers/webhooks">
|
|
Dostávejte oznámení o událostech v reálném čase
|
|
</Card>
|
|
<Card title="Aplikace" icon="puzzle-piece" href="/l/cs/developers/apps/apps">
|
|
Vytvářejte přizpůsobení jako kód (Alpha)
|
|
</Card>
|
|
</CardGroup>
|