Skip to content

Commit 58c9a42

Browse files
committed
partial rationalization of docs
1 parent 4085ab6 commit 58c9a42

25 files changed

+43
-62
lines changed

src/content/docs/ai-gateway/tutorials/deploy-aig-worker.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ tags:
66
- AI
77
- JavaScript
88
title: Deploy a Worker that connects to OpenAI via AI Gateway
9-
products:
10-
- Workers
119
description: Learn how to deploy a Worker that makes calls to OpenAI through AI Gateway
1210
---
1311

src/content/docs/analytics/graphql-api/tutorials/querying-workers-metrics.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: Querying Workers Metrics with GraphQL
33
pcx_content_type: example
4-
products:
5-
- Workers
6-
4+
products: [workers]
75
---
86

97
In this example, we are going to use the GraphQL Analytics API to query for Workers Metrics over a specified time period. We can query up to one month of data for dates up to three months ago.
@@ -127,4 +125,4 @@ https://api.cloudflare.com/client/v4/graphql \
127125
#=> }
128126
```
129127

130-
[^1]: Refer to [Configure an Analytics API token](/analytics/graphql-api/getting-started/authentication/api-token-auth/) for more information on configuration and permissions.
128+
[^1]: Refer to [Configure an Analytics API token](/analytics/graphql-api/getting-started/authentication/api-token-auth/) for more information on configuration and permissions.

src/content/docs/browser-rendering/workers-bindings/browser-rendering-with-DO.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
pcx_content_type: tutorial
33
title: Deploy a Browser Rendering Worker with Durable Objects
4-
products:
5-
- Workers
6-
- Durable Objects
7-
- R2
4+
products: [workers, durable-objects, r2]
85
difficulty: Beginner
96
reviewed: 2023-09-28
107
tags:

src/content/docs/cache/how-to/cache-rules/examples/browser-cache-ttl.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ pcx_content_type: example
33
summary: Browser Cache TTL
44
title: Browser Cache TTL
55
description: Browser Cache TTL
6-
products:
7-
- Cache Rules
86
---
97

108
import { Example, Render } from "~/components";

src/content/docs/cache/how-to/cache-rules/examples/bypass-cache-on-cookie.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ pcx_content_type: example
33
summary: Bypass Cache on Cookie
44
title: Bypass Cache on Cookie
55
description: Bypass Cache on Cookie
6-
products:
7-
- Cache Rules
6+
products: [cache-rules]
87
---
98

109
import { Example, Render } from "~/components";

src/content/docs/cache/how-to/cache-rules/examples/cache-deception-armor.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ pcx_content_type: example
33
summary: Cache Deception Armor
44
title: Cache Deception Armor
55
description: Cache Deception Armor
6-
products:
7-
- Cache Rules
6+
products: [cache-rules]
87
---
98

109
import { Example, Render } from "~/components";

src/content/docs/cache/how-to/cache-rules/examples/cache-device-type.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ pcx_content_type: example
33
summary: Cache by Device Type
44
title: Cache by Device Type
55
description: Cache by Device Type
6-
products:
7-
- Cache Rules
6+
products: [cache-rules]
87
---
98

109
import { Example, Render } from "~/components";

src/content/docs/cache/how-to/cache-rules/examples/cache-everything-ignore-query-strings.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ pcx_content_type: example
33
summary: Cache Everything while ignoring query strings
44
title: Cache Everything while ignoring query strings
55
description: Cache Everything while ignoring query strings
6-
products:
7-
- Cache Rules
6+
products: [cache-rules]
87
---
98

109
import { Example, Render } from "~/components";

src/content/docs/cache/how-to/cache-rules/examples/cache-everything.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ pcx_content_type: example
33
summary: Cache Level (Cache Everything)
44
title: Cache Level (Cache Everything)
55
description: Cache Level (Cache Everything)
6-
products:
7-
- Cache Rules
6+
products: [cache-rules]
87
---
98

109
import { Example, Render } from "~/components";

src/content/docs/cache/how-to/cache-rules/examples/cache-ttl-by-status-code.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ pcx_content_type: example
33
summary: Cache TTL by status code
44
title: Cache TTL by status code
55
description: Cache TTL by status code
6-
products:
7-
- Cache Rules
6+
products: [cache-rules]
87
---
98

109
import { Example, Render } from "~/components";

0 commit comments

Comments
 (0)