Skip to content

Commit d98221b

Browse files
committed
Added the new quickstart video to the docs
1 parent 29026a3 commit d98221b

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

docs/introduction.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@ We're [open source](https://github.com/triggerdotdev/trigger.dev) and you can ch
1717

1818
## Getting started
1919

20+
<div className="w-full h-full aspect-video mb-3">
21+
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/YH_4c0K7fGM?si=5JzZmZseuqI5aciM" title="Trigger.dev walkthrough" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen/>
22+
</div>
23+
2024
<CardGroup>
2125
<Card title="Quick start guide" icon="person-running-fast" href="/quick-start">
2226
Go from zero to running your first task in 3 minutes.
2327
</Card>
2428
<Card title="Writing tasks" icon="wand-magic-sparkles" href="/tasks/overview">
2529
Tasks are the core of Trigger.dev. Learn what they are and how to write them.
2630
</Card>
27-
<Card title="Walk-through guides" icon="book" href="/guides/introduction">
31+
<Card title="Walkthrough guides" icon="book" href="/guides/introduction">
2832
Detailed guides for setting up Trigger.dev with popular frameworks and services, including
2933
Next.js, Remix, Supabase and more.
3034
</Card>

docs/mint.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,14 @@
119119
"navigation": [
120120
{
121121
"group": "Getting Started",
122-
"pages": ["introduction", "quick-start", "how-it-works", "upgrading-beta", "limits"]
122+
"pages": [
123+
"introduction",
124+
"quick-start",
125+
"video-walkthrough",
126+
"how-it-works",
127+
"upgrading-beta",
128+
"limits"
129+
]
123130
},
124131
{
125132
"group": "Fundamentals",

docs/video-walkthrough.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Video walkthrough"
3+
description: "Go from zero to a working task in your Next.js app in 10 minutes."
4+
---
5+
6+
<div className="w-full h-full aspect-video">
7+
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/YH_4c0K7fGM?si=5JzZmZseuqI5aciM" title="Trigger.dev walkthrough" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen/>
8+
</div>
9+
10+
### In this video we cover the following topics:
11+
12+
- [0:00](https://youtu.be/YH_4c0K7fGM?si=J8svVzotZtyTXDap&t=0)[Install Trigger.dev](/quick-start) in an existing Next.js project
13+
- [1:44](https://youtu.be/YH_4c0K7fGM?si=J8svVzotZtyTXDap&t=104)[Run and test](/run-tests) the "Hello, world!" example project
14+
- [2:09](https://youtu.be/YH_4c0K7fGM?si=FMTP8ep_cDBCU0_x&t=128) – Create and run an AI image generation task that uses [Fal.ai](https://fal.ai)
15+
- [6:25](https://youtu.be/YH_4c0K7fGM?si=pPc8iLI2Y9FGD3yo&t=385) – Create and run a [Trigger.dev Realtime](/realtime/overview) example using [Trigger.dev React hooks](/frontend/react-hooks)
16+
- [11:10](https://youtu.be/YH_4c0K7fGM?si=Mjd0EvvNsNlVouvY&t=670)[Deploy your task](/cli-deploy) to the Trigger.dev Cloud

0 commit comments

Comments
 (0)