From 85e6d436ef6409f7708409d98135e65575cf0936 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 19 Jun 2026 21:29:58 +0100 Subject: [PATCH] motors workshop page --- website/src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/config.ts b/website/src/config.ts index eb098d009..12272dbcb 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -68,6 +68,7 @@ export const SIDEBAR: Sidebar = { { text: 'Pattern Effects', link: 'workshop/pattern-effects' }, { text: 'Recap', link: 'workshop/recap' }, { text: 'Workshop in German', link: 'de/workshop/getting-started' }, + { text: 'Tanglebot workshop', link: 'workshop/motors' }, ], 'Making Sound': [ { text: 'Samples', link: 'learn/samples' },