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.",