-
-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added vercel docs cards and added them to all of the relevant docs pages
- Loading branch information
Showing
5 changed files
with
48 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## Learn more about Vercel and Trigger.dev | ||
|
||
### Walk-through guides from development to deployment | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Next.js - setup guide" icon="N" href="/guides/frameworks/nextjs"> | ||
Learn how to setup Trigger.dev with Next.js, using either the pages or app router. | ||
</Card> | ||
|
||
<Card | ||
title="Next.js - triggering tasks using webhooks" | ||
icon="N" | ||
href="/guides/frameworks/nextjs-webhooks" | ||
> | ||
Learn how to create a webhook handler for incoming webhooks in a Next.js app, and trigger a task from it. | ||
</Card> | ||
</CardGroup> | ||
|
||
### Task examples with code you can copy and paste | ||
|
||
<CardGroup cols={2}> | ||
<Card | ||
title="Vercel sync environment variables" | ||
icon="code" | ||
href="/guides/examples/vercel-sync-env-vars" | ||
> | ||
Learn how to automatically sync environment variables from your Vercel projects to Trigger.dev. | ||
</Card> | ||
<Card title="Vercel AI SDK" icon="code" href="/guides/examples/vercel-ai-sdk"> | ||
Learn how to use the Vercel AI SDK, which is a simple way to use AI models from different | ||
providers, including OpenAI, Anthropic, Amazon Bedrock, Groq, Perplexity etc. | ||
</Card> | ||
</CardGroup> |