From 9e2fd5a45e0f3daf938db091544af6afd8411a95 Mon Sep 17 00:00:00 2001 From: Colton Padden Date: Wed, 21 Aug 2024 15:03:04 -0400 Subject: [PATCH] tmp sidebar location --- docs/docs-beta/sidebars.ts | 5 +++++ 1 file changed, 5 insertions(+) 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',