Skip to content

Commit 8f10cbf

Browse files
committed
review changes
1 parent ac3b20c commit 8f10cbf

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

apps/typegpu-docs/astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ export default defineConfig({
297297
{
298298
label: 'TypeGPU CLI',
299299
slug: 'tooling/typegpu-cli',
300+
badge: { text: 'new' },
300301
},
301302
{
302303
label: 'Build Plugin',
@@ -310,6 +311,7 @@ export default defineConfig({
310311
{
311312
label: 'AI Tools',
312313
slug: 'tooling/ai-tools',
314+
badge: { text: 'new' },
313315
},
314316
{
315317
label: 'WGSL to TypeGPU',

apps/typegpu-docs/src/content/docs/tooling/typegpu-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Run the CLI in the directory where you want to create your project:
3838
The CLI lets you choose a project name and one of the available templates:
3939

4040
- Vite
41-
- Vite with a more complete TypeGPU example
4241
- Vite + React
4342
- Expo React Native
43+
- ... and more
4444

4545
It can also install dependencies and download the official TypeGPU AI skill during setup.
4646

0 commit comments

Comments
 (0)