Skip to content

Commit 95d6ce2

Browse files
minddustkodster28
andauthored
[Docs Site] add missing type highlighting to c3.mdx (cloudflare#19716)
* [Docs Pages] add missing type highlighting to c3.mdx * Retrigger CI --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent e364a31 commit 95d6ce2

File tree

1 file changed

+8
-8
lines changed
  • src/content/docs/pages/get-started

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pnpm create cloudflare@latest [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
9595

9696
- The directory where the application should be created. The name of the application is taken from the directory name.
9797

98-
- `NESTED ARGS..` string\[] optional
98+
- `NESTED ARGS..` <Type text="string[]" /> <MetaInfo text="optional" />
9999

100100
- CLI arguments to pass to eventual third party CLIs C3 might invoke (in the case of full-stack applications).
101101

@@ -169,11 +169,11 @@ pnpm create cloudflare@latest [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
169169

170170
See the [templates folder](https://github.com/cloudflare/workers-sdk/tree/main/packages/create-cloudflare/templates) of this repo for more examples.
171171

172-
- `--deploy` boolean (default: true) optional
172+
- `--deploy` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
173173

174174
- Deploy your application after it has been created.
175175

176-
- `--lang`string (default: ts) optional
176+
- `--lang` <Type text="string" /> <MetaInfo text="(default: ts) optional" />
177177

178178
- The programming language of the template.
179179

@@ -183,15 +183,15 @@ pnpm create cloudflare@latest [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
183183
- `js`
184184
- `python`
185185

186-
- `--ts`boolean (default: true) optional
186+
- `--ts` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
187187

188-
- Use TypeScript in your application. Deprecated. Please use `--lang=ts` instead.
188+
- Use TypeScript in your application. Deprecated. Uuse `--lang=ts` instead.
189189

190-
- `--git` boolean (default: true) optional
190+
- `--git` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
191191

192192
- Initialize a local git repository for your application.
193193

194-
- `--open` boolean (default: true) optional
194+
- `--open` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
195195

196196
- Open with your browser the deployed application (this option is ignored if the application is not deployed).
197197

@@ -205,7 +205,7 @@ pnpm create cloudflare@latest [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
205205

206206
- Use all the default C3 options each can also be overridden by specifying it.
207207

208-
- `--auto-update` boolean (default: true) optional
208+
- `--auto-update` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
209209

210210
- Automatically uses the latest version of C3.
211211

0 commit comments

Comments
 (0)