1
0
forked from bot/app

docs: vuepress构建文档

This commit is contained in:
2024-03-28 08:31:49 +08:00
parent a8f6a25369
commit 0ac374f5df
41 changed files with 4041 additions and 0 deletions

16
docs/guide/README.md Normal file
View File

@ -0,0 +1,16 @@
---
title: 指南
icon: lightbulb
---
## 功能亮点
### Bar
- [baz](bar/baz.md)
- ...
### Foo
- [ray](foo/ray.md)
- ...

13
docs/guide/bar/README.md Normal file
View File

@ -0,0 +1,13 @@
---
title: Bar 功能
icon: lightbulb
---
## 介绍
我们支持 bar 功能,...
## 详情
- [baz](baz.md)
- ...

6
docs/guide/bar/baz.md Normal file
View File

@ -0,0 +1,6 @@
---
title: Baz
icon: circle-info
---
功能详情...

13
docs/guide/foo/README.md Normal file
View File

@ -0,0 +1,13 @@
---
title: Foo 功能
icon: lightbulb
---
## 介绍
我们支持 foo 功能,...
## 详情
- [ray](ray.md)
- ...

6
docs/guide/foo/ray.md Normal file
View File

@ -0,0 +1,6 @@
---
title: Ray
icon: circle-info
---
功能详情...