A couple of quickstart tweaks

This commit is contained in:
Eric Allam
2023-08-02 17:16:35 +01:00
parent 55c3d79cc8
commit d462c901f5
+3 -8
View File
@@ -62,7 +62,7 @@ yarn dlx @trigger.dev/cli@latest init
It will ask you a few questions
1. Are you using the [Trigger.dev Cloud](https://trigger.dev) or [self-hosting](/documentation/guides/self-hosting)? You're probably using the cloud.
1. Are you using the [Trigger.dev Cloud](https://cloud.trigger.dev) or [self-hosting](/documentation/guides/self-hosting)?
2. Enter your development API key. Enter the key you copied earlier.
3. Enter a unique ID for your endpoint (you can just use the default by hitting enter)
@@ -212,11 +212,7 @@ Congratulations, you should get redirected so you can see your first Run!
## What's next?
<CardGroup cols={2}>
<Card
title="Write your first Job"
icon="hexagon-plus"
href="/documentation/guides/create-a-job"
>
<Card title="Write your first Job" icon="hexagon-plus" href="/documentation/guides/create-a-job">
A Guide for how to create your first real Job
</Card>
<Card
@@ -227,8 +223,7 @@ Congratulations, you should get redirected so you can see your first Run!
Learn more about how Trigger.dev works and how it can help you.
</Card>
<Card title="Examples" icon="slot-machine" href="/examples">
One of the quickest ways to learn how Trigger.dev works is to view some
example Jobs.
One of the quickest ways to learn how Trigger.dev works is to view some example Jobs.
</Card>
<Card title="Get help" icon="hire-a-helper" href="/documentation/get-help">
Struggling getting setup or have a question? We're here to help.