Skip to content

Commit db7ebe5

Browse files
committed
Remove beta references
1 parent a232d66 commit db7ebe5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/content/docs/rules/snippets/index.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
22
pcx_content_type: concept
3-
title: Snippets
3+
title: Cloudflare Snippets
44
sidebar:
55
order: 4
66
group:
7-
badge:
8-
text: Beta
7+
label: Snippets
98
head:
109
- tag: title
11-
content: Cloudflare Snippets (beta)
10+
content: Cloudflare Snippets
1211
---
1312

1413
import { FeatureTable, GlossaryTooltip, Render, Card } from "~/components";
1514

16-
Cloudflare Snippets (beta) provide a powerful and flexible way to customize the behavior of your website or application using short pieces of JavaScript code. With Snippets, you can modify HTTP response headers, implement <GlossaryTooltip term="JSON web token (JWT)" prepend="JSON web token (JWT) is ">JWT</GlossaryTooltip> validation, perform complex <GlossaryTooltip term="redirect">redirects</GlossaryTooltip>, and much more.
15+
Cloudflare Snippets provide a powerful and flexible way to customize the behavior of your website or application using short pieces of JavaScript code. With Snippets, you can modify HTTP response headers, implement <GlossaryTooltip term="JSON web token (JWT)" prepend="JSON web token (JWT) is ">JWT</GlossaryTooltip> validation, perform complex <GlossaryTooltip term="redirect">redirects</GlossaryTooltip>, and much more.
1716

1817
For code samples addressing common use cases, please refer to the [Examples](/rules/snippets/examples/) section.
1918

src/content/plans/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@
13181318
}
13191319
},
13201320
"snippets": {
1321-
"title": "Snippets (beta)",
1321+
"title": "Snippets",
13221322
"link": "/rules/snippets/",
13231323
"properties": {
13241324
"availability": {

0 commit comments

Comments
 (0)