diff --git a/web/app/docs/layout.tsx b/web/app/docs/layout.tsx
index a84b304..8446e71 100644
--- a/web/app/docs/layout.tsx
+++ b/web/app/docs/layout.tsx
@@ -5,12 +5,13 @@ import Footer from "@/components/footer"
export default function DocsLayout({ children }: { children: React.ReactNode }) {
return (
-
+
-
{children}
+
+ {children}
+
-
+
)
}
-
diff --git a/web/components/DocSidebar.tsx b/web/components/DocSidebar.tsx
index a1a0c82..4bd1bf7 100644
--- a/web/components/DocSidebar.tsx
+++ b/web/components/DocSidebar.tsx
@@ -126,30 +126,26 @@ export default function DocSidebar() {
}
}
-return (
- <>
-
-
-
-
-
-
- >
-)
+
Documentation
+
{sidebarItems.map(renderMenuItem)}
+
+ >
+ )
}
-
-