write more about packages / monorepo setup

This commit is contained in:
Felix Roos 2023-01-28 17:59:59 +01:00
parent fd9ab987e6
commit 4121fc926e
2 changed files with 72 additions and 2 deletions

View file

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