From 87749541f7d69f7c289c94e83dcb4f7b7e77b195 Mon Sep 17 00:00:00 2001 From: Jun Lee Date: Thu, 5 Jun 2025 14:55:08 +0100 Subject: [PATCH] Adding beta badge to read replication --- src/content/docs/d1/best-practices/read-replication.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/d1/best-practices/read-replication.mdx b/src/content/docs/d1/best-practices/read-replication.mdx index 96974880508faf4..c9bb25b72173cb6 100644 --- a/src/content/docs/d1/best-practices/read-replication.mdx +++ b/src/content/docs/d1/best-practices/read-replication.mdx @@ -3,6 +3,7 @@ title: Global read replication pcx_content_type: concept sidebar: order: 90 + badge: Beta --- import { GlossaryTooltip, Details, GitHubCode, APIRequest, Tabs, TabItem, TypeScriptExample } from "~/components"