Skip to content

Commit 068e859

Browse files
committed
Added links to remix / nextjs webhooks examples
1 parent 1565bb7 commit 068e859

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/guides/frameworks/nextjs-webhooks.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ import VercelDocsCards from "/snippets/vercel-docs-cards.mdx";
1111
- [A Next.js project, set up with Trigger.dev](/guides/frameworks/nextjs)
1212
- [cURL](https://curl.se/) installed on your local machine. This will be used to send a POST request to your webhook handler.
1313

14+
## GitHub repo
15+
16+
<Card
17+
title="View the project on GitHub"
18+
icon="GitHub"
19+
href="https://github.com/triggerdotdev/examples/tree/main/nextjs-webhooks/my-app"
20+
>
21+
Click here to view the full code for this project in our examples repository on GitHub. You can
22+
fork it and use it as a starting point for your own project.
23+
</Card>
24+
1425
## Adding the webhook handler
1526

1627
The webhook handler in this guide will be an API route.

docs/guides/frameworks/remix-webhooks.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ description: "Learn how to trigger a task from a webhook in a Remix app."
99
- [A Remix project, set up with Trigger.dev](/guides/frameworks/remix)
1010
- [cURL](https://curl.se/) installed on your local machine. This will be used to send a POST request to your webhook handler.
1111

12+
## GitHub repo
13+
14+
<Card
15+
title="View the project on GitHub"
16+
icon="GitHub"
17+
href="https://github.com/triggerdotdev/examples/tree/main/remix-webhooks"
18+
>
19+
Click here to view the full code for this project in our examples repository on GitHub. You can
20+
fork it and use it as a starting point for your own project.
21+
</Card>
22+
1223
## Adding the webhook handler
1324

1425
The webhook handler in this guide will be an API route. Create a new file `app/routes/api.webhook-handler.ts` or `app/routes/api.webhook-handler.js`.

0 commit comments

Comments
 (0)