From ea140356671f9dc878cc6a53d76451982e9a1b13 Mon Sep 17 00:00:00 2001 From: Brendan Irvine-Broque Date: Fri, 13 Dec 2024 15:58:09 -0800 Subject: [PATCH 1/2] Use --category web-framework in Pages Docs --- .../c3-run-command-pages-no-directory.mdx | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/content/partials/workers/c3-run-command-pages-no-directory.mdx diff --git a/src/content/partials/workers/c3-run-command-pages-no-directory.mdx b/src/content/partials/workers/c3-run-command-pages-no-directory.mdx new file mode 100644 index 000000000000000..57bb6d679a7e1dd --- /dev/null +++ b/src/content/partials/workers/c3-run-command-pages-no-directory.mdx @@ -0,0 +1,21 @@ +--- +{} +--- + +import { TabItem, Tabs } from "~/components"; + + + +```sh +npm create cloudflare@latest -- --category web-framework +``` + + + + + +```sh +yarn create cloudflare@latest -- --category web-framework +``` + + From df7253d30f4e0013a1ffb251924b369a70a61749 Mon Sep 17 00:00:00 2001 From: Brendan Irvine-Broque Date: Fri, 13 Dec 2024 16:08:52 -0800 Subject: [PATCH 2/2] Use -- --category in Pages getting started --- src/content/docs/pages/get-started/c3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/pages/get-started/c3.mdx b/src/content/docs/pages/get-started/c3.mdx index c004764019398a6..5b717f5be54032d 100644 --- a/src/content/docs/pages/get-started/c3.mdx +++ b/src/content/docs/pages/get-started/c3.mdx @@ -18,7 +18,7 @@ Cloudflare provides a CLI command for creating new Workers and Pages projects Open a terminal window and run: - + Running this command will prompt you to install the [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) package, and then ask you questions about the type of application you wish to create.