diff --git a/client/components/docs/DocsLayout.tsx b/client/components/docs/DocsLayout.tsx index b9100faa..61f85c4d 100644 --- a/client/components/docs/DocsLayout.tsx +++ b/client/components/docs/DocsLayout.tsx @@ -26,7 +26,7 @@ interface DocNavItem { const docNavigation: DocNavItem[] = [ { title: "Overview", - path: "/docs/overview", + path: "/docs", icon: , description: "Get started with AeThex", }, @@ -44,7 +44,7 @@ const docNavigation: DocNavItem[] = [ }, { title: "API Reference", - path: "/docs/api-reference", + path: "/docs/api", icon: , description: "Complete API documentation", }, @@ -258,7 +258,7 @@ export default function DocsLayout({

Product