Files
twenty/packages/twenty-docs/l/ru/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.6 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: Начало работы
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>