From 711ee1ef677ee0ad35ea2278ad3be2697c50bb71 Mon Sep 17 00:00:00 2001
From: pmckinney-codat
Date: Wed, 3 Jun 2026 17:10:35 +0100
Subject: [PATCH 1/5] PEP-1607: Remove hosted sdk-link Vercel demo links
Decommission the hosted demo at https://sdk-link.vercel.app/ as part of
the Vercel migration workstream (PEP-1595). Removes the 'Try it out'
sidebar link and the 'Indicative demo' admonition. GitHub repo example
links are retained.
Co-Authored-By: Claude Opus 4.8 (1M context)
---
docs/auth-flow/authorize-embedded-link.md | 6 ------
sidebars/auth-flow.js | 5 -----
2 files changed, 11 deletions(-)
diff --git a/docs/auth-flow/authorize-embedded-link.md b/docs/auth-flow/authorize-embedded-link.md
index d2b5c5bb9b..0c1a236c28 100644
--- a/docs/auth-flow/authorize-embedded-link.md
+++ b/docs/auth-flow/authorize-embedded-link.md
@@ -47,12 +47,6 @@ Our user experience team is ready to help you design a high converting and trust
:::
-:::info Indicative demo
-
-Curious where Codat's Link flow might fit in your customer's experience? See [our indicative demo](https://sdk-link.vercel.app/).
-
-:::
-
## Prerequisites
#### Your application
diff --git a/sidebars/auth-flow.js b/sidebars/auth-flow.js
index e918f83e0d..e28c78a403 100644
--- a/sidebars/auth-flow.js
+++ b/sidebars/auth-flow.js
@@ -31,11 +31,6 @@ module.exports = [
label: "NPM",
href: "https://www.npmjs.com/package/@codat/sdk-link-types",
},
- {
- type: "link",
- label: "Try it out",
- href: "https://sdk-link.vercel.app/",
- },
{
type: "link",
label: "See examples",
From 489d4204a60c8b5e8eb2a51f3e74bc4753abf66c Mon Sep 17 00:00:00 2001
From: pmckinney-codat
Date: Wed, 3 Jun 2026 17:24:19 +0100
Subject: [PATCH 2/5] PEP-1607: Disable live editor on Link SDK example block
Change the auth flow example code fence from 'jsx live' to 'js' so it
renders as a static snippet rather than a live editor.
Co-Authored-By: Claude Opus 4.8 (1M context)
---
docs/auth-flow/authorize-embedded-link.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/auth-flow/authorize-embedded-link.md b/docs/auth-flow/authorize-embedded-link.md
index 0c1a236c28..c8421d7bac 100644
--- a/docs/auth-flow/authorize-embedded-link.md
+++ b/docs/auth-flow/authorize-embedded-link.md
@@ -14,7 +14,7 @@ Our Link SDK is a pre-built JavaScript component that neatly sits in your front-
We built it to be flexible so that you can integrate and initialize it in any way you want, and provide the user with a native feel of your authorization journey. As a result, clients using the SDK note that **89%** of their users successfully complete their journeys.
-```jsx live
+```js
function AuthFlow() {
const onConnection = (connection) =>
alert(`Connection: ${connection.connectionId}`);
From 843041f65c637065857f13915a74353c95609cad Mon Sep 17 00:00:00 2001
From: pmckinney-codat
Date: Wed, 3 Jun 2026 17:27:25 +0100
Subject: [PATCH 3/5] PEP-1607: Remove inline live Link SDK demo block
Remove the example AuthFlow code block from the Get started page. As a
'jsx live' editor it exposed our internal Link component to end users;
the proper integration examples remain in the Get started section below.
Co-Authored-By: Claude Opus 4.8 (1M context)
---
docs/auth-flow/authorize-embedded-link.md | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/docs/auth-flow/authorize-embedded-link.md b/docs/auth-flow/authorize-embedded-link.md
index c8421d7bac..0166741a30 100644
--- a/docs/auth-flow/authorize-embedded-link.md
+++ b/docs/auth-flow/authorize-embedded-link.md
@@ -14,29 +14,6 @@ Our Link SDK is a pre-built JavaScript component that neatly sits in your front-
We built it to be flexible so that you can integrate and initialize it in any way you want, and provide the user with a native feel of your authorization journey. As a result, clients using the SDK note that **89%** of their users successfully complete their journeys.
-```js
-function AuthFlow() {
- const onConnection = (connection) =>
- alert(`Connection: ${connection.connectionId}`);
- const onFinish = () => alert("On finish callback");
-
- const config = {
- companyId: "e0e0462f-d7f3-456f-b3e9-0b40afe0245e",
- options: {
- showLandingPage: true,
- },
- };
-
- return (
-
-
Click the button below to start authing.
-
-
-
- );
-}
-```
-
## Resources
We've provided you with [rich examples on GitHub](https://github.com/codatio/sdk-link/tree/main/examples) that illustrate how you can add the Link component to your project.
From a975b3d0f60aa7c9c06b1008b85ad80f69658f7e Mon Sep 17 00:00:00 2001
From: pmckinney-codat
Date: Wed, 3 Jun 2026 17:29:45 +0100
Subject: [PATCH 4/5] PEP-1607: Remove dead Options demo tip from Manage Link
in code
The hosted Options demo at codat-intg-link-sdk-v2-react-18-ui.azurewebsites.net
is no longer reachable, and the tip's only purpose was to feed that demo.
Remove the whole 'Try it out!' admonition.
Co-Authored-By: Claude Opus 4.8 (1M context)
---
docs/auth-flow/customize/sdk-customize-code.md | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/docs/auth-flow/customize/sdk-customize-code.md b/docs/auth-flow/customize/sdk-customize-code.md
index 4114c8f107..ea06a4994d 100644
--- a/docs/auth-flow/customize/sdk-customize-code.md
+++ b/docs/auth-flow/customize/sdk-customize-code.md
@@ -11,7 +11,7 @@ Most of the configuration for the auth flow is currently managed in