From 625dd37fd4832b1c28aed08ce909cfa540bba8df Mon Sep 17 00:00:00 2001 From: Andoni Alonso <14891798+andoniaf@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:56:03 +0100 Subject: [PATCH] fix(docs): standardize authentication page titles across providers (#9920) --- docs/user-guide/providers/cloudflare/authentication.mdx | 2 +- docs/user-guide/providers/mongodbatlas/authentication.mdx | 2 +- docs/user-guide/providers/oci/authentication.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/providers/cloudflare/authentication.mdx b/docs/user-guide/providers/cloudflare/authentication.mdx index 0f4bbb8de6..8ee8b518cf 100644 --- a/docs/user-guide/providers/cloudflare/authentication.mdx +++ b/docs/user-guide/providers/cloudflare/authentication.mdx @@ -1,5 +1,5 @@ --- -title: 'Cloudflare Authentication' +title: 'Cloudflare Authentication in Prowler' --- Prowler for Cloudflare supports the following authentication methods: diff --git a/docs/user-guide/providers/mongodbatlas/authentication.mdx b/docs/user-guide/providers/mongodbatlas/authentication.mdx index f0a6d6408e..115c695673 100644 --- a/docs/user-guide/providers/mongodbatlas/authentication.mdx +++ b/docs/user-guide/providers/mongodbatlas/authentication.mdx @@ -1,5 +1,5 @@ --- -title: 'MongoDB Atlas Authentication' +title: 'MongoDB Atlas Authentication in Prowler' --- MongoDB Atlas provider uses [HTTP Digest Authentication with API key pairs consisting of a public key and private key](https://www.mongodb.com/docs/atlas/configure-api-access/#grant-programmatic-access-to-service). diff --git a/docs/user-guide/providers/oci/authentication.mdx b/docs/user-guide/providers/oci/authentication.mdx index 7f0c493e76..f977a80eb2 100644 --- a/docs/user-guide/providers/oci/authentication.mdx +++ b/docs/user-guide/providers/oci/authentication.mdx @@ -1,5 +1,5 @@ --- -title: 'Oracle Cloud Infrastructure (OCI) Authentication' +title: 'Oracle Cloud Infrastructure (OCI) Authentication in Prowler' --- This guide covers all authentication methods supported by Prowler for Oracle Cloud Infrastructure (OCI).