This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
authentik
mirror of
https://github.com/goauthentik/authentik.git
Watch
1
Star
0
Fork
You've already forked authentik
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b8425867c8
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 10:06:51 +01: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 18:09:16 +01:00
//go:embed help/*
var
Help
embed
.
FS