Skip to content

Commit 30e7aba

Browse files
[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
1 parent 9bddf28 commit 30e7aba

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

public/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,8 @@
829829
/pages/how-to/deploy-a-vue-application/ /pages/framework-guides/deploy-a-vue-site/ 301
830830
/pages/functions/plugins/mailchannels/ /workers/tutorials/send-emails-with-resend/ 301
831831
/pages/framework-guides/deploy-a-vue-application/ /pages/framework-guides/deploy-a-vue-site 301
832+
/pages/framework-guides/deploy-a-solid-site/ /pages/framework-guides/deploy-a-solid-start-site/ 301
833+
/pages/framework-guides//pages/framework-guides/deploy-a-svelte-site/ /pages/framework-guides/deploy-a-svelte-kit-site/ 301
832834
/pages/how-to/deploy-a-zola-site/ /pages/framework-guides/deploy-a-zola-site/ 301
833835
/pages/how-to/elderjs/ /pages/framework-guides/deploy-an-elderjs-site/ 301
834836
/pages/configuration/language-support-and-tools/ /pages/configuration/build-image/ 301

src/content/docs/pages/framework-guides/deploy-a-solid-site.mdx renamed to src/content/docs/pages/framework-guides/deploy-a-solid-start-site.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: how-to
3-
title: Solid
3+
title: SolidStart
44
---
55

66
import { Render, PackageManagers } from "~/components";

src/content/docs/pages/framework-guides/deploy-a-svelte-site.mdx renamed to src/content/docs/pages/framework-guides/deploy-a-svelte-kit-site.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
pcx_content_type: how-to
33
title: SvelteKit
4-
description: Learn how to use Cloudflare's features with SvelteKit
54
---
65

76
import { PagesBuildPreset, Render, PackageManagers } from "~/components";

src/content/docs/pages/get-started/c3.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ If you choose the "Framework Starter" option, you will be prompted to choose a f
3737
- [Qwik](/pages/framework-guides/deploy-a-qwik-site/)
3838
- [React](/pages/framework-guides/deploy-a-react-site/)
3939
- [Remix](/pages/framework-guides/deploy-a-remix-site/)
40-
- [Solid](/pages/framework-guides/deploy-a-solid-site/)
41-
- [Svelte](/pages/framework-guides/deploy-a-svelte-site/)
40+
- [SolidStart](/pages/framework-guides/deploy-a-solid-start-site/)
41+
- [SvelteKit](/pages/framework-guides/deploy-a-svelte-kit-site/)
4242
- [Vue](/pages/framework-guides/deploy-a-vue-site/)
4343

4444
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.

0 commit comments

Comments
 (0)