add technical manual to docs

This commit is contained in:
Felix Roos 2022-12-26 22:43:02 +01:00
parent c1d2bf9b9f
commit d7ea37c917
7 changed files with 295 additions and 1 deletions

View file

@ -57,5 +57,10 @@ export const SIDEBAR: Sidebar = {
{ text: 'Tonal', link: 'learn/tonal' },
{ text: 'MIDI & OSC', link: 'learn/input-output' },
],
'Technical Manual': [
{ text: 'Patterns', link: 'technical-manual/patterns' },
{ text: 'REPL', link: 'technical-manual/repl' },
{ text: 'Pattern Alignment', link: 'technical-manual/alignment' },
],
},
};