Files
twenty/packages/twenty-docs/l/zh/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.0 KiB
Plaintext

---
title: 开始使用
description: 欢迎来到 Twenty 开发者文档,这是您用于扩展、自托管以及为 Twenty 做出贡献的资源。
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={2}>
<Card href="/l/zh/developers/api" icon="code">
<CardTitle>API</CardTitle>
使用 REST 或 GraphQL 查询和修改您的 CRM 数据。
</Card>
<Card href="/l/zh/developers/webhooks" icon="bell">
<CardTitle>Webhooks</CardTitle>
当事件发生时接收实时通知。
</Card>
<Card href="/l/zh/developers/apps/apps" icon="puzzle-piece">
<CardTitle>Apps</CardTitle>
构建扩展 Twenty 功能的定制应用程序。
</Card>
<Card href="/l/zh/developers/self-host/self-host" icon="desktop">
<CardTitle>自托管</CardTitle>
在您自己的基础设施上部署并管理 Twenty。
</Card>
<Card href="/l/zh/developers/contribute/contribute" icon="github">
<CardTitle>贡献</CardTitle>
加入我们的开源社区并为 Twenty 做出贡献。
</Card>
</CardGroup>