Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions redirects.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand All @@ -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
Expand Down Expand Up @@ -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/',

Expand Down
6 changes: 3 additions & 3 deletions src/data/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading