From 0037e214a16a316198e84e377aab3746afdff8cc Mon Sep 17 00:00:00 2001 From: agoujot <145840578+agoujot@users.noreply.github.com> Date: Sat, 13 Sep 2025 23:31:36 +0200 Subject: [PATCH] add link to preact in challenge list (#1111) Preact was added in 1.22, but it currently isn't listed in the "Challenges" page. Signed-off-by: agoujot <145840578+agoujot@users.noreply.github.com> --- docs/docs/admin/configuration/challenges/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/admin/configuration/challenges/index.mdx b/docs/docs/admin/configuration/challenges/index.mdx index 1fae4bd..4695883 100644 --- a/docs/docs/admin/configuration/challenges/index.mdx +++ b/docs/docs/admin/configuration/challenges/index.mdx @@ -3,6 +3,7 @@ Anubis supports multiple challenge methods: - [Meta Refresh](./metarefresh.mdx) +- [Preact](./preact.mdx) - [Proof of Work](./proof-of-work.mdx) Read the documentation to know which method is best for you.