From eeeb9d4c3d996367ebc406898d1c250b258cb942 Mon Sep 17 00:00:00 2001 From: ParzivalPavlis Date: Tue, 7 Oct 2025 15:49:02 +0200 Subject: [PATCH 1/3] docs: updated theme and aria-hidden in svg ask ai icon risk: low --- docs/assets/icons/ai.svg | 2 +- docs/go.mod | 2 +- docs/go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/assets/icons/ai.svg b/docs/assets/icons/ai.svg index f9f462dad..60e1dcdd5 100644 --- a/docs/assets/icons/ai.svg +++ b/docs/assets/icons/ai.svg @@ -1,4 +1,4 @@ - +{{ with resources.Get "icons/chevron.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }} {{ .LinkTitle }} @@ -32,7 +32,7 @@ {{ if $currentPage.IsSection }} {{ with index $currentPage.Pages.ByWeight 0 }} - + {{ with resources.Get "icons/chevron.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }} {{ .LinkTitle }} @@ -40,7 +40,7 @@ {{ else }} {{ if $currentPage.PrevInSection }} {{ with $currentPage.PrevInSection }} - + {{ with resources.Get "icons/chevron.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }} {{ $currentPage.PrevInSection.LinkTitle }}