Skip to content

Commit 8a4ae7c

Browse files
committed
Remove references to v4
1 parent 9dc9d24 commit 8a4ae7c

12 files changed

+0
-54
lines changed

docs/cli-preview-archive.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: "CLI preview archive command"
33
sidebarTitle: "preview archive"
44
description: "The `trigger.dev preview archive` command can be used to archive a preview branch."
5-
tag: "v4"
65
---
76

8-
import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";
97
import ProjectPathArg from "/snippets/cli-args-project-path.mdx";
108
import CommonOptions from "/snippets/cli-options-common.mdx";
119
import ProjectRefOption from "/snippets/cli-options-project-ref.mdx";
@@ -14,8 +12,6 @@ import ConfigFileOption from "/snippets/cli-options-config-file.mdx";
1412
import SkipUpdateCheckOption from "/snippets/cli-options-skip-update-check.mdx";
1513
import BranchOption from "/snippets/cli-options-branch.mdx";
1614

17-
<UpgradeToV4Note />
18-
1915
Run the command like this:
2016

2117
<CodeGroup>

docs/cli-switch.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: "CLI switch command"
33
sidebarTitle: "switch"
44
description: "The `trigger.dev switch` command can be used to switch between profiles."
5-
tag: "v4"
65
---
76

8-
import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";
97
import ProjectPathArg from "/snippets/cli-args-project-path.mdx";
108
import CommonOptions from "/snippets/cli-options-common.mdx";
119
import ProjectRefOption from "/snippets/cli-options-project-ref.mdx";
@@ -14,8 +12,6 @@ import ConfigFileOption from "/snippets/cli-options-config-file.mdx";
1412
import SkipUpdateCheckOption from "/snippets/cli-options-skip-update-check.mdx";
1513
import BranchOption from "/snippets/cli-options-branch.mdx";
1614

17-
<UpgradeToV4Note />
18-
1915
Run the command like this:
2016

2117
<CodeGroup>

docs/config/extensions/playwright.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
title: "Playwright"
33
sidebarTitle: "playwright"
44
description: "Use the playwright build extension to use Playwright with Trigger.dev"
5-
tag: "v4"
65
---
76

8-
import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";
9-
10-
<UpgradeToV4Note />
11-
127
If you are using [Playwright](https://playwright.dev/), you should use the Playwright build extension.
138

149
- Automatically installs Playwright and required browser dependencies

docs/deployment/preview-branches.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
22
title: "Preview branches"
33
description: "Create isolated environments for each branch of your code, allowing you to test changes before merging to production. You can create preview branches manually or automatically from your git branches."
4-
tag: "v4"
54
---
65

7-
import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";
8-
9-
<UpgradeToV4Note />
10-
116
## How to use preview branches
127

138
The preview environment is special – you create branches from it. The branches you create live under the preview environment and have all the features you're used to from other environments (like staging or production). That means you can trigger runs, have schedules, test them, use Realtime, etc.

docs/guides/example-projects/human-in-the-loop-workflow.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
title: "Human-in-the-loop workflow with ReactFlow and Trigger.dev waitpoint tokens"
33
sidebarTitle: "Human-in-the-loop workflow"
44
description: "This example project creates audio summaries of newspaper articles using a human-in-the-loop workflow built with ReactFlow and Trigger.dev waitpoint tokens."
5-
tag: "v4"
65
---
76

8-
import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";
9-
107
## Overview
118

129
This demo is a full stack example that uses the following:
@@ -77,9 +74,6 @@ await wait.completeToken<ReviewPayload>(
7774
);
7875
```
7976

80-
<UpgradeToV4Note />
81-
82-
8377
While the workflow in this example is static and does not allow changing the connections between nodes in the UI, it serves as a good baseline for understanding how to build completely custom workflow builders using Trigger.dev and ReactFlow.
8478

8579
## Learn more about Trigger.dev Realtime and waitpoint tokens

docs/guides/example-projects/mastra-agents-with-memory.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
title: "Mastra agents with memory sharing + Trigger.dev task orchestration"
33
sidebarTitle: "Mastra agents with memory"
44
description: "Multi-agent workflow with persistent memory sharing using Mastra and Trigger.dev for clothing recommendations based on weather data."
5-
tag: "v4"
65
---
76

8-
import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";
9-
10-
<UpgradeToV4Note />
11-
127
## Overview
138

149
Enter a city and an activity, and get a clothing recommendation generated for you based on today's weather.

docs/guides/example-projects/meme-generator-human-in-the-loop.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
title: "Meme generator with human-in-the-loop approval"
33
sidebarTitle: "AI meme generator"
44
description: "This example project creates memes using OpenAI's DALL-E 3 with a human-in-the-loop approval workflow built using Trigger.dev waitpoint tokens."
5-
tag: "v4"
65
---
76

8-
import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";
9-
10-
<UpgradeToV4Note />
11-
127
## Overview
138

149
This demo is a full stack example that uses the following:

docs/guides/example-projects/openai-agents-sdk-typescript-playground.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "OpenAI Agents SDK for Typescript + Trigger.dev playground"
33
sidebarTitle: "OpenAI Agents SDK for Typescript playground"
44
description: "Build production-ready AI agents with OpenAI Agents SDK for Typescript and Trigger.dev. Explore 7 examples covering streaming, multi-agent systems, and tool integration."
5-
tag: "v4"
65
---
76

87
## Overview

docs/guides/example-projects/vercel-ai-sdk-deep-research.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22
title: "Deep research agent using Vercel's AI SDK"
33
sidebarTitle: "Deep research agent"
44
description: "Deep research agent which generates comprehensive PDF reports using Vercel's AI SDK."
5-
tag: "v4"
65
---
76

87
import RealtimeLearnMore from "/snippets/realtime-learn-more.mdx";
98

10-
import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";
11-
12-
<UpgradeToV4Note />
13-
149
<Info title="Acknowledgements">
1510
Acknowledgements: This example project is derived from the brilliant [deep research
1611
guide](https://aie-feb-25.vercel.app/docs/deep-research) by [Nico

docs/runs/priority.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
22
title: "Priority"
33
description: "Specify a priority when triggering a run."
4-
tag: "v4"
54
---
65

7-
import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";
8-
9-
<UpgradeToV4Note />
10-
116
You can set a priority when you trigger a run. This allows you to prioritize some of your runs over others, so they are started sooner. This is very useful when:
127

138
- You have critical work that needs to start more quickly (and you have long queues).

0 commit comments

Comments
 (0)