- Added pymdownx.emoji extension to mkdocs.yml for emoji rendering. - Updated index.md to include a new dashboard image and revised descriptions for clarity. - Expanded the features section with detailed descriptions of tools and testing capabilities. - Introduced a roadmap section outlining completed, in-progress, and to-do features for better project visibility.
94 lines
2.6 KiB
YAML
94 lines
2.6 KiB
YAML
site_name: "实时交互智能体工作平台 (RAS)"
|
|
site_description: "实时交互智能体工作平台 (Realtime Agent Studio) - 智能对话与工作流管理平台"
|
|
copyright: "2025"
|
|
site_author: "RAS Team"
|
|
|
|
docs_dir: "content"
|
|
site_dir: "site"
|
|
|
|
nav:
|
|
- 首页: index.md
|
|
- 快速开始:
|
|
- 概览: quickstart/index.md
|
|
- 通过控制台: quickstart/dashboard.md
|
|
- 通过 API: quickstart/api.md
|
|
- 安装部署:
|
|
- 概览: getting-started/index.md
|
|
- 环境要求: getting-started/requirements.md
|
|
- 配置说明: getting-started/configuration.md
|
|
- 助手管理:
|
|
- 概览: assistants/index.md
|
|
- 配置选项: assistants/configuration.md
|
|
- 提示词指南: assistants/prompts.md
|
|
- 测试调试: assistants/testing.md
|
|
- 功能定制:
|
|
- 知识库: customization/knowledge-base.md
|
|
- 工具集成: customization/tools.md
|
|
- 语音配置: customization/voices.md
|
|
- 模型配置: customization/models.md
|
|
- 工作流: customization/workflows.md
|
|
- 数据分析:
|
|
- 仪表盘: analysis/dashboard.md
|
|
- 历史记录: analysis/history.md
|
|
- 效果评估: analysis/evaluation.md
|
|
- 自动化测试: analysis/autotest.md
|
|
- API 参考:
|
|
- 概览: api-reference/index.md
|
|
- WebSocket 协议: api-reference/websocket.md
|
|
- 错误码: api-reference/errors.md
|
|
- 部署指南:
|
|
- 概览: deployment/index.md
|
|
- Docker 部署: deployment/docker.md
|
|
- 生产环境: deployment/production.md
|
|
- 资源:
|
|
- 常见问题: resources/faq.md
|
|
- 故障排查: resources/troubleshooting.md
|
|
|
|
theme:
|
|
name: material
|
|
language: zh
|
|
palette:
|
|
- scheme: default
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: 切换到深色模式
|
|
- scheme: slate
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: 切换到浅色模式
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- navigation.expand
|
|
- toc.follow
|
|
- search.suggest
|
|
- search.highlight
|
|
- content.code.copy
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
- tables
|
|
- attr_list
|
|
- md_in_html
|
|
|
|
plugins:
|
|
- search:
|
|
lang: zh
|