From 47c7b2fad6107ded05cbe9a0d078eb839b6fd751 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 01:31:15 +0000 Subject: [PATCH] Add platform doc to exploration links cgen-4b01abd0040e4a72a762013bb31fb48e --- client/pages/docs/DocsGettingStarted.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/pages/docs/DocsGettingStarted.tsx b/client/pages/docs/DocsGettingStarted.tsx index 160cb5f1..99162a82 100644 --- a/client/pages/docs/DocsGettingStarted.tsx +++ b/client/pages/docs/DocsGettingStarted.tsx @@ -156,6 +156,11 @@ const explorationLinks = [ description: "Tour the dashboard, notification center, and collaboration features.", href: "/dashboard", }, + { + title: "Platform documentation", + description: "Share the high-level platform overview with non-technical teammates.", + href: "/docs/platform", + }, { title: "API Reference", description: "Review authentication flows, REST endpoints, and webhook schemas.",