882e9fd231
## 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: Genişlet
|
||
description: Twenty'nin işlevselliğini API'ler, webhook'lar ve özel uygulamalarla genişletin.
|
||
redirect: /developers/introduction
|
||
---
|
||
|
||
<Frame>
|
||
<img src="/images/user-guide/integrations/plug.png" alt="AI" />
|
||
</Frame>
|
||
|
||
## Genel Bakış
|
||
|
||
Twenty, genişletilebilir olacak şekilde tasarlanmıştır. Mevcut araçlarınızla entegre olmak ve özel işlevler oluşturmak için API'lerimizi, webhook'larımızı ve uygulama çerçevemizi kullanın.
|
||
|
||
## Yapabilecekleriniz
|
||
|
||
* **API'ler**: CRM verilerinizi REST veya GraphQL kullanarak programatik olarak sorgulayın ve değiştirin
|
||
* **Webhook'lar**: Twenty'de olaylar gerçekleştiğinde gerçek zamanlı bildirimler alın
|
||
* **Uygulamalar**: Twenty'nin yeteneklerini genişleten özel uygulamalar oluşturun - Çok yakında!
|
||
|
||
## Başlarken
|
||
|
||
<CardGroup cols={2}>
|
||
<Card title="API'ler" icon="kod" href="/l/tr/developers/api">
|
||
Twenty'ye programatik olarak bağlanın
|
||
</Card>
|
||
<Card title="Webhooklar" icon="bell" href="/l/tr/developers/webhooks">
|
||
Olaylardan gerçek zamanlı olarak haberdar olun
|
||
</Card>
|
||
<Card title="Uygulamalar" icon="puzzle-piece" href="/l/tr/developers/apps/apps">
|
||
Özelleştirmeleri kod olarak oluşturun (Alfa)
|
||
</Card>
|
||
</CardGroup>
|