Skip to content

Commit 1e93ad5

Browse files
authored
Update categorization of Examples (#1674)
1 parent d82e16d commit 1e93ad5

35 files changed

+40
-61
lines changed

products/workers/src/content/examples/ab-testing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ order: 1000
33
type: example
44
summary: Set up an A/B test by controlling what response is served based on cookies.
55
tags:
6-
- JAMstack
76
- Originless
87
---
98

products/workers/src/content/examples/accessing-the-cloudflare-object.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ type: example
44
summary: Access custom Cloudflare properties and control how Cloudflare features are applied to every request.
55
demo: https://accessing-the-cloudflare-object.workers-sites-examples.workers.dev
66
tags:
7-
- API
8-
- JSON
97
- Originless
108
---
119

12-
# Accessing the Cloudflare object
10+
# Accessing the `cf` object
1311

1412
<ContentColumn>
1513
<p>{props.frontmatter.summary}</p>

products/workers/src/content/examples/aggregate-requests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ order: 1000
33
type: example
44
summary: Send two GET request to two urls and aggregates the responses into one response.
55
tags:
6-
- JSON
7-
- HTML
6+
- Originless
87
---
98

109
# Aggregate requests

products/workers/src/content/examples/alter-headers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ order: 1000
33
type: example
44
summary: Change the headers sent in a request or returned in a response.
55
tags:
6-
- Security
6+
- Headers
7+
- Middleware
78
---
89

910
# Alter headers

products/workers/src/content/examples/auth-with-headers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ order: 1000
33
type: example
44
summary: Allow or deny a request based on a known pre-shared key in a header. This is not meant to replace the WebCrypto API.
55
tags:
6-
- Security
6+
- Authentication
7+
- WebCrypto
78
---
89

910
# Auth with headers

products/workers/src/content/examples/basic-auth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ summary: Shows how to restrict access using the HTTP "Basic" schema.
55
tags:
66
- Security
77
- Originless
8+
- Authentication
89
---
910

1011
# HTTP "Basic" Authentication

products/workers/src/content/examples/block-on-tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ order: 1000
33
type: example
44
summary: Inspects the incoming request's TLS version and blocks if under TLSv1.2.
55
tags:
6-
- Originless
76
- Security
7+
- Middleware
88
---
99

1010
# Block on TLS

products/workers/src/content/examples/bulk-origin-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ order: 1000
33
type: example
44
summary: Resolve requests to your domain to a set of proxy third-party origin URLs.
55
tags:
6-
- Proxy
6+
- Middleware
77
---
88

9-
# Bulk origin proxy
9+
# Bulk origin override
1010

1111
<ContentColumn>
1212
<p>{props.frontmatter.summary}</p>

products/workers/src/content/examples/bulk-redirects.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ order: 1000
33
type: example
44
summary: Redirect requests to certain URLs based on a mapped object to the request's URL.
55
tags:
6-
- Security
7-
- Proxy
6+
- Middleware
87
---
98

109
# Bulk redirects

products/workers/src/content/examples/cache-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 1000
33
type: example
44
summary: Use the Cache API to store responses in Cloudflare's cache.
55
tags:
6-
- API
6+
- Cache API
77
- Middleware
88
- Caching
99
---

0 commit comments

Comments
 (0)