Skip to content

Commit

Permalink
add: missing alt
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Dec 3, 2024
1 parent 0f3045f commit 31702b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/platform/howto/vpc-peering-upcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The peering becomes active and the traffic is shared only after you create the p
both from the source network and from the target network.
:::

<img src={UpcloudVpcPeering} className="image"/>
<img src={UpcloudVpcPeering} className="image" alt="Create network peering"/>

### Use the UpCloud API{#upcloud-api}

Expand Down
10 changes: 5 additions & 5 deletions docs/products/kafka/howto/kafka-quix.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ To configure and connect Aiven for Apache Kafka® with Klaw:
1. Create an environment.
- If you're editing an existing project, open the project settings and click **+ New environment**.

<img src={NewEnv} className="image" width="50%"/>
<img src={NewEnv} className="image" width="50%" alt="New environment"/>

- Follow the setup wizard until you get to the broker settings.

1. When you get to the broker settings, select **Aiven** as your broken provider.

<img src={BrokerOption} className="image" width="50%"/>
<img src={BrokerOption} className="image" width="50%" alt="Broker settings"/>

1. Configure the required settings:

<img src={BrokerSettings} className="image" width="50%"/>
<img src={BrokerSettings} className="image" width="50%" alt="Broker setup"/>

- **Service URI**: Enter the Service URI for your Apache Kafka service. Find the
service URI in the Connection information page of your service in Aiven Console
Expand All @@ -72,7 +72,7 @@ can deploy in a few clicks.
To test your Aiven for Apache Kafka® connection, you can use the [_Hello Quix_
template](https://quix.io/templates/hello-quix), which is a three-step pipeline:

<img src={Template} className="image"/>
<img src={Template} className="image" alt="Screenshot of a pipeline"/>

1. Click [**Clone this project**](https://portal.platform.quix.io/signup?projectName=Hello%20Quix&httpsUrl=https://github.com/quixio/template-hello-quix&branchName=tutorial).
1. On the **Import Project** screen, click **Quix advanced configuration** to ensure
Expand All @@ -85,7 +85,7 @@ template](https://quix.io/templates/hello-quix), which is a three-step pipeline:

In the Quix portal, wait for the services to deploy and their status to become **Running**.

<img src={Pipeline} className="image"/>
<img src={Pipeline} className="image" alt="Screenshot of a pipeline"/>

Ensure the `_csv-data_` and `_counted-names_` required topics appear in both Quix
and Aiven. In Aiven, topics that originate from Quix have the Quix workspace
Expand Down

0 comments on commit 31702b8

Please sign in to comment.