Skip to content

Commit f9ea034

Browse files
committed
Added repo links to both supabase guides
1 parent dbfbcc2 commit f9ea034

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/guides/frameworks/supabase-edge-functions-basic.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ import NextjsTroubleshootingButtonSyntax from "/snippets/nextjs-button-syntax.md
1717
import WorkerFailedToStartWhenRunningDevCommand from "/snippets/worker-failed-to-start.mdx";
1818
import SupabaseDocsCards from "/snippets/supabase-docs-cards.mdx";
1919

20+
<Info>
21+
The project created in this guide can be found in this [GitHub
22+
repo](https://github.com/triggerdotdev/example-projects/tree/main/supabase).
23+
</Info>
24+
2025
## Overview
2126

2227
Supabase edge functions allow you to trigger tasks either when an event is sent from a third party (e.g. when a new Stripe payment is processed, when a new user signs up to a service, etc), or when there are any changes or updates to your Supabase database.

docs/guides/frameworks/supabase-edge-functions-database-webhooks.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ import NextjsTroubleshootingButtonSyntax from "/snippets/nextjs-button-syntax.md
1313
import WorkerFailedToStartWhenRunningDevCommand from "/snippets/worker-failed-to-start.mdx";
1414
import SupabaseDocsCards from "/snippets/supabase-docs-cards.mdx";
1515

16+
<Info>
17+
The project created in this guide can be found in this [GitHub
18+
repo](https://github.com/triggerdotdev/example-projects/tree/main/supabase).
19+
</Info>
20+
1621
## Overview
1722

1823
Supabase and Trigger.dev can be used together to create powerful workflows triggered by real-time changes in your database tables:

0 commit comments

Comments
 (0)