-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (72 loc) · 2.35 KB
/
Copy pathmkdocs.yml
File metadata and controls
77 lines (72 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
site_name: WaveBench
site_description: 可审计的 Python 仪器测量台文档
repo_url: https://github.com/Scaxlibur/wavebench
repo_name: Scaxlibur/wavebench
edit_uri: edit/master/
exclude_docs: |
README.md
README_EN.md
archive/**
project/README.md
project/contributing/**
project/design/**
project/guides/**
project/reference/**
theme:
name: material
language: zh
features:
- navigation.sections
- navigation.top
- content.code.copy
plugins:
- search:
lang:
- zh
- en
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
nav:
- 首页: index.md
- 开始使用:
- 无硬件快速开始: getting-started/quickstart.md
- 安装: getting-started/installation.md
- 配置实验台: getting-started/configure-bench.md
- 教程:
- 从模板到报告: tutorials/from-template-to-report.md
- How-to:
- 执行一次实验: how-to/run-an-experiment.md
- 使用信号处理流水线: how-to/signal-processing.md
- 频率响应与校准: how-to/frequency-response-and-calibration.md
- 使用 RF 信号源: how-to/use-rf-source.md
- 管理仪器插件: how-to/manage-plugins.md
- 使用 TUI: how-to/use-tui.md
- 启动只读 MCP 服务: how-to/serve-mcp.md
- 排错: how-to/troubleshooting.md
- Reference:
- CLI: reference/cli.md
- 配置: reference/configuration.md
- run plan: reference/run-schema.md
- 生成的 run plan schema: reference/generated/run-schema.md
- 运行产物: reference/artifacts.md
- 错误: reference/errors.md
- 插件: reference/plugins/index.md
- Concepts:
- 架构与职责: concepts/architecture.md
- 设备抽象: concepts/device-abstraction.md
- Capability 模型: concepts/capability-model.md
- 安全模型: concepts/safety-model.md
- 会话与恢复: concepts/sessions-and-recovery.md
- 插件模型: concepts/plugin-model.md
- 开发:
- 贡献: development/contributing.md
- 测试: development/testing.md
- 文档工作流: development/documentation.md
- 插件开发: development/plugin-development.md
- 新增仪器驱动: development/instrument-drivers.md
- RFC: rfcs/index.md
- 更新日志: https://github.com/Scaxlibur/wavebench/blob/master/CHANGELOG.md