add showcase

This commit is contained in:
Felix Roos 2024-01-01 17:56:29 +01:00
parent 5150ec06dc
commit d99607ea14
5 changed files with 169 additions and 1 deletions

View file

@ -54,8 +54,12 @@ export const SIDEBAR: Sidebar = {
],
},
en: {
Presentation: [
{ text: 'What is Strudel?', link: 'workshop/getting-started' },
{ text: 'Showcase', link: 'intro/showcase' },
],
Workshop: [
{ text: 'Getting Started', link: 'workshop/getting-started' },
// { text: 'Getting Started', link: 'workshop/getting-started' },
{ text: 'First Sounds', link: 'workshop/first-sounds' },
{ text: 'First Notes', link: 'workshop/first-notes' },
{ text: 'First Effects', link: 'workshop/first-effects' },