Files
ai-video-fullstack/docs/index.mdx
Xin Wang 95e04d8c94 Split Mintlify docs into user and developer sections.
Organize product guides under docs/user and setup/integration under docs/developer, with tabbed navigation for clearer audience targeting.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-07 11:09:10 +08:00

19 lines
537 B
Plaintext

---
title: 文档首页
description: 按读者区分的用户文档与开发者文档入口。
icon: book-open
---
# 文档首页
本站点按读者分成两套文档:
<CardGroup cols={2}>
<Card title="用户文档" icon="users" color="#3a4a6b" href="/user/overview">
产品能力与配置关系,适合运营与配置人员。
</Card>
<Card title="开发者文档" icon="code" color="#3a4a6b" href="/developer/quickstart">
本地启动、模型对接与语音通道,适合开发与集成。
</Card>
</CardGroup>