From ec96ffb9f2f4b558b00ee5cf693b47d438dd0b59 Mon Sep 17 00:00:00 2001 From: felbin1997 Date: Tue, 18 Jun 2024 11:43:09 +0200 Subject: [PATCH 1/2] Added the tip Banner --- docs/guides/upgrading-to-v2/why-upgrade.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guides/upgrading-to-v2/why-upgrade.md b/docs/guides/upgrading-to-v2/why-upgrade.md index 44eed1f..ea154e8 100644 --- a/docs/guides/upgrading-to-v2/why-upgrade.md +++ b/docs/guides/upgrading-to-v2/why-upgrade.md @@ -36,4 +36,9 @@ V1 will keep working and we will maintain it moving forward for multiple years. At some point we will not allow newly created sitekeys to use V1. ## How do I upgrade? + +:::tip +If you want to test Friendly Captcha V2 now, you can apply for the beta phase [**here**](https://tally.so/r/n0MGDA). +::: + Follow the guide [here](./introduction.md). From d9b51e7af0511d65d3472f735f5c5908655a1726 Mon Sep 17 00:00:00 2001 From: felbin1997 Date: Wed, 19 Jun 2024 12:17:08 +0200 Subject: [PATCH 2/2] Apply Beta in Banner --- docusaurus.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index fba200f..2b4326a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -82,9 +82,10 @@ const config = { announcementBar: { id: "v2-docs-warning", content: - "You're looking at the Friendly Captcha v2 Docs which is in early preview. The v1 Docs are found here.", + "You're looking at the Friendly Captcha v2 Docs which is in early preview. Apply here to gain access to the closed BETA.", backgroundColor: "#ffb731", textColor: "#333", + isCloseable: false, }, // Replace with your project's social card image: "img/friendlycaptcha-social-card.png",