From 861fc4666e9b1d2160141f4d24fc957f6f649f5c Mon Sep 17 00:00:00 2001 From: Brendan Irvine-Broque Date: Fri, 13 Dec 2024 15:42:10 -0800 Subject: [PATCH] Remove --category option from C3 docs because it does not work --- src/content/docs/pages/get-started/c3.mdx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/content/docs/pages/get-started/c3.mdx b/src/content/docs/pages/get-started/c3.mdx index c004764019398a6..7f300c590d05714 100644 --- a/src/content/docs/pages/get-started/c3.mdx +++ b/src/content/docs/pages/get-started/c3.mdx @@ -98,17 +98,6 @@ bun create cloudflare@latest [--] [] [OPTIONS] [-- ] - CLI arguments to pass to eventual third party CLIs C3 might invoke (in the case of full-stack applications). -- `--category` - - - The kind of templates that should be created. - - - The possible values for this option are: - - - `hello-world`: Hello World example - - `web-framework`: Framework Starter - - `demo`: Application Starter - - `remote-template`: Template from a GitHub repo - - `--type` - The type of application that should be created.