From a0a167df07c8cf13e958f925864522a4c9c1719a Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Fri, 3 Jan 2025 22:24:38 +0100 Subject: [PATCH] [C3] Consistently use full official full stack framework names Instead of using shortened names for the various full stack frameworks use their full official names --- ...site.mdx => deploy-a-solid-start-site.mdx} | 2 +- ...-site.mdx => deploy-a-svelte-kit-site.mdx} | 1 - src/content/docs/pages/get-started/c3.mdx | 27 ++++++++++++------- 3 files changed, 18 insertions(+), 12 deletions(-) rename src/content/docs/pages/framework-guides/{deploy-a-solid-site.mdx => deploy-a-solid-start-site.mdx} (99%) rename src/content/docs/pages/framework-guides/{deploy-a-svelte-site.mdx => deploy-a-svelte-kit-site.mdx} (99%) diff --git a/src/content/docs/pages/framework-guides/deploy-a-solid-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-solid-start-site.mdx similarity index 99% rename from src/content/docs/pages/framework-guides/deploy-a-solid-site.mdx rename to src/content/docs/pages/framework-guides/deploy-a-solid-start-site.mdx index 5fd9c2252bce33..2f611539af9561 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-solid-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-solid-start-site.mdx @@ -1,6 +1,6 @@ --- pcx_content_type: how-to -title: Solid +title: SolidStart --- import { Render, PackageManagers } from "~/components"; diff --git a/src/content/docs/pages/framework-guides/deploy-a-svelte-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-svelte-kit-site.mdx similarity index 99% rename from src/content/docs/pages/framework-guides/deploy-a-svelte-site.mdx rename to src/content/docs/pages/framework-guides/deploy-a-svelte-kit-site.mdx index f2cea8632e056b..0a9d76bd5f3162 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-svelte-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-svelte-kit-site.mdx @@ -1,7 +1,6 @@ --- pcx_content_type: how-to title: SvelteKit -description: Learn how to use Cloudflare's features with SvelteKit --- import { PagesBuildPreset, Render, PackageManagers } from "~/components"; diff --git a/src/content/docs/pages/get-started/c3.mdx b/src/content/docs/pages/get-started/c3.mdx index c004764019398a..6246b1b2c48e8d 100644 --- a/src/content/docs/pages/get-started/c3.mdx +++ b/src/content/docs/pages/get-started/c3.mdx @@ -10,7 +10,14 @@ description: Use C3 (`create-cloudflare` CLI) to set up and deploy new deployment. --- -import { Render, TabItem, Tabs, Type, MetaInfo, PackageManagers } from "~/components"; +import { + Render, + TabItem, + Tabs, + Type, + MetaInfo, + PackageManagers, +} from "~/components"; Cloudflare provides a CLI command for creating new Workers and Pages projects — `npm create cloudflare`, powered by the [`create-cloudflare` package](https://www.npmjs.com/package/create-cloudflare). @@ -37,8 +44,8 @@ If you choose the "Framework Starter" option, you will be prompted to choose a f - [Qwik](/pages/framework-guides/deploy-a-qwik-site/) - [React](/pages/framework-guides/deploy-a-react-site/) - [Remix](/pages/framework-guides/deploy-a-remix-site/) -- [Solid](/pages/framework-guides/deploy-a-solid-site/) -- [Svelte](/pages/framework-guides/deploy-a-svelte-site/) +- [SolidStart](/pages/framework-guides/deploy-a-solid-start-site/) +- [SvelteKit](/pages/framework-guides/deploy-a-svelte-kit-site/) - [Vue](/pages/framework-guides/deploy-a-vue-site/) When you use a framework, `npm create cloudflare` directly uses the framework's own command for generating a new projects, which may prompt additional questions. This ensures that the project you create is up-to-date with the latest version of the framework, and you have all the same options when creating you project via `npm create cloudflare` that you would if you created your project using the framework's tooling directly. @@ -229,7 +236,7 @@ Cloudflare collects anonymous usage data to improve `create-cloudflare` over tim You can opt-out if you do not wish to share any information. @@ -243,15 +250,15 @@ export CREATE_CLOUDFLARE_TELEMETRY_DISABLED=1 You can check the status of telemetry collection at any time. You can always re-enable telemetry collection.