root: add bundled docs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
6
website/static.go
Normal file
6
website/static.go
Normal file
@ -0,0 +1,6 @@
|
||||
package web
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed build_docs/*
|
||||
var DocsDist embed.FS
|
||||
Reference in New Issue
Block a user