Files
twenty/packages/twenty-docs/l/zh/developers/extend/extend.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: 使用 API、网络钩子和自定义应用扩展 Twenty 的功能。
redirect: /developers/introduction
---
<Frame>
<img src="/images/user-guide/integrations/plug.png" alt="AI" />
</Frame>
## 概览
Twenty 的设计旨在实现可扩展性。 使用我们的 API、网络钩子和应用框架与您现有的工具集成,并构建自定义功能。
## 你可以做什么
* **API**:使用 REST 或 GraphQL 以编程方式查询和修改您的客户关系管理数据
* **网络钩子**:当 Twenty 中发生事件时接收实时通知
* **应用**:构建扩展 Twenty 功能的自定义应用程序 - 即将推出!
## 开始使用
<CardGroup cols={2}>
<Card title="接口" icon="代码" href="/l/zh/developers/api">
以编程方式连接到 Twenty
</Card>
<Card title="Webhooks" icon="bell" href="/l/zh/developers/webhooks">
实时接收事件通知
</Card>
<Card title="应用" icon="puzzle-piece" href="/l/zh/developers/apps/apps">
以代码方式构建自定义项 (Alpha)
</Card>
</CardGroup>