docs(style): standardize "click" interaction verb (#11893)

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
This commit is contained in:
mintlify[bot]
2026-07-08 14:39:29 +02:00
committed by GitHub
parent 3461f9ac49
commit b2532ebfe5
13 changed files with 21 additions and 21 deletions
@@ -170,7 +170,7 @@ Follow these steps to remove a provider group of your account:
1. Navigate to **Provider Groups** from the side menu.
2. Click on the delete button of the provider group you want to remove.
2. Click the delete button of the provider group you want to remove.
<img src="/images/prowler-app/rbac/provider_group_remove.png" alt="Remove Provider Group" width="700" />
@@ -182,7 +182,7 @@ Follow these steps to create a role for your account:
1. Navigate to **Roles** from the side menu.
2. Click on the **Add Role** button on the top right-hand corner of the screen.
2. Click the **Add Role** button on the top right-hand corner of the screen.
<img src="/images/prowler-app/rbac/role_create.png" alt="Create Role" width="700" />
@@ -203,7 +203,7 @@ Follow these steps to edit a role on your account:
1. Navigate to **Roles** from the side menu.
2. Click on the edit button of the role you want to modify.
2. Click the edit button of the role you want to modify.
<img src="/images/prowler-app/rbac/role_edit.png" alt="Edit Role" width="700" />
@@ -218,7 +218,7 @@ Follow these steps to remove a role of your account:
1. Navigate to **Roles** from the side menu.
2. Click on the delete button of the role you want to remove.
2. Click the delete button of the role you want to remove.
<img src="/images/prowler-app/rbac/role_remove.png" alt="Remove Role" width="700" />
@@ -259,8 +259,8 @@ If using Prowler's CloudFormation template, execute the following command to upd
- `EnableS3Integration`: Select "true"
- `S3IntegrationBucketName`: Your bucket name
- `S3IntegrationBucketAccountId`: Bucket owner's AWS account ID
5. In the "Configure stack options" screen, again, leave everything as it is and click on "Next"
6. Finally, under "Review Prowler", at the bottom click on "Submit"
5. In the "Configure stack options" screen, again, leave everything as it is and click "Next"
6. Finally, under "Review Prowler", at the bottom click "Submit"
#### Terraform
@@ -314,7 +314,7 @@ Once the required permissions are set up, proceed to configure the S3 integratio
1. Navigate to "Integrations"
![Navigate to integrations](/images/prowler-app/s3/s3-integration-ui-1.png)
2. Locate the Amazon S3 Integration card and click on the "Configure" button
2. Locate the Amazon S3 Integration card and click the "Configure" button
![Access S3 integration](/images/prowler-app/s3/s3-integration-ui-2.png)
3. Click the "Add Integration" button
![Add integration button](/images/prowler-app/s3/s3-integration-ui-3.png)
@@ -210,7 +210,7 @@ SAML SSO can be disabled by removing the existing configuration from the integra
Once SAML SSO is configured, users can access Prowler Cloud directly from their Identity Provider's dashboard:
1. Navigate to the IdP dashboard or portal
2. Click on the Prowler Cloud application tile
2. Click the Prowler Cloud application tile
3. The system automatically authenticates users and redirects them to Prowler Cloud
This method is convenient for users who primarily work from the IdP portal and prefer a seamless single-click access.