From 10367a61609cc5c98fb01a824232a656b8e62e60 Mon Sep 17 00:00:00 2001 From: Thomas Gauvin <35609369+thomasgauvin@users.noreply.github.com> Date: Fri, 5 Dec 2025 09:28:10 -0500 Subject: [PATCH] Add Beta badge to MySQL connection example --- src/content/docs/hyperdrive/examples/connect-to-mysql/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/hyperdrive/examples/connect-to-mysql/index.mdx b/src/content/docs/hyperdrive/examples/connect-to-mysql/index.mdx index 0ccf9101a7f3611..c1e1f63bc79a692 100644 --- a/src/content/docs/hyperdrive/examples/connect-to-mysql/index.mdx +++ b/src/content/docs/hyperdrive/examples/connect-to-mysql/index.mdx @@ -5,6 +5,8 @@ title: Connect to MySQL hideChildren: false sidebar: order: 2 + badge: + text: Beta group: hideIndex: false ---