hide internals for now

This commit is contained in:
Felix Roos 2023-01-12 02:15:42 +01:00
parent bf13e42092
commit e3b0f47c40

View File

@ -75,7 +75,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' },
// { text: 'Internals', link: 'technical-manual/internals' },
],
},
};