Skip to content

Commit 34001ec

Browse files
committed
docs: Move ecosystem packages to correct section
1 parent 9d62851 commit 34001ec

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

apps/typegpu-docs/astro.config.mjs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,6 @@ export default defineConfig({
147147
slug: 'advanced/naming-convention',
148148
badge: { text: 'dev', variant: 'note' },
149149
},
150-
{
151-
label: '@typegpu/three',
152-
slug: 'ecosystem/typegpu-three',
153-
},
154-
{
155-
label: '@typegpu/react',
156-
slug: 'ecosystem/typegpu-react',
157-
},
158150
DEV && {
159151
label: 'Shader Generation',
160152
slug: 'advanced/shader-generation',
@@ -194,6 +186,10 @@ export default defineConfig({
194186
label: '@typegpu/three',
195187
slug: 'ecosystem/typegpu-three',
196188
},
189+
{
190+
label: '@typegpu/react',
191+
slug: 'ecosystem/typegpu-react',
192+
},
197193
{
198194
label: '@typegpu/sdf',
199195
slug: 'ecosystem/typegpu-sdf',

0 commit comments

Comments
 (0)