From 4fcd2481cdc29cae12570276fd47c52c411be3e4 Mon Sep 17 00:00:00 2001 From: Jack <55409055+Jack1424@users.noreply.github.com> Date: Thu, 8 May 2025 18:04:31 -0400 Subject: [PATCH] fix captcha example name formatting --- packages/docusaurus/docs/07-Community Guides/02-crowdsec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus/docs/07-Community Guides/02-crowdsec.md b/packages/docusaurus/docs/07-Community Guides/02-crowdsec.md index cd39dd9..3d8df03 100644 --- a/packages/docusaurus/docs/07-Community Guides/02-crowdsec.md +++ b/packages/docusaurus/docs/07-Community Guides/02-crowdsec.md @@ -172,7 +172,7 @@ To use a custom captcha page, follow these steps: wget https://raw.githubusercontent.com/maxlerebourg/crowdsec-bouncer-traefik-plugin/refs/heads/main/captcha.html ``` -2. Update the `/config/traefik/dynamic_config.yml` file with the following configuration, replacing `` with your captcha provider (e.g. hCaptcha, reCaptcha, Turnstile), and `` with the appropriate site and secret keys: +2. Update the `/config/traefik/dynamic_config.yml` file with the following configuration, replacing `` with your captcha provider (MUST BE either `hcaptcha`, `recaptcha`, or `turnstile`), and `` with the appropriate site and secret keys: ```yaml http: