Files
twenty/packages/twenty-docs/l/tr/developers/introduction.mdx
T
Félix Malfait 882e9fd231 Docs: restructure Extend section with API, Webhooks, and Apps pages (#18517)
## 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>
2026-03-10 10:00:20 +01:00

34 lines
1.1 KiB
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={2}>
<Card href="/l/tr/developers/api" icon="code">
<CardTitle>API</CardTitle>
REST veya GraphQL ile CRM verilerinizi sorgulayın ve değiştirin.
</Card>
<Card href="/l/tr/developers/webhooks" icon="bell">
<CardTitle>Webhooks</CardTitle>
Olaylar gerçekleştiğinde gerçek zamanlı bildirimler alın.
</Card>
<Card href="/l/tr/developers/apps/apps" icon="puzzle-piece">
<CardTitle>Apps</CardTitle>
Twenty'nin yeteneklerini genişleten özel uygulamalar oluşturun.
</Card>
<Card href="/l/tr/developers/self-host/self-host" icon="desktop">
<CardTitle>Self-Host</CardTitle>
Twenty'yi kendi altyapınızda dağıtın ve yönetin.
</Card>
<Card href="/l/tr/developers/contribute/contribute" icon="github">
<CardTitle>Contribute</CardTitle>
Açık kaynak topluluğumuza katılın ve Twenty'ye katkıda bulunun.
</Card>
</CardGroup>