diff --git a/redirects.mjs b/redirects.mjs index 26d1d42..844ac5f 100644 --- a/redirects.mjs +++ b/redirects.mjs @@ -22,8 +22,8 @@ const explicitRedirects = { // Integrations moved out of the documentation URL hierarchy. '/docs/integrations': '/integrations/', '/docs/integrations/vercel-eve': '/integrations/vercel-eve/', - '/docs/integrations/vercel-workflow': '/integrations/vercel-workflows/', - '/integrations/vercel-workflow': '/integrations/vercel-workflows/', + '/docs/integrations/vercel-workflow': '/actors/integrations/workflow-sdk/', + '/integrations/vercel-workflow': '/actors/integrations/workflow-sdk/', // The Tutorials tab became Learn. '/actors/tutorials': '/actors/learn/', '/agentos/tutorials': '/agentos/docs/', @@ -42,7 +42,7 @@ const explicitRedirects = { '/cookbook/vpc-air-gapped': '/actors/learn/vpc-air-gapped/', '/integrations/flue': '/actors/integrations/flue/', '/integrations/vercel-eve': '/actors/integrations/vercel-eve/', - '/integrations/vercel-workflows': '/actors/integrations/vercel-workflows/', + '/integrations/vercel-workflows': '/actors/integrations/workflow-sdk/', // Documentation restructure '/docs/setup': '/actors/docs/', // Dead links inside dated changelog posts. Neither target ever existed, so @@ -121,7 +121,9 @@ const explicitRedirects = { '/docs/integrations': '/actors/integrations/', '/docs/integrations/flue': '/actors/integrations/flue/', '/docs/integrations/vercel-eve': '/actors/integrations/vercel-eve/', - '/docs/integrations/vercel-workflows': '/actors/integrations/vercel-workflows/', + '/docs/integrations/vercel-workflows': '/actors/integrations/workflow-sdk/', + // The Vercel Workflows page is named after the SDK it integrates with. + '/actors/integrations/vercel-workflows': '/actors/integrations/workflow-sdk/', // `/contact` was never a page here; sales is the live destination. '/contact': '/sales/', diff --git a/src/data/integrations.ts b/src/data/integrations.ts index 245f6d9..f3958f3 100644 --- a/src/data/integrations.ts +++ b/src/data/integrations.ts @@ -39,9 +39,9 @@ const ACTORS: Integration[] = [ badge: "Beta", }, { - title: "Vercel Workflows", - description: "Vercel Workflows backed by Rivet Actors.", - slug: "vercel-workflows", + title: "Workflow SDK", + description: "Vercel's Workflow SDK backed by Rivet Actors.", + slug: "workflow-sdk", category: "Workflows", icon: { src: "/images/vendors/workflow.svg" }, badge: "Beta",