From d27a9325f4864b70ee5cf0c6da1e65953253f45a Mon Sep 17 00:00:00 2001 From: Peter Pistorius Date: Sat, 8 Nov 2025 12:01:33 +0200 Subject: [PATCH] Add 'redwood' to c3 cli. --- src/content/docs/pages/get-started/c3.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/pages/get-started/c3.mdx b/src/content/docs/pages/get-started/c3.mdx index 70acc307274edc..439b27eb10b305 100644 --- a/src/content/docs/pages/get-started/c3.mdx +++ b/src/content/docs/pages/get-started/c3.mdx @@ -48,6 +48,7 @@ If you choose the "Framework Starter" option, you will be prompted to choose a f - [Nuxt](/pages/framework-guides/deploy-a-nuxt-site/) - [Qwik](/pages/framework-guides/deploy-a-qwik-site/) - [React](/pages/framework-guides/deploy-a-react-site/) +- [Redwood](/workers/framework-guides/web-apps/redwoodsdk/) - [Remix](/pages/framework-guides/deploy-a-remix-site/) - [SolidStart](/pages/framework-guides/deploy-a-solid-start-site/) - [SvelteKit](/pages/framework-guides/deploy-a-svelte-kit-site/) @@ -130,6 +131,7 @@ This is the full format of a C3 invocation alongside the possible CLI arguments: - `nuxt` - `qwik` - `react` + - `redwood` - `remix` - `solid` - `svelte`