docs: vuepress构建文档
This commit is contained in:
16
docs/guide/README.md
Normal file
16
docs/guide/README.md
Normal 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
13
docs/guide/bar/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Bar 功能
|
||||
icon: lightbulb
|
||||
---
|
||||
|
||||
## 介绍
|
||||
|
||||
我们支持 bar 功能,...
|
||||
|
||||
## 详情
|
||||
|
||||
- [baz](baz.md)
|
||||
- ...
|
6
docs/guide/bar/baz.md
Normal file
6
docs/guide/bar/baz.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Baz
|
||||
icon: circle-info
|
||||
---
|
||||
|
||||
功能详情...
|
13
docs/guide/foo/README.md
Normal file
13
docs/guide/foo/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Foo 功能
|
||||
icon: lightbulb
|
||||
---
|
||||
|
||||
## 介绍
|
||||
|
||||
我们支持 foo 功能,...
|
||||
|
||||
## 详情
|
||||
|
||||
- [ray](ray.md)
|
||||
- ...
|
6
docs/guide/foo/ray.md
Normal file
6
docs/guide/foo/ray.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Ray
|
||||
icon: circle-info
|
||||
---
|
||||
|
||||
功能详情...
|
Reference in New Issue
Block a user