refactor: 改为从 docs 目录动态读取 md 文件,支持目录层级

This commit is contained in:
2026-03-18 13:43:45 +08:00
parent 351557a19b
commit c5649b3eba
20 changed files with 390 additions and 500 deletions

View File

@@ -0,0 +1,19 @@
# 安装指南
## 环境要求
- Node.js 18+
- npm 9+
## 安装步骤
```bash
npm install
npm run dev
```
## 配置
`.env` 文件中配置 API 地址。
@see ../getting-started.md