Skip to content

Commit 37dd13c

Browse files
authored
Use badge for beta (#23135)
1 parent 9d825c0 commit 37dd13c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
pcx_content_type: navigation
3-
title: Secrets Store (Beta)
3+
title: Secrets Store
44
external_link: /secrets-store/integrations/workers/
55
head: []
66
description: Account-level secrets that can be added to Workers applications as a binding.
7-
7+
sidebar:
8+
badge:
9+
text: Beta
810
---

src/util/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ async function handleLink(link: Link): Promise<Link> {
296296
text: "API",
297297
variant: "note",
298298
}
299-
: undefined,
299+
: link.badge,
300300
attrs: {
301301
"data-external-link": true,
302302
},

0 commit comments

Comments
 (0)