root: add bundled docs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-07-13 11:06:51 +02:00
parent 2036827f04
commit be5c8341d2
8 changed files with 184 additions and 9 deletions

6
website/static.go Normal file
View File

@ -0,0 +1,6 @@
package web
import "embed"
//go:embed build_docs/*
var DocsDist embed.FS