Skip to content

Commit 81443ab

Browse files
committed
Put p5.strands tutorial in 2.0 category
1 parent 5d36d10 commit 81443ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/tutorials/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const categories = [
88
"web-design",
99
"accessibility",
1010
"criticalAI",
11-
"p5-strands",
11+
// "p5-strands",
1212
"webgl",
1313
"advanced",
1414
] as const;

src/content/tutorials/en/intro-to-p5-strands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "p5.strands: Introduction to Shaders"
33
description: An introduction to shaders using p5.strands
4-
category: p5-strands
4+
category: "2.0"
55
categoryIndex: 0
66
featuredImage: ../images/featured/intro-to-p5-strands.png
77
featuredImageAlt: An abstract, cosmic scene with particles

0 commit comments

Comments
 (0)