Files
Glympse_Docs/content/docs/_index.md
2024-11-21 17:12:00 +00:00

19 lines
226 B
Markdown

---
title: 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!")
}
```