Files
Glympse_Docs/content/user_docs/_index.md
Joshua Kirkcaldy 43f9a55f48
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 1m7s
Deploy Hugo site to Pages / deploy (push) Has been skipped
new pages
2024-11-22 09:58:43 +00:00

18 lines
230 B
Markdown

---
title: User Documentation
next: first-page
---
This is a demo of the theme's documentation layout.
## Hello, World!
```go {filename="main.go"}
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
```