add technical manual to docs
This commit is contained in:
parent
c1d2bf9b9f
commit
d7ea37c917
7 changed files with 295 additions and 1 deletions
|
|
@ -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' },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue