mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-08 12:15:28 -04:00

* docs: remove JSON examples from policy file docs Signed-off-by: Xe Iaso <me@xeiaso.net> * fix(lib): remove mentions of botPolicies.json in the tests Signed-off-by: Xe Iaso <me@xeiaso.net> * docs: update link to challenge methods Signed-off-by: Xe Iaso <me@xeiaso.net> * docs: unbreak links to the challenges category Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
9 lines
152 B
Go
9 lines
152 B
Go
package data
|
|
|
|
import "embed"
|
|
|
|
var (
|
|
//go:embed botPolicies.yaml all:apps all:bots all:clients all:common all:crawlers all:meta
|
|
BotPolicies embed.FS
|
|
)
|