We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded3b76 commit 6d9b25cCopy full SHA for 6d9b25c
src/content/docs/documentation/Tutorials/name.md src/content/docs/documentation/Tutorials/helloname.md
@@ -1,6 +1,6 @@
1
---
2
-title: Name Tutorial
3
-description: Name Tutorial
+title: Hello Name
+description: Simple UI example.
4
5
6
Create a new main.go file
src/content/docs/documentation/Tutorials/helloworld.md
title: Hello World Example
-description: Hello World Example
+description: Your first hello world!
### Hello World Example
src/content/docs/documentation/Tutorials/index.md
@@ -3,4 +3,5 @@ title: Tutorials
description: Tutorials
- - [Hello World Example](./hello-world)
+ - [Hello World](./helloworld)
7
+ - [Hello Name](./helloname) (UI)
0 commit comments