Skip to content

Commit 44b63b0

Browse files
committed
update labels
1 parent ce000ab commit 44b63b0

File tree

48 files changed

+54
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+54
-83
lines changed

src/content/docs/ai-gateway/integrations/aig-workers-ai-binding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Running `npm create cloudflare@latest` will prompt you to install the create-clo
2727
product="workers"
2828
params={{
2929
category: "hello-world",
30-
type: "Hello World Worker",
30+
type: "Worker only",
3131
lang: "TypeScript",
3232
}}
3333
/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Create a Worker project in the command line:
4141
product="workers"
4242
params={{
4343
category: "hello-world",
44-
type: "Hello World Worker",
44+
type: "Worker only",
4545
lang: "JavaScript",
4646
}}
4747
/>

src/content/docs/browser-rendering/workers-binding-api/reuse-sessions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Create a new Worker project named `browser-worker` by running:
2828
product="workers"
2929
params={{
3030
category: "hello-world",
31-
type: "Hello World Worker",
31+
type: "Worker only",
3232
lang: "TypeScript",
3333
}}
3434
/>

src/content/docs/browser-rendering/workers-binding-api/screenshots.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Create a new Worker project named `browser-worker` by running:
2828
product="workers"
2929
params={{
3030
category: "hello-world",
31-
type: "Hello World Worker",
31+
type: "Worker only",
3232
lang: "JavaScript / TypeScript",
3333
}}
3434
/>

src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/configuration.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Create your dynamic dispatch Worker. In this example, the dispatch Worker is cal
102102
product="workers"
103103
params={{
104104
category: "hello-world",
105-
type: "Hello World Worker",
105+
type: "Worker only",
106106
lang: "JavaScript",
107107
}}
108108
/>
@@ -135,6 +135,7 @@ export default {
135135
},
136136
};
137137
```
138+
138139
This example shows a simple dynamic dispatch Worker that routes all requests to a single user Worker. For more advanced routing patterns, you could route based on hostname, path, custom metadata, or other request properties.
139140

140141
Deploy your dynamic dispatch Worker:

src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/developing-with-wrangler.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Support for Workers for Platforms with `wrangler dev` in local mode is experimen
2727
product="workers"
2828
params={{
2929
category: "hello-world",
30-
type: "Hello World Worker",
30+
type: "Worker only",
3131
lang: "JavaScript",
3232
}}
3333
/>
@@ -77,7 +77,7 @@ dispatch_namespace = "my-namespace"
7777
product="workers"
7878
params={{
7979
category: "hello-world",
80-
type: "Hello World Worker",
80+
type: "Worker only",
8181
lang: "JavaScript",
8282
}}
8383
/>
@@ -111,8 +111,6 @@ export default {
111111

112112
Update the Wrangler file for dispatch-worker and add the dispatch namespace binding:
113113

114-
115-
116114
<WranglerConfig>
117115

118116
```toml
@@ -139,7 +137,7 @@ outbound = { service = "outbound-worker", parameters = ["paramCustomerName"] }
139137
product="workers"
140138
params={{
141139
category: "hello-world",
142-
type: "Hello World Worker",
140+
type: "Worker only",
143141
lang: "JavaScript",
144142
}}
145143
/>

src/content/docs/cloudflare-one/identity/authorization-cookie/cors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ This will prompt you to install the [`create-cloudflare`](https://www.npmjs.com/
158158
product="workers"
159159
params={{
160160
category: "hello-world",
161-
type: "Hello World Worker",
161+
type: "Worker only",
162162
lang: "JavaScript",
163163
}}
164164
/>

src/content/docs/cloudflare-one/tutorials/extend-sso-with-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This approach allows you to:
5252
product="workers"
5353
params={{
5454
category: "hello-world",
55-
type: "Hello World Worker",
55+
type: "Worker only",
5656
lang: "JavaScript",
5757
}}
5858
/>

src/content/docs/d1/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Create a new Worker as the means to query your database.
4949
product="workers"
5050
params={{
5151
category: "hello-world",
52-
type: "Hello World Worker",
52+
type: "Worker only",
5353
lang: "TypeScript",
5454
}}
5555
/>

src/content/docs/d1/tutorials/build-a-comments-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use [C3](https://developers.cloudflare.com/learning-paths/workers/get-started/c3
2828
product="workers"
2929
params={{
3030
category: "hello-world",
31-
type: "Hello World Worker",
31+
type: "Worker only",
3232
lang: "JavaScript",
3333
}}
3434
/>

0 commit comments

Comments
 (0)