Skip to content

Commit 39796e1

Browse files
committed
Updated intro page
1 parent 0c0fd71 commit 39796e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/guides/frameworks/webhooks-guides-overview.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,3 @@ A webhook handler is code that executes in response to an event. They can be end
3939
Learn how to trigger a task from a Supabase edge function when an event occurs in your database.
4040
</Card>
4141
</CardGroup>
42-
43-
<Note>
44-
If you would like to see a webhook guide for your framework, please request it in our [Discord
45-
server](https://trigger.dev/discord).
46-
</Note>

docs/guides/introduction.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ Tasks you can copy and paste to get started with Trigger.dev. They can all be ex
5252
| [Supabase database operations](/guides/examples/supabase-database-operations) | Run basic CRUD operations on a table in a Supabase database using Trigger.dev. |
5353
| [Supabase Storage upload](/guides/examples/supabase-storage-upload) | Download a video from a URL and upload it to Supabase Storage using S3. |
5454
| [Vercel AI SDK](/guides/examples/vercel-ai-sdk) | Use Vercel AI SDK to generate text using OpenAI. |
55+
56+
<Note>
57+
If you would like to see a guide for your framework, or an example task for your use case, please
58+
request it in our [Discord server](https://trigger.dev/discord) and we'll add it to the list.
59+
</Note>

0 commit comments

Comments
 (0)