new pages
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 39s
Deploy Hugo site to Pages / deploy (push) Has been skipped

This commit is contained in:
2024-11-26 17:28:08 +00:00
parent 43f9a55f48
commit e7b0cbdbf6
34 changed files with 593 additions and 65 deletions

View File

@@ -1,18 +1,8 @@
---
title: User Documentation
next: first-page
next: /user_docs/navigation
---
This is a demo of the theme's documentation layout.
Welcome to the user documentation of Glympse.
## Hello, World!
```go {filename="main.go"}
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
```
Glympse is designed to be as intuitive as possible, so hopefully you won't need to read this but its here if you need.