We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d62851 commit 34001ecCopy full SHA for 34001ec
1 file changed
apps/typegpu-docs/astro.config.mjs
@@ -147,14 +147,6 @@ export default defineConfig({
147
slug: 'advanced/naming-convention',
148
badge: { text: 'dev', variant: 'note' },
149
},
150
- {
151
- label: '@typegpu/three',
152
- slug: 'ecosystem/typegpu-three',
153
- },
154
155
- label: '@typegpu/react',
156
- slug: 'ecosystem/typegpu-react',
157
158
DEV && {
159
label: 'Shader Generation',
160
slug: 'advanced/shader-generation',
@@ -194,6 +186,10 @@ export default defineConfig({
194
186
label: '@typegpu/three',
195
187
slug: 'ecosystem/typegpu-three',
196
188
189
+ {
190
+ label: '@typegpu/react',
191
+ slug: 'ecosystem/typegpu-react',
192
+ },
197
193
{
198
label: '@typegpu/sdf',
199
slug: 'ecosystem/typegpu-sdf',
0 commit comments