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
+1 -1
View File
@@ -59,7 +59,7 @@ StackIT uses service account keys for API authentication. Service account keys a
1. **Navigate to Service Accounts**
- Go to the [StackIT Portal](https://portal.stackit.cloud/)
- Select your project
- Click on **Service Accounts** in the left sidebar
- Click **Service Accounts** in the left sidebar
2. **Create or Select Service Account**
- If you don't have a service account, click **Create Service Account**
@@ -33,7 +33,7 @@ To configure the Slack Integration, follow the next steps:
2. Optionally, create a Slack Channel (you can use an existing one)
3. Integrate the created Slack App to your Slack channel:
- Click on the channel, go to the Integrations tab, and Add an App.
- Click the channel, go to the Integrations tab, and Add an App.
![Slack App Channel Integration](/images/cli/integrate-slack-app.png)
4. Set the following environment variables that Prowler will read:
@@ -32,7 +32,7 @@ Before you begin, make sure you have:
### Step 1: Get Your Alibaba Cloud Account ID
1. Log in to the [Alibaba Cloud Console](https://home.console.alibabacloud.com/)
2. Click on your profile avatar in the top-right corner
2. Click your profile avatar in the top-right corner
3. Locate and copy your Account ID
![Get Account ID](/images/providers/alibaba-account-id.png)
@@ -67,7 +67,7 @@ This method grants permanent access and is the recommended setup for production
For detailed instructions on how to create the role, see [Authentication > Assume Role](/user-guide/providers/aws/authentication#assume-role-recommended).
7. Once the role is created, go to the **IAM Console**, click on the "ProwlerScan" role to open its details:
7. Once the role is created, go to the **IAM Console**, click the "ProwlerScan" role to open its details:
![ProwlerScan role info](/images/providers/prowler-scan-pre-info.png)
@@ -39,7 +39,7 @@ For detailed instructions on how to create the Service Principal and configure p
![Providers Page](/images/prowler-app/cloud-providers-page.png)
3. Click on `Add Provider`
3. Click `Add Provider`
![Add a Provider](/images/prowler-app/add-cloud-provider.png)
@@ -56,8 +56,8 @@ Template URLs only pre-fill the token creation form. Review the permissions, con
### Step 1: Create a User API Token
1. Log into the [Cloudflare Dashboard](https://dash.cloudflare.com).
2. Click on the profile icon in the top right corner, then select "My Profile".
3. Click on the **API Tokens** tab.
2. Click the profile icon in the top right corner, then select "My Profile".
3. Click the **API Tokens** tab.
4. Click **Create Token**, then select **Create Custom Token** at the bottom of the page.
5. Configure the token with the following settings:
- **Token name:** A descriptive name (e.g., "Prowler Security Scanner")
@@ -102,8 +102,8 @@ API Keys provide full access to the Cloudflare account. While supported, this me
### Step 1: Get the Global API Key
1. Log into the [Cloudflare Dashboard](https://dash.cloudflare.com).
2. Click on the profile icon in the top right corner, then select "My Profile".
3. Click on the **API Tokens** tab.
2. Click the profile icon in the top right corner, then select "My Profile".
3. Click the **API Tokens** tab.
4. Scroll down to the **API Keys** section.
5. Click **View** next to **Global API Key**.
6. Enter the account password to reveal the key, then copy it.
@@ -55,7 +55,7 @@ This method uses the Google Cloud CLI to authenticate and is suitable for develo
### Setup Application Default Credentials
1. In the [GCP Console](https://console.cloud.google.com/), click on "Activate Cloud Shell"
1. In the [GCP Console](https://console.cloud.google.com/), click "Activate Cloud Shell"
![Activate Cloud Shell](/images/providers/access-console.png)
@@ -29,7 +29,7 @@ Ensure the token has all required scopes. Missing permissions will cause some ch
### Step 1: Create a Personal Access Token
1. Log into the [Linode Cloud Manager](https://cloud.linode.com).
2. Click on your username in the top-right corner, then select **API Tokens** under the "My Profile" section.
2. Click your username in the top-right corner, then select **API Tokens** under the "My Profile" section.
3. Click **Create a Personal Access Token**.
4. Configure the token:
- **Label:** A descriptive name (e.g., "Prowler Security Scanner")
@@ -55,7 +55,7 @@ After running `oci session authenticate`, you need to manually add your user OCI
**Get your user OCID from the OCI Console:**
Navigate to: **Identity & Security** → **Users** → Click on your username → Copy the OCID
Navigate to: **Identity & Security** → **Users** → Click your username → Copy the OCID
![Get User OCID from OCI Console](./images/oci-user-ocid.png)
@@ -78,7 +78,7 @@ The easiest and most secure method is using OCI session authentication, which au
**Get your user OCID from the OCI Console:**
Navigate to: **Identity & Security** → **Users** → Click on your username → Copy the OCID
Navigate to: **Identity & Security** → **Users** → Click your username → Copy the OCID
![Get User OCID from OCI Console](./images/oci-user-ocid.png)
@@ -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.