mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
23 lines
942 B
Text
23 lines
942 B
Text
---
|
|
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={3}>
|
|
<Card href="/l/cs/developers/extend/extend" img="/images/user-guide/integrations/plug.png">
|
|
<CardTitle>Rozšiřte</CardTitle>
|
|
Vytvářejte integrace pomocí API, webhooků a vlastních aplikací.
|
|
</Card>
|
|
|
|
<Card href="/l/cs/developers/self-host/self-host" img="/images/user-guide/what-is-twenty/20.png">
|
|
<CardTitle>Hostujte sami</CardTitle>
|
|
Nasaďte a spravujte Twenty na vlastní infrastruktuře.
|
|
</Card>
|
|
|
|
<Card href="/l/cs/developers/contribute/contribute" img="/images/user-guide/github/github-header.png">
|
|
<CardTitle>Přispějte</CardTitle>
|
|
Připojte se k naší open-source komunitě a přispívejte do Twenty.
|
|
</Card>
|
|
</CardGroup>
|