Files
twenty/packages/twenty-docs/l/ru/developers/introduction.mdx
T
6bc64f78fc i18n - docs translations (#17261)
Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-21 21:48:49 +01:00

24 lines
1.3 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={3}>
<Card href="/l/ru/developers/extend/extend" img="/images/user-guide/integrations/plug.png">
<CardTitle>Расширяйте</CardTitle>
Создавайте интеграции с API, вебхуками и пользовательскими приложениями.
</Card>
<Card href="/l/ru/developers/self-host/self-host" img="/images/user-guide/what-is-twenty/20.png">
<CardTitle>Развертывайте у себя</CardTitle>
Развертывайте и управляйте Twenty в собственной инфраструктуре.
</Card>
<Card href="/l/ru/developers/contribute/contribute" img="/images/user-guide/github/github-header.png">
<CardTitle>Вносите вклад</CardTitle>
Присоединяйтесь к нашему сообществу с открытым исходным кодом и вносите вклад в Twenty.
</Card>
</CardGroup>