Skip to content

Commit 2ce626a

Browse files
docs: Update README files to improve navigation and add user and API documentation links
Signed-off-by: FrozenlemonTee <1115306170@qq.com>
1 parent 968cbbf commit 2ce626a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
[![Online-ebook](https://img.shields.io/badge/online-ebook-orange.svg)](https://github.com/d2learn/d2x)
77
[![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](LICENSE-CODE)
88

9-
| [中文](README.zh.md) - [English](README.md) |
10-
|---------------------------------------------------------------------------------------------------------------------------------------|
11-
| [中文用户文档](docs/zh/README.md) - [English User Documentation](docs/en/README.md) - [Forum](https://mcpp.d2learn.org/forum) |
9+
| [中文](README.zh.md) - [English](README.md) - [Forum](https://mcpp.d2learn.org/forum) |
10+
|---------------------------------------------------------------------------------|
11+
| [用户文档](docs/guide/zh/README.md) - [User Documentation](docs/guide/en/README.md) |
12+
| [API文档](docs/guide/api/README.md) - [API Documentation](docs/api/en/README.md) |
1213

1314
This repository provides configurable `primitive` infrastructure (`underlying traits`, `policy`, and `operations/dispatcher`) to unify numeric behavior, error handling, and concurrency access semantics.
1415

README.zh.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
[![Online-ebook](https://img.shields.io/badge/online-ebook-orange.svg)](https://github.com/d2learn/d2x)
77
[![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](LICENSE-CODE)
88

9-
| [中文](README.zh.md) - [English](README.md) |
10-
|----------------------------------------------------------------------------------------------------------------------|
11-
| [中文用户文档](docs/zh/README.md) - [English User Documentation](docs/en/README.md) - [论坛](https://mcpp.d2learn.org/forum) |
9+
| [中文](README.zh.md) - [English](README.md) - [论坛](https://mcpp.d2learn.org/forum) |
10+
|----------------------------------------------------------------------------------|
11+
| [用户文档](docs/guide/zh/README.md) - [User Documentation](docs/guide/en/README.md) |
12+
| [API文档](docs/guide/api/README.md) - [API Documentation](docs/api/en/README.md) |
1213

1314
本仓库提供可配置的 `primitive` 基础设施(`underlying traits``policy``operations/dispatcher`),用于统一约束数值计算、错误处理与并发访问语义。
1415

0 commit comments

Comments
 (0)