new pages
This commit is contained in:
18
content/user_docs/_index.md
Normal file
18
content/user_docs/_index.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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!")
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user