Skip to content

Commit 7c51ada

Browse files
committed
Added a Realtime learn more snippet
1 parent 068e859 commit 7c51ada

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/guides/example-projects/realtime-fal-ai.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebarTitle: "Realtime image gen with Fal.ai"
44
description: "This example project generates an image from a prompt using Fal.ai and shows the progress of the task on the frontend using Trigger.dev Realtime."
55
---
66

7+
import RealtimeLearnMore from "/snippets/realtime-learn-more.mdx";
8+
79
## Overview
810

911
This full stack Next.js project showcases the following:
@@ -40,3 +42,5 @@ This video walks through the process of creating this task in a Next.js project.
4042
allowfullscreen
4143
/>
4244
</div>
45+
46+
<RealtimeLearnMore />

docs/snippets/realtime-learn-more.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Learn more about Trigger.dev Realtime
2+
3+
To learn more about Trigger.dev Realtime, take a look at the following resources:
4+
5+
- [Batch Trigger docs](https://trigger.dev/docs/triggering) - learn about the Batch Trigger feature of Trigger.dev.
6+
- [Realtime docs](https://trigger.dev/docs/realtime) - learn about the Realtime feature of Trigger.dev.
7+
- [React hooks](https://trigger.dev/docs/frontend/react-hooks) - learn about the React hooks provided by Trigger.dev.

0 commit comments

Comments
 (0)