From 238be766d0fd376b355f1055db68dd6c9a5ac263 Mon Sep 17 00:00:00 2001 From: Michael <4323565-dec0dedd@users.noreply.gitlab.com> Date: Thu, 29 Aug 2024 18:57:31 +0000 Subject: [PATCH] Updated alt text for images in integrations/kroki.md and labels.md --- doc/administration/integration/kroki.md | 8 ++++---- doc/administration/labels.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/administration/integration/kroki.md b/doc/administration/integration/kroki.md index c8ab19d8dbc95..2308a51ddfea5 100644 --- a/doc/administration/integration/kroki.md +++ b/doc/administration/integration/kroki.md @@ -116,7 +116,7 @@ The above blocks are converted to an HTML image tag with source pointing to the Kroki instance. If the Kroki server is correctly configured, this should render a nice diagram instead of the block: - + Kroki supports more than a dozen diagram libraries. Here's a few examples for AsciiDoc: @@ -147,7 +147,7 @@ digraph finite_state_machine { .... ``` - + **C4 (based on PlantUML)** @@ -173,7 +173,7 @@ Rel(banking_system, mainframe, "Uses") .... ``` - + <!-- vale gitlab_base.Spelling = NO --> @@ -200,4 +200,4 @@ Rel(banking_system, mainframe, "Uses") .... ``` - + diff --git a/doc/administration/labels.md b/doc/administration/labels.md index 7c71affe91f70..b99ac7634e18e 100644 --- a/doc/administration/labels.md +++ b/doc/administration/labels.md @@ -21,7 +21,7 @@ Labels created in the **Admin** area are automatically added to new projects. They are not available to new groups. Updating or adding labels in the **Admin** area does not modify labels in existing projects. - + <!-- ## Troubleshooting -- GitLab