diff --git a/website/src/config.ts b/website/src/config.ts index 488b530e..392811dd 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -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' }, ], }, };