Skip to content

Commit

Permalink
framework icons (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
shelar1423 authored Oct 17, 2023
1 parent 4f31705 commit d1ecd6b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/documentation/quickstarts/astro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Astro Quick Start"
sidebarTitle: "Astro"
description: "Start creating Jobs in 5 minutes in your Astro project."
icon: "rocket"
---

This quick start guide will get you up and running with Trigger.dev.
Expand Down
1 change: 1 addition & 0 deletions docs/documentation/quickstarts/express.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Express Quick Start"
sidebarTitle: "Express"
description: "Start creating Jobs in 5 minutes in your Express project."
icon: "node-js"
---

<Snippet file="manual-setup-express.mdx" />
1 change: 1 addition & 0 deletions docs/documentation/quickstarts/fastify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Fastify Quick Start"
sidebarTitle: "Fastify"
description: "Start creating Jobs in 5 minutes in your Fastify project."
icon: "paw-claws"
---

<Snippet file="manual-setup-fastify.mdx" />
1 change: 1 addition & 0 deletions docs/documentation/quickstarts/nestjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "NestJS Quick Start"
sidebarTitle: "NestJS"
description: "Start creating Jobs in 5 minutes in your NestJS project."
icon: "paw-claws"
---

<Snippet file="manual-setup-nestjs.mdx" />
1 change: 1 addition & 0 deletions docs/documentation/quickstarts/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Next.js Quick Start"
sidebarTitle: "Next.js"
description: "Start creating Jobs in 5 minutes in your Next.js project."
icon: "N"
---

This quick start guide will get you up and running with Trigger.dev.
Expand Down
1 change: 1 addition & 0 deletions docs/documentation/quickstarts/nuxt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Nuxt Quick Start"
sidebarTitle: "Nuxt"
description: "Start creating Jobs in 5 minutes in your Nuxt project."
icon: "triangle"
---

<Snippet file="manual-setup-nuxt.mdx" />
1 change: 1 addition & 0 deletions docs/documentation/quickstarts/redwood.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Redwood Quick Start"
sidebarTitle: "Redwood"
description: "Start creating Jobs in 5 minutes in your Redwood project."
icon: "js"
---

<Snippet file="manual-setup-redwood.mdx" />
1 change: 1 addition & 0 deletions docs/documentation/quickstarts/remix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Remix Quick Start"
sidebarTitle: "Remix"
description: "Start creating Jobs in 5 minutes in your Remix project."
icon: "r"
---

This quick start guide will get you up and running with Trigger.dev.
Expand Down
1 change: 1 addition & 0 deletions docs/documentation/quickstarts/sveltekit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "SvelteKit Quick Start"
sidebarTitle: "SvelteKit"
description: "Start creating Jobs in 5 minutes in your SvelteKit project."
icon: "square-s"
---

<Snippet file="manual-setup-sveltekit.mdx" />

0 comments on commit d1ecd6b

Please sign in to comment.