Removed all references to signing up to v3 from the docs

This commit is contained in:
James Ritchie
2024-07-05 11:52:45 +01:00
parent e9131f6708
commit fc9a0ddf12
3 changed files with 2 additions and 22 deletions
-5
View File
@@ -3,11 +3,6 @@ title: "Introduction"
description: "Welcome to the Trigger.dev v3 documentation."
---
<Warning>
The Trigger.dev v3 Developer Preview is currently in invite-only early access. [Sign up here to
request access](https://trigger.dev/v3-early-access).
</Warning>
## What is Trigger.dev (v3)?
Trigger.dev v3 makes it easy to write reliable long-running tasks without timeouts.
+2 -12
View File
@@ -3,9 +3,7 @@ title: "Migrating from Defer.run"
description: "A guide to migrating from Defer to Trigger.dev v3"
---
First of all, you should use the [Trigger.dev v3 Developer Preview](https://trigger.dev/blog/v3-developer-preview-launch/), not version 2. Version 2 is not a good choice if you're coming from Defer as the execution model is very different. [Let us know](https://) if you need v3 access.
This guide highlights the differences and should help you migrate your project.
This guide highlights the differences between Defer and Trigger.dev and should help you migrate your project.
## Features coming very soon
@@ -151,22 +149,14 @@ We will grant you v3 access.
<Step title="Create a v3 project">
1. Go to the Projects page
![Click the Projects page](/images/v3/sidemenu-projects.png)
2. Click "Create a new project"
![Click "Create a new project"](/images/v3/projects-new-button.png)
3. Make sure you select "Version 3" from the dropdown!
3. If the "Project version" dropdown is visible, make sure you select "Version 3"!
![Select "Version 3"](/images/v3/projects-new-v3.png)
<Warning>
If you don't see a dropdown then you don't have v3 access. [Fill in this
form](https://trigger.dev/v3-early-access) and mention Defer in the company name.
</Warning>
</Step>
<Snippet file="v3/step-cli-init.mdx" />
-5
View File
@@ -27,11 +27,6 @@ Once you've created an account, follow the steps in the app to:
1. Complete your account details.
2. Create your first Organization and Project.
<Warning>
Make sure you create a "Version 3" project. You might need to [request early
access](https://trigger.dev/v3-early-access).
</Warning>
</Step>
<Snippet file="v3/step-cli-init.mdx" />