18 lines
230 B
Markdown
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!")
|
|
}
|
|
``` |