diff --git a/docs/docs-beta/sidebars.ts b/docs/docs-beta/sidebars.ts index 6a14ae03df34e..dc046b2c713b1 100644 --- a/docs/docs-beta/sidebars.ts +++ b/docs/docs-beta/sidebars.ts @@ -28,6 +28,11 @@ const sidebars: SidebarsConfig = { type: 'category', label: 'Guides', items: [ + { + type: 'doc', + label: 'Project structure', + id: 'guides/project-structure', + }, { type: 'category', label: 'Data modeling',