Skip to content

Commit 32b5300

Browse files
docs: Add user guide for primitives module in English and Chinese
Signed-off-by: FrozenlemonTee <1115306170@qq.com>
1 parent 6020dbb commit 32b5300

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

docs/guide/en/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# primitives User Guide (English)
2+
3+
This section is organized by workflow. Start with installation, then quick start.
4+
5+
## Reading Order
6+
7+
1. [Installation and Build](./installation-and-build.md)
8+
2. [Quick Start](./quick-start.md)
9+
3. [Concurrency Guide](./concurrency.md)
10+
4. [Extension Guide](./extension.md)
11+
12+
## Related Docs
13+
14+
- API reference: [../../api/en/README.md](../../api/en/README.md)
15+
- Docs root: [../../README.md](../../README.md)

docs/guide/zh/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# primitives 用户文档(中文)
2+
3+
本节按使用流程组织。建议先看安装构建,再看快速上手。
4+
5+
## 阅读顺序
6+
7+
1. [安装与构建](./installation-and-build.md)
8+
2. [快速上手](./quick-start.md)
9+
3. [并发使用指南](./concurrency.md)
10+
4. [扩展开发指南](./extension.md)
11+
12+
## 相关文档
13+
14+
- API 参考: [../../api/zh/README.md](../../api/zh/README.md)
15+
- 文档总入口: [../../README.md](../../README.md)

0 commit comments

Comments
 (0)