Files
twenty/packages/twenty-docs/l/tr/developers/introduction.mdx
T
982f0c4a4d i18n - docs translations (#18534)
Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
Co-authored-by: Charles Bochet <charles@twenty.com>
2026-03-10 15:57:15 +01:00

24 lines
934 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Başlarken
description: Twenty Geliştirici Belgeleri'ne hoş geldiniz; Twenty'yi genişletme, kendi altyapınızda barındırma ve Twenty'ye katkıda bulunma için kaynaklarınız.
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={3}>
<Card href="/l/tr/developers/extend/extend" img="/images/user-guide/integrations/plug.png">
<CardTitle>Extend</CardTitle>
API'ler, webhook'lar ve özel uygulamalarla entegrasyonlar oluşturun.
</Card>
<Card href="/l/tr/developers/self-host/self-host" img="/images/user-guide/what-is-twenty/20.png">
<CardTitle>Self-Host</CardTitle>
Twenty'yi kendi altyapınızda dağıtın ve yönetin.
</Card>
<Card href="/l/tr/developers/contribute/contribute" img="/images/user-guide/github/github-header.png">
<CardTitle>Contribute</CardTitle>
Açık kaynak topluluğumuza katılın ve Twenty'ye katkıda bulunun.
</Card>
</CardGroup>