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.6 KiB
Plaintext
34 lines
1.6 KiB
Plaintext
---
|
||
title: Начало работы
|
||
description: Добро пожаловать в документацию для разработчиков Twenty — ваш ресурс для расширения, самостоятельного развертывания и внесения вклада в Twenty.
|
||
---
|
||
|
||
import { CardTitle } from "/snippets/card-title.mdx"
|
||
|
||
<CardGroup cols={2}>
|
||
<Card href="/l/ru/developers/api" icon="code">
|
||
<CardTitle>API</CardTitle>
|
||
Запрашивайте и изменяйте данные CRM с помощью REST или GraphQL.
|
||
</Card>
|
||
|
||
<Card href="/l/ru/developers/webhooks" icon="bell">
|
||
<CardTitle>Webhooks</CardTitle>
|
||
Получайте уведомления в реальном времени при возникновении событий.
|
||
</Card>
|
||
|
||
<Card href="/l/ru/developers/apps/apps" icon="puzzle-piece">
|
||
<CardTitle>Apps</CardTitle>
|
||
Создавайте пользовательские приложения, расширяющие возможности Twenty.
|
||
</Card>
|
||
|
||
<Card href="/l/ru/developers/self-host/self-host" icon="desktop">
|
||
<CardTitle>Развертывайте у себя</CardTitle>
|
||
Развертывайте и управляйте Twenty в собственной инфраструктуре.
|
||
</Card>
|
||
|
||
<Card href="/l/ru/developers/contribute/contribute" icon="github">
|
||
<CardTitle>Вносите вклад</CardTitle>
|
||
Присоединяйтесь к нашему сообществу с открытым исходным кодом и вносите вклад в Twenty.
|
||
</Card>
|
||
</CardGroup>
|