docs: testing + docs

This commit is contained in:
Felix Roos 2022-12-30 19:54:02 +01:00
parent 6961388545
commit 8483868783
5 changed files with 101 additions and 3 deletions

View file

@ -61,6 +61,8 @@ export const SIDEBAR: Sidebar = {
{ text: 'Patterns', link: 'technical-manual/patterns' },
{ text: 'REPL', link: 'technical-manual/repl' },
{ text: 'Pattern Alignment', link: 'technical-manual/alignment' },
{ text: 'Docs', link: 'technical-manual/docs' },
{ text: 'Testing', link: 'technical-manual/testing' },
],
},
};