add internals doc

This commit is contained in:
Felix Roos 2023-01-11 22:48:47 +01:00
parent a120a9895b
commit d5f37e2cbe
3 changed files with 202 additions and 4 deletions

View file

@ -74,6 +74,7 @@ export const SIDEBAR: Sidebar = {
{ text: 'REPL', link: 'technical-manual/repl' },
{ text: 'Docs', link: 'technical-manual/docs' },
{ text: 'Testing', link: 'technical-manual/testing' },
{ text: 'Internals', link: 'technical-manual/internals' },
],
},
};