This website requires JavaScript.
Explore
Help
Register
Sign In
trustchain-oc1-orchestral
/
authentik
Archived
Watch
10
Star
0
Fork
You've already forked authentik
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-05-31
. You can view files and clone it, but cannot push or open issues or pull requests.
5384a06cb5
authentik
/
website
/
static.go
7 lines
65 B
Go
Raw
Normal View
History
Unescape
Escape
root: add bundled docs Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-07-13 09:06:51 +00:00
package
web
import
"embed"
root: build bundled docs into helo dir to fix path issue with packaged static files Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-07-13 17:09:16 +00:00
//go:embed help/*
var
Help
embed
.
FS