We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d825c0 commit 37dd13cCopy full SHA for 37dd13c
src/content/docs/workers/runtime-apis/bindings/secrets-store.mdx
@@ -1,8 +1,10 @@
1
---
2
pcx_content_type: navigation
3
-title: Secrets Store (Beta)
+title: Secrets Store
4
external_link: /secrets-store/integrations/workers/
5
head: []
6
description: Account-level secrets that can be added to Workers applications as a binding.
7
-
+sidebar:
8
+ badge:
9
+ text: Beta
10
src/util/sidebar.ts
@@ -296,7 +296,7 @@ async function handleLink(link: Link): Promise<Link> {
296
text: "API",
297
variant: "note",
298
}
299
- : undefined,
+ : link.badge,
300
attrs: {
301
"data-external-link": true,
302
},
0 commit comments