From efdbfb74786b76990f8dbbb2078b3149aaf1f674 Mon Sep 17 00:00:00 2001 From: Adeola Adeyemo Date: Wed, 17 Jun 2026 14:22:19 +0000 Subject: [PATCH] docs(journeys): link npm package and drop SDK beta notice The Journey Embed SDK is now generally available, so remove the beta admonition from the SDK page. Link the @epilot/journey-embed-sdk package name to its npm page in the npm install section. Co-Authored-By: Claude --- docs/journeys/sdk.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/journeys/sdk.md b/docs/journeys/sdk.md index db51ec0..0924f72 100644 --- a/docs/journeys/sdk.md +++ b/docs/journeys/sdk.md @@ -9,12 +9,6 @@ The Journey Embed SDK is a chainable JavaScript API for rendering epilot Journey - A **rewritten iframe engine** that replaces the legacy [`__epilot` script](/docs/journeys/embedding) with a faster, cleaner host integration. - The [`` Web Component](/docs/journeys/web-components), a custom HTML element that renders in Shadow DOM. -:::info Beta - -The SDK is in beta. Test it before rolling out to production. Existing embeds using the [legacy `__epilot` script](/docs/journeys/embedding) continue to work. - -::: - :::tip When to use the SDK For iframe embedding, the SDK is the new default. It replaces the legacy `__epilot` script. @@ -87,7 +81,7 @@ Before the bundle loads, `onReady(cb)` pushes `cb` onto a queue. When the bundle ### Option 3: npm package -For bundler-based apps (Next.js, Vite, Webpack, etc.), install the SDK from npm. You'll get full TypeScript types and autocomplete: +For bundler-based apps (Next.js, Vite, Webpack, etc.), install [`@epilot/journey-embed-sdk`](https://www.npmjs.com/package/@epilot/journey-embed-sdk) from npm. You'll get full TypeScript types and autocomplete: ```bash npm install @epilot/journey-embed-sdk