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() {