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 0b66f99 commit 0f3045f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import TabItem from '@theme/TabItem';
Aiven provides managed open source services for streaming, storing and analyzing data on all major clouds.
All services run reliably and securely in the clouds of your choice, are observable, and can easily be integrated with each other and with external 3rd party tools.

<img src={Overview} className="centered" alt="" width="54%" />
<img src={Overview} className="centered" alt="Illustration of the platform" width="54%" />

## Discover the Aiven platform

Expand Down
2 changes: 1 addition & 1 deletion docs/platform/howto/use-aws-privatelinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ AWS PrivateLink is not supported in:
As a result, PrivateLink connection details are added to the **Connection information** section on the service
<ConsoleLabel name="overview"/>.
<img src={AivenConsolePrivateLinkConfiguration} className="image"/>
<img src={AivenConsolePrivateLinkConfiguration} className="image" alt="Screenshot of the configuration"/>
It takes a couple of minutes before connectivity is available after
you enable a service component. This is because AWS requires an AWS
Expand Down
6 changes: 3 additions & 3 deletions docs/products/kafka/concepts/upgrade-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This example demonstrates the steps in the automated upgrade procedure for
a 3-node Apache Kafka service, visualized below:
<!-- vale on -->

<img src={MyImg} className="centered" alt="" width="65%" />
<img src={MyImg} className="centered" alt="3-node Kafka service" width="60%" />

During an upgrade procedure:

Expand All @@ -40,7 +40,7 @@ During an upgrade procedure:
1. **Transfer data and leadership:** The partition data and leadership are transferred
to new nodes.

<img src={MyImg2} className="centered" alt="" width="65%" />
<img src={MyImg2} className="centered" alt="Kafka cluster illustration" width="65%" />

:::warning
This step is CPU intensive due to the additional data movement
Expand All @@ -58,7 +58,7 @@ During an upgrade procedure:
1. **Complete process**: The process is completed once the last old node has been
removed from the cluster.

<img src={MyImg3} className="centered" alt="" width="65%" />
<img src={MyImg3} className="centered" alt="Kafka cluster new node illustration" width="65%" />

## No downtime during upgrade

Expand Down

0 comments on commit 0f3045f

Please sign in to comment.