init commit.
This commit is contained in:
16
src/guide/README.md
Normal file
16
src/guide/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Guide
|
||||
icon: lightbulb
|
||||
---
|
||||
|
||||
## Highlight Features
|
||||
|
||||
### Bar
|
||||
|
||||
- [baz](bar/baz.md)
|
||||
- ...
|
||||
|
||||
### Foo
|
||||
|
||||
- [ray](foo/ray.md)
|
||||
- ...
|
||||
13
src/guide/bar/README.md
Normal file
13
src/guide/bar/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Bar feature
|
||||
icon: lightbulb
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
||||
We support bar feature, ...
|
||||
|
||||
## Details
|
||||
|
||||
- [baz](baz.md)
|
||||
- ...
|
||||
6
src/guide/bar/baz.md
Normal file
6
src/guide/bar/baz.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Baz
|
||||
icon: circle-info
|
||||
---
|
||||
|
||||
Feature details here.
|
||||
13
src/guide/foo/README.md
Normal file
13
src/guide/foo/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Foo feature
|
||||
icon: lightbulb
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
||||
We support foo feature, ...
|
||||
|
||||
## Details
|
||||
|
||||
- [ray](ray.md)
|
||||
- ...
|
||||
6
src/guide/foo/ray.md
Normal file
6
src/guide/foo/ray.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Ray
|
||||
icon: circle-info
|
||||
---
|
||||
|
||||
Feature details here.
|
||||
Reference in New Issue
Block a user