diff --git a/src/content/docs/d1/tutorials/using-read-replication-for-e-com/index.mdx b/src/content/docs/d1/tutorials/using-read-replication-for-e-com/index.mdx index bfd4dfdbb50cbba..12487ef3dc5301e 100644 --- a/src/content/docs/d1/tutorials/using-read-replication-for-e-com/index.mdx +++ b/src/content/docs/d1/tutorials/using-read-replication-for-e-com/index.mdx @@ -49,7 +49,7 @@ Create a new Workers project by running the following command: product="workers" params={{ category: "hello-world", - type: "Worker + Assets", + type: "SSR / full-stack app", lang: "TypeScript", }} /> diff --git a/src/content/docs/pipelines/tutorials/query-data-with-motherduck/index.mdx b/src/content/docs/pipelines/tutorials/query-data-with-motherduck/index.mdx index 70ed6be7e356b3d..1169e520e540606 100644 --- a/src/content/docs/pipelines/tutorials/query-data-with-motherduck/index.mdx +++ b/src/content/docs/pipelines/tutorials/query-data-with-motherduck/index.mdx @@ -48,7 +48,7 @@ Create a new Worker project by running the following commands: product="workers" params={{ category: "hello-world", - type: "Worker + Assets", + type: "SSR / full-stack app", lang: "TypeScript", }} /> diff --git a/src/content/docs/pipelines/tutorials/send-data-from-client/index.mdx b/src/content/docs/pipelines/tutorials/send-data-from-client/index.mdx index 8f589c56678dd0d..0550a30f6cc7f0a 100644 --- a/src/content/docs/pipelines/tutorials/send-data-from-client/index.mdx +++ b/src/content/docs/pipelines/tutorials/send-data-from-client/index.mdx @@ -49,7 +49,7 @@ Create a new Worker project by running the following commands: product="workers" params={{ category: "hello-world", - type: "Worker + Assets", + type: "SSR / full-stack app", lang: "TypeScript", }} /> diff --git a/src/content/docs/workers/static-assets/get-started.mdx b/src/content/docs/workers/static-assets/get-started.mdx index 63987aece54928e..54e16b96e6bf9c1 100644 --- a/src/content/docs/workers/static-assets/get-started.mdx +++ b/src/content/docs/workers/static-assets/get-started.mdx @@ -46,7 +46,7 @@ This guide will instruct you through setting up and deploying a static site on W product="workers" params={{ category: "hello-world", - type: "Assets only", + type: "Static site", lang: "TypeScript", }} /> @@ -104,7 +104,7 @@ Open a terminal window and run C3 to create your Worker project: product="workers" params={{ category: "hello-world", - type: "Worker + Assets", + type: "SSR / full-stack app", lang: "TypeScript", }} />