docs: added text to the label showing version-introduced info

Co-authored-by: Jan-Philipp Reßler <xodarap@xodarap.de>
This commit is contained in:
Jan-Philipp Reßler
2026-03-09 19:35:20 +01:00
committed by Nick Craig-Wood
parent 9468ac3129
commit c7f4adb970

View File

@@ -36,7 +36,7 @@
"beta" "This feature is currently in beta must be used with care."
}}
{{ if .Params.versionIntroduced }}<span class="badge badge-pill badge-secondary float-right" style="margin-top: 30px; font-size: 100%" title="This feature needs Rclone {{ .Params.versionIntroduced }} or later.">{{ .Params.versionIntroduced }}</span>{{ end }}
{{ if .Params.versionIntroduced }}<span class="badge badge-pill badge-secondary float-right" style="margin-top: 30px; font-size: 100%" title="This feature needs Rclone {{ .Params.versionIntroduced }} or later.">added in {{ .Params.versionIntroduced }}</span>{{ end }}
{{ with .Params.status | lower }}
{{ $statusCode := . }}