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 5d36d10 commit 81443abCopy full SHA for 81443ab
src/content/tutorials/config.ts
@@ -8,7 +8,7 @@ export const categories = [
8
"web-design",
9
"accessibility",
10
"criticalAI",
11
- "p5-strands",
+ // "p5-strands",
12
"webgl",
13
"advanced",
14
] as const;
src/content/tutorials/en/intro-to-p5-strands.mdx
@@ -1,7 +1,7 @@
1
---
2
title: "p5.strands: Introduction to Shaders"
3
description: An introduction to shaders using p5.strands
4
-category: p5-strands
+category: "2.0"
5
categoryIndex: 0
6
featuredImage: ../images/featured/intro-to-p5-strands.png
7
featuredImageAlt: An abstract, cosmic scene with particles
0 commit comments