Files
twenty/packages/twenty-docs/l/zh/developers/introduction.mdx
T
e0d4492013 i18n - docs translations (#17434)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-26 09:06:17 +01:00

24 lines
863 B
Plaintext

---
title: 开始使用
description: 欢迎来到 Twenty 开发者文档,这是您用于扩展、自托管以及为 Twenty 做出贡献的资源。
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={3}>
<Card href="/l/zh/developers/extend/extend" img="/images/user-guide/integrations/plug.png">
<CardTitle>扩展</CardTitle>
使用 API、网络钩子和自定义应用构建集成。
</Card>
<Card href="/l/zh/developers/self-host/self-host" img="/images/user-guide/what-is-twenty/20.png">
<CardTitle>自托管</CardTitle>
在您自己的基础设施上部署并管理 Twenty。
</Card>
<Card href="/l/zh/developers/contribute/contribute" img="/images/user-guide/github/github-header.png">
<CardTitle>贡献</CardTitle>
加入我们的开源社区并为 Twenty 做出贡献。
</Card>
</CardGroup>