From 62855da386eb626224a35e3bd76d2bf80677d432 Mon Sep 17 00:00:00 2001 From: Amadeus Demarzi Date: Tue, 16 Jun 2026 14:03:54 -0700 Subject: [PATCH] Removing BETA badge from Virtualization --- apps/docs/lib/mdx.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/lib/mdx.tsx b/apps/docs/lib/mdx.tsx index d935f52fb..17b727f18 100644 --- a/apps/docs/lib/mdx.tsx +++ b/apps/docs/lib/mdx.tsx @@ -58,7 +58,7 @@ function MdxLink(props: ComponentPropsWithoutRef<'a'>) { // Section headings whose `## ` slug should render a "Beta" badge. The badge is // appended after the heading text (not part of the markdown) so the slug—and // therefore the anchor and any child heading ids—stays unchanged. -const BETA_DOC_HEADING_IDS = new Set(['editor', 'virtualization']); +const BETA_DOC_HEADING_IDS = new Set(['editor']); function MdxHeading2({ id,