From 7103e8902994e3f5bcd11600631a35373cffc46f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 01:26:54 +0000 Subject: [PATCH] Insert platform navigation entry cgen-a98b19d9c7a2480da2eb498acf096e9f --- client/pages/DocsLayout.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/pages/DocsLayout.tsx b/client/pages/DocsLayout.tsx index c67ed2cb..89cf0b64 100644 --- a/client/pages/DocsLayout.tsx +++ b/client/pages/DocsLayout.tsx @@ -30,6 +30,11 @@ const navigation = [ href: "/docs/getting-started", icon: BookOpen, }, + { + name: "Platform", + href: "/docs/platform", + icon: LayoutDashboard, + }, { name: "Tutorials", href: "/docs/tutorials",