diff --git a/website/src/config.ts b/website/src/config.ts index 64971466..ba9b0666 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -89,9 +89,7 @@ export const SIDEBAR: Sidebar = { { text: 'Accumulation', link: 'learn/accumulation' }, { text: 'Tonal Functions', link: 'learn/tonal' }, ], - Understand: [ - { text: 'Pitch', link: 'understand/pitch' }, - ], + Understand: [{ text: 'Pitch', link: 'understand/pitch' }], Development: [ { text: 'REPL', link: 'technical-manual/repl' }, { text: 'Sounds', link: 'technical-manual/sounds' },