From 7eac43e26d295e01f88273d860dca32be18c6e25 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 20 Jun 2025 14:10:40 +0100 Subject: [PATCH] Add beta tooltip text to global attributes --- modules/ROOT/partials/global-attributes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/partials/global-attributes.yml b/modules/ROOT/partials/global-attributes.yml index 6a43acc3ce..9a5fed3d48 100644 --- a/modules/ROOT/partials/global-attributes.yml +++ b/modules/ROOT/partials/global-attributes.yml @@ -21,3 +21,4 @@ badge-perf-storage: 'image:https://img.shields.io/badge/Performance-Storage-yell badge-deprecated: 'image:https://img.shields.io/badge/-Deprecated-red.svg[]' badge-tech-preview: 'image:https://img.shields.io/badge/Technical%20Preview-Version%2023.2.x-red.svg[Technical Preview]' badge-cloud-beta: 'image:https://img.shields.io/badge/Beta-red.svg[Beta]' +page-beta-text: 'This feature is in beta. Features in beta are available for testing and feedback. They are not supported by Redpanda and should not be used in production environments.'