From a313418036c7053bd4256d0b3c06ebea19c9fda3 Mon Sep 17 00:00:00 2001 From: emily-shen <69125074+emily-shen@users.noreply.github.com> Date: Wed, 2 Apr 2025 16:41:01 +0100 Subject: [PATCH] include platform=pages --- .../docs/pages/framework-guides/deploy-a-docusaurus-site.mdx | 4 ++-- .../docs/pages/framework-guides/deploy-a-nuxt-site.mdx | 4 ++-- .../docs/pages/framework-guides/deploy-a-qwik-site.mdx | 4 ++-- .../docs/pages/framework-guides/deploy-a-react-site.mdx | 4 ++-- .../docs/pages/framework-guides/deploy-a-remix-site.mdx | 4 ++-- .../docs/pages/framework-guides/deploy-a-svelte-kit-site.mdx | 4 ++-- src/content/docs/pages/framework-guides/deploy-a-vue-site.mdx | 4 ++-- .../docs/pages/framework-guides/deploy-an-analog-site.mdx | 4 ++-- .../docs/pages/framework-guides/deploy-an-angular-site.mdx | 4 ++-- .../docs/pages/framework-guides/deploy-an-astro-site.mdx | 4 ++-- .../docs/pages/framework-guides/nextjs/ssr/get-started.mdx | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/content/docs/pages/framework-guides/deploy-a-docusaurus-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-docusaurus-site.mdx index 6380601fd4f5eb4..6774b0aee433867 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-docusaurus-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-docusaurus-site.mdx @@ -15,8 +15,8 @@ To use `create-cloudflare` to create a new Docusaurus project, run the following `create-cloudflare` will install additional dependencies, including the [Wrangler](/workers/wrangler/install-and-update/#check-your-wrangler-version) CLI and any necessary adapters, and ask you setup questions. diff --git a/src/content/docs/pages/framework-guides/deploy-a-nuxt-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-nuxt-site.mdx index 9bc44e0c203ddeb..ee87933f27fc745 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-nuxt-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-nuxt-site.mdx @@ -34,8 +34,8 @@ The [`create-cloudflare` CLI (C3)](/pages/get-started/c3/) will configure your N C3 will ask you a series of setup questions and create a new project with [`nuxi` (the official Nuxt CLI)](https://github.com/nuxt/cli). C3 will also install the necessary adapters along with the [Wrangler CLI](/workers/wrangler/install-and-update/#check-your-wrangler-version). diff --git a/src/content/docs/pages/framework-guides/deploy-a-qwik-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-qwik-site.mdx index ded0f1d7b8ae6bd..6d3b7f766a74a20 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-qwik-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-qwik-site.mdx @@ -17,8 +17,8 @@ To use `create-cloudflare` to create a new Qwik project, run the following comma `create-cloudflare` will install additional dependencies, including the [Wrangler CLI](/workers/wrangler/install-and-update/#check-your-wrangler-version) and any necessary adapters, and ask you setup questions. diff --git a/src/content/docs/pages/framework-guides/deploy-a-react-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-react-site.mdx index 571714e2c1747d4..fcbfacf1b76b974 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-react-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-react-site.mdx @@ -17,8 +17,8 @@ To use `create-cloudflare` to create a new React project, run the following comm `create-cloudflare` will install dependencies, including the [Wrangler](/workers/wrangler/install-and-update/#check-your-wrangler-version) CLI and the Cloudflare Pages adapter, and ask you setup questions. diff --git a/src/content/docs/pages/framework-guides/deploy-a-remix-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-remix-site.mdx index edb38b4d42c982b..6b6077ad24b61d6 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-remix-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-remix-site.mdx @@ -23,8 +23,8 @@ To use `create-cloudflare` to create a new Remix project, run the following comm `create-cloudflare` will install additional dependencies, including the [Wrangler](/workers/wrangler/install-and-update/#check-your-wrangler-version) CLI and any necessary adapters, and ask you setup questions. diff --git a/src/content/docs/pages/framework-guides/deploy-a-svelte-kit-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-svelte-kit-site.mdx index c341e7dc9c0c9c8..7c6893fcf2919ec 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-svelte-kit-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-svelte-kit-site.mdx @@ -18,8 +18,8 @@ To use `create-cloudflare` to create a new Svelte project, run the following com SvelteKit will prompt you for customization choices. For the template option, choose one of the application/project options. The remaining answers will not affect the rest of this guide. Choose the options that suit your project. diff --git a/src/content/docs/pages/framework-guides/deploy-a-vue-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-vue-site.mdx index c6f2601643ede37..261df3600e6ad77 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-vue-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-vue-site.mdx @@ -17,8 +17,8 @@ To use `create-cloudflare` to create a new Vue project, run the following comman diff --git a/src/content/docs/pages/framework-guides/deploy-an-analog-site.mdx b/src/content/docs/pages/framework-guides/deploy-an-analog-site.mdx index c6b6e09f75f06c7..196b053f912114d 100644 --- a/src/content/docs/pages/framework-guides/deploy-an-analog-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-an-analog-site.mdx @@ -23,8 +23,8 @@ The easiest way to create a new Analog project and deploy to Cloudflare Pages is C3 will walk you through the setup process and create a new project using `create-analog`, the official Analog creation tool. It will also install the necessary adapters along with the [Wrangler CLI](/workers/wrangler/install-and-update/#check-your-wrangler-version). diff --git a/src/content/docs/pages/framework-guides/deploy-an-angular-site.mdx b/src/content/docs/pages/framework-guides/deploy-an-angular-site.mdx index 9ba9f43070e6c71..4295ee35c1ff290 100644 --- a/src/content/docs/pages/framework-guides/deploy-an-angular-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-an-angular-site.mdx @@ -17,8 +17,8 @@ To use `create-cloudflare` to create a new Angular project, run the following co `create-cloudflare` will install dependencies, including the [Wrangler](/workers/wrangler/install-and-update/#check-your-wrangler-version) CLI and the Cloudflare Pages adapter, and ask you setup questions. diff --git a/src/content/docs/pages/framework-guides/deploy-an-astro-site.mdx b/src/content/docs/pages/framework-guides/deploy-an-astro-site.mdx index cd5f6eb0101734d..76346984c2e4c88 100644 --- a/src/content/docs/pages/framework-guides/deploy-an-astro-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-an-astro-site.mdx @@ -30,8 +30,8 @@ To use `create-cloudflare` to create a new Astro project, run the following comm Astro will ask: diff --git a/src/content/docs/pages/framework-guides/nextjs/ssr/get-started.mdx b/src/content/docs/pages/framework-guides/nextjs/ssr/get-started.mdx index f1d00200b4de3cb..5c1ad9445d0558d 100644 --- a/src/content/docs/pages/framework-guides/nextjs/ssr/get-started.mdx +++ b/src/content/docs/pages/framework-guides/nextjs/ssr/get-started.mdx @@ -25,8 +25,8 @@ To create a new Next.js app, pre-configured to run on Cloudflare, run: For more guidance on developing your app, refer to [Bindings](/pages/framework-guides/nextjs/ssr/bindings/) or the [Next.js documentation](https://nextjs.org).