From eb1971cdc3c4429db7fa92bf1231f8c467987968 Mon Sep 17 00:00:00 2001 From: Jack Lin Date: Mon, 14 Jul 2025 12:24:54 +1000 Subject: [PATCH] Update incorrect links in plugins.json * Fix `Custom Commands` and `Custom Queries` links in description for `Custom Commands` section that was incorrectly pointing to preprocessor API docs * `Amazon Cognito` was listed 3 times in `Authentication` section, removed the 2 duplications and added missing `Azure Active Directory` link --- src/data/plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/plugins.json b/src/data/plugins.json index 2ecb5383e9..7268e95661 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -368,7 +368,7 @@ }, { "name": "Custom Commands", - "description": "Read the Custom Commands and Custom Query documentation to learn more.", + "description": "Read the Custom Commands and Custom Query documentation to learn more.", "plugins": [ { "name": "Puppeteer", @@ -698,7 +698,7 @@ }, { "name": "Authentication", - "description": "Take a look at our auth guides for Amazon Cognito, Amazon Cognito, Auth0, Amazon Cognito, Google, Okta Cognito, and Social Logins. Also checkout our Logging in recipes.", + "description": "Take a look at our auth guides for Amazon Cognito, Auth0, Azure Active Directory, Google, Okta Cognito, and Social Logins. Also checkout our Logging in recipes.", "plugins": [ { "name": "cypress-ntlm-auth",