Files
sim/apps/docs/content/docs/zh/index.mdx
Waleed 16bd54c05a feat(i18n): update translations (#1896)
* feat(i18n): update translations

* fix build error
2025-11-11 12:53:36 -08:00

57 lines
1.4 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: 文档
---
import { Card, Cards } from 'fumadocs-ui/components/card'
# Sim 文档
欢迎使用 Sim这是一款用于构建 AI 应用的可视化工作流构建器。通过在画布上连接模块,构建强大的 AI 代理、自动化工作流和数据处理管道。
## 快速开始
<Cards>
<Card title="简介" href="/introduction">
了解您可以使用 Sim 构建的内容
</Card>
<Card title="入门指南" href="/getting-started">
在 10 分钟内创建您的第一个工作流
</Card>
<Card title="工作流模块" href="/blocks">
了解构建模块
</Card>
<Card title="工具与集成" href="/tools">
探索 80 多种内置集成
</Card>
</Cards>
## 核心概念
<Cards>
<Card title="连接" href="/connections">
了解数据如何在模块之间流动
</Card>
<Card title="变量" href="/variables">
使用工作流和环境变量
</Card>
<Card title="执行" href="/execution">
监控工作流运行并管理成本
</Card>
<Card title="触发器" href="/triggers">
通过 API、webhooks 或计划启动工作流
</Card>
</Cards>
## 高级功能
<Cards>
<Card title="团队管理" href="/permissions/roles-and-permissions">
设置工作区角色和权限
</Card>
<Card title="MCP 集成" href="/mcp">
使用模型上下文协议连接外部服务
</Card>
<Card title="SDKs" href="/sdks">
将 Sim 集成到您的应用程序中
</Card>
</Cards>