Merge branch 'main' into gamepad-pr

This commit is contained in:
Felix Roos 2025-01-31 10:55:12 +01:00
commit d09809ed12
No known key found for this signature in database
119 changed files with 6463 additions and 3576 deletions

View file

@ -85,6 +85,7 @@ export const SIDEBAR: Sidebar = {
{ text: 'CSound', link: 'learn/csound' },
{ text: 'Hydra', link: 'learn/hydra' },
{ text: 'Input Devices', link: 'learn/input-devices' },
{ text: 'Device Motion', link: 'learn/devicemotion' },
],
'Pattern Functions': [
{ text: 'Introduction', link: 'functions/intro' },
@ -101,6 +102,7 @@ export const SIDEBAR: Sidebar = {
{ text: 'Coding syntax', link: 'learn/code' },
{ text: 'Pitch', link: 'understand/pitch' },
{ text: 'Cycles', link: 'understand/cycles' },
{ text: 'Voicings', link: 'understand/voicings' },
{ text: 'Pattern Alignment', link: 'technical-manual/alignment' },
{ text: 'Strudel vs Tidal', link: 'learn/strudel-vs-tidal' },
],