From a1915f3add48e80339d6385cd236f817538415e3 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 01:00:56 +0000 Subject: [PATCH] Add integrations next step cgen-6a79f4c1e69c49d7adc785a890e981b3 --- 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 d0ab2d73..482c9ce3 100644 --- a/client/pages/docs/DocsGettingStarted.tsx +++ b/client/pages/docs/DocsGettingStarted.tsx @@ -140,6 +140,11 @@ const explorationLinks = [ description: "Ask questions, share templates, and pair up with mentors in the public forums.", href: "/community", }, + { + title: "Integrations Playbook", + description: "Review the HelloSkip embed and extend it to other partners.", + href: "/docs/integrations", + }, ]; export default function DocsGettingStarted() {