begin first notes page

This commit is contained in:
Felix Roos 2023-05-27 13:31:18 +02:00
parent fc06181217
commit 4e575c44b3
5 changed files with 267 additions and 1 deletions

View file

@ -45,6 +45,7 @@ export const SIDEBAR: Sidebar = {
Workshop: [
{ text: 'Intro', link: 'workshop/intro' },
{ text: 'First Sounds', link: 'workshop/first-sounds' },
{ text: 'First Notes', link: 'workshop/first-notes' },
{ text: 'First Effects', link: 'workshop/first-effects' },
{ text: 'Mini Notation', link: 'workshop/mini-notation' },
],