Skip to content

Commit 0607798

Browse files
committed
docs: Create site structure
1 parent 6dfc771 commit 0607798

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

β€Ždocs/_sidebar.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- [Foo](foo.md)
2+
- [Bar](bar.md)
3+
- Baz
4+
* [Fizz](baz/fizz.md)
5+
* [Foo Bar](baz/foobar.md)

β€Ždocs/bar.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Bar
2+
3+
Content about bars.

β€Ždocs/baz/fizz.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Fizz
2+
3+
How to find a fizz in the wild.

β€Ždocs/baz/foobar.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Foobar
2+
3+
Content you didn't know about a foobar.

β€Ždocs/foo.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Foo
2+
3+
Content about foos.

0 commit comments

Comments
Β (0)