Skip to content

Commit

Permalink
Linking to more examples in the Next.js guide
Browse files Browse the repository at this point in the history
  • Loading branch information
samejr committed Nov 14, 2024
1 parent 925c463 commit 64be7b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Binary file added docs/images/fal-generate-cartoon-thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/fal-realtime-thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion docs/snippets/vercel-docs-cards.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Learn more about Vercel and Trigger.dev
## Learn more about Next.js and Trigger.dev

### Walk-through guides from development to deployment

Expand All @@ -19,6 +19,20 @@
### Task examples

<CardGroup cols={2}>
<Card
title="Fal.ai with Realtime in Next.js"
img="/images/fal-realtime-thumbnail.png"
href="/guides/examples/fal-ai-realtime"
>
Generate an image from a prompt using Fal.ai and Trigger.dev Realtime.
</Card>
<Card
title="Generate a cartoon using Fal.ai in Next.js"
img="/images/fal-generate-cartoon-thumbnail.png"
href="/guides/examples/fal-ai-image-to-cartoon"
>
Convert an image to a cartoon using Fal.ai.
</Card>
<Card
title="Vercel sync environment variables"
icon="code"
Expand Down

0 comments on commit 64be7b0

Please sign in to comment.