Skip to content

Commit 6d9b25c

Browse files
committed
fixup tutorials
1 parent ded3b76 commit 6d9b25c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/content/docs/documentation/Tutorials/name.md src/content/docs/documentation/Tutorials/helloname.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Name Tutorial
3-
description: Name Tutorial
2+
title: Hello Name
3+
description: Simple UI example.
44
---
55

66
Create a new main.go file

src/content/docs/documentation/Tutorials/helloworld.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Hello World Example
3-
description: Hello World Example
3+
description: Your first hello world!
44
---
55

66
### Hello World Example

src/content/docs/documentation/Tutorials/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: Tutorials
33
description: Tutorials
44
---
55

6-
- [Hello World Example](./hello-world)
6+
- [Hello World](./helloworld)
7+
- [Hello Name](./helloname) (UI)

0 commit comments

Comments
 (0)