From c7f4adb970d469f7601220cf5e389e0b2caa7cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Philipp=20Re=C3=9Fler?= <75355263+TabError@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:35:20 +0100 Subject: [PATCH] docs: added text to the label showing version-introduced info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jan-Philipp Reßler --- docs/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layouts/_default/baseof.html b/docs/layouts/_default/baseof.html index 02f332eae..f0934a4bd 100644 --- a/docs/layouts/_default/baseof.html +++ b/docs/layouts/_default/baseof.html @@ -36,7 +36,7 @@ "beta" "This feature is currently in beta must be used with care." }} - {{ if .Params.versionIntroduced }}{{ .Params.versionIntroduced }}{{ end }} + {{ if .Params.versionIntroduced }}added in {{ .Params.versionIntroduced }}{{ end }} {{ with .Params.status | lower }} {{ $statusCode := . }}