## 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: Začínáme
|
|
description: Vítejte v dokumentaci pro vývojáře Twenty, která je vaším zdrojem informací pro rozšiřování, vlastní hostování a přispívání do Twenty.
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
<CardGroup cols={2}>
|
|
<Card href="/l/cs/developers/api" icon="code">
|
|
<CardTitle>API</CardTitle>
|
|
Dotazujte a upravujte data CRM pomocí REST nebo GraphQL.
|
|
</Card>
|
|
|
|
<Card href="/l/cs/developers/webhooks" icon="bell">
|
|
<CardTitle>Webhooks</CardTitle>
|
|
Přijímejte oznámení v reálném čase při výskytu událostí.
|
|
</Card>
|
|
|
|
<Card href="/l/cs/developers/apps/apps" icon="puzzle-piece">
|
|
<CardTitle>Apps</CardTitle>
|
|
Vytvářejte vlastní aplikace rozšiřující možnosti Twenty.
|
|
</Card>
|
|
|
|
<Card href="/l/cs/developers/self-host/self-host" icon="desktop">
|
|
<CardTitle>Hostujte sami</CardTitle>
|
|
Nasaďte a spravujte Twenty na vlastní infrastruktuře.
|
|
</Card>
|
|
|
|
<Card href="/l/cs/developers/contribute/contribute" icon="github">
|
|
<CardTitle>Přispějte</CardTitle>
|
|
Připojte se k naší open-source komunitě a přispívejte do Twenty.
|
|
</Card>
|
|
</CardGroup>
|