Skip to content

Commit 1a65b31

Browse files
committed
Created one intro page and removed snippets
1 parent 59300d9 commit 1a65b31

File tree

7 files changed

+45
-63
lines changed

7 files changed

+45
-63
lines changed

docs/guides/examples/intro.mdx

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/guides/frameworks/introduction.mdx

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/snippets/intro-examples.mdx renamed to docs/guides/introduction.mdx

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
---
2+
title: "Frameworks, guides and examples overview"
3+
sidebarTitle: "Introduction"
4+
description: "An ever growing list of guides and examples to help you get setup with Trigger.dev."
5+
---
6+
7+
import CardBun from "/snippets/card-bun.mdx";
8+
import CardNodejs from "/snippets/card-nodejs.mdx";
9+
import CardNextjs from "/snippets/card-nextjs.mdx";
10+
import CardRemix from "/snippets/card-remix.mdx";
11+
import CardSupabase from "/snippets/card-supabase.mdx";
12+
13+
## Frameworks
14+
15+
<CardGroup cols={3}>
16+
<CardBun />
17+
<CardNodejs />
18+
<CardNextjs />
19+
<CardRemix />
20+
<CardSupabase />
21+
</CardGroup>
22+
23+
## Guides
24+
25+
Get set up fast using our detailed walk-through guides.
26+
27+
| Guide | Description |
28+
| :---------------------------------------------------- | :------------------------------------------------------------------------------- |
29+
| [Prisma](/guides/frameworks/prisma) | This guide will show you how to setup Prisma with Trigger.dev |
30+
| [Sequin database triggers](/guides/frameworks/sequin) | This guide will show you how to trigger tasks from database changes using Sequin |
31+
32+
## Examples
33+
34+
Tasks you can copy and paste to get started with Trigger.dev. They can all be extended and customized to fit your needs.
35+
136
| Example task | Description |
237
| :---------------------------------------------------------------------------- | :----------------------------------------------------------------------------- |
338
| [DALL·E 3 image generation](/guides/examples/dall-e3-generate-image) | Use OpenAI's GPT-4o and DALL·E 3 to generate an image and text. |

docs/guides/overview.mdx

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/mint.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@
8888
"source": "/trigger-config",
8989
"destination": "/config/config-file"
9090
},
91+
{
92+
"source": "/guides/frameworks/introduction",
93+
"destination": "/guides/overview"
94+
},
95+
{
96+
"source": "/guides/examples/intro",
97+
"destination": "/guides/overview"
98+
},
9199
{
92100
"source": "/examples/:slug*",
93101
"destination": "/guides/examples/:slug*"
@@ -251,13 +259,12 @@
251259
"pages": ["community", "help-slack", "help-email"]
252260
},
253261
{
254-
"group": "Overview",
255-
"pages": ["guides/overview"]
262+
"group": "",
263+
"pages": ["guides/introduction"]
256264
},
257265
{
258266
"group": "Frameworks",
259267
"pages": [
260-
"guides/frameworks/introduction",
261268
"guides/frameworks/bun",
262269
"guides/frameworks/nextjs",
263270
"guides/frameworks/nodejs",
@@ -281,7 +288,6 @@
281288
{
282289
"group": "Example tasks",
283290
"pages": [
284-
"guides/examples/intro",
285291
"guides/examples/dall-e3-generate-image",
286292
"guides/examples/deepgram-transcribe-audio",
287293
"guides/examples/ffmpeg-video-processing",

docs/snippets/intro-frameworks.mdx

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/snippets/intro-guides.mdx

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)