docs: 引入 Fumadocs

ci: set up github actions
This commit is contained in:
Palm Civet
2025-09-05 20:00:05 +08:00
parent f89a17f14d
commit 29232afadc
32 changed files with 1422 additions and 4 deletions

21
docs/README.md Normal file
View File

@@ -0,0 +1,21 @@
# OpenIsle Documentation
## 要求
使用 [bun](https://bun.com/) 作为工具链的运行时,版本 1.2+。
使用 [Fumadocs](https://fumadocs.dev/) 作为文档工具。
## 开发调试
```bash
bun install
bun dev
```
## 项目结构
使用以下路由:
- `docs/frontend/` 前端技术文档
- `docs/backend/` 后端技术文档
- `docs/openapi/` 后端 API 文档