Files
twenty/packages/twenty-docs/l/ar/developers/introduction.mdx
T
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.3 KiB
Plaintext

---
title: البدء
description: مرحبًا بك في وثائق المطوّرين الخاصة بـ Twenty، مرجعك للتوسيع والاستضافة الذاتية والمساهمة في Twenty.
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={2}>
<Card href="/l/ar/developers/api" icon="code">
<CardTitle>API</CardTitle>
استعلام وتعديل بيانات CRM الخاصة بك باستخدام REST أو GraphQL.
</Card>
<Card href="/l/ar/developers/webhooks" icon="bell">
<CardTitle>Webhooks</CardTitle>
استقبل إشعارات في الوقت الفعلي عند حدوث الأحداث.
</Card>
<Card href="/l/ar/developers/apps/apps" icon="puzzle-piece">
<CardTitle>Apps</CardTitle>
أنشئ تطبيقات مخصصة توسّع قدرات Twenty.
</Card>
<Card href="/l/ar/developers/self-host/self-host" icon="desktop">
<CardTitle>الاستضافة الذاتية</CardTitle>
قم بنشر Twenty وإدارته على البنية التحتية الخاصة بك.
</Card>
<Card href="/l/ar/developers/contribute/contribute" icon="github">
<CardTitle>المساهمة</CardTitle>
انضم إلى مجتمعنا مفتوح المصدر وساهم في Twenty.
</Card>
</CardGroup>