Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 5 additions & 16 deletions docs/documentation/concepts/triggers/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,30 +1,19 @@
---
title: Introduction
title: "Triggers: Introduction"
sidebarTitle: "Introduction"
description: "A Trigger is what starts a Job Run. It can be a webhook, a schedule, or an event."
---

We currently support three types of Triggers: Webhooks, Scheduled, and Events. You can use any of these to start a Job Run.

<CardGroup>
<Card
title="Webhooks"
icon="webhook"
href="/documentation/concepts/triggers/webhooks"
>
<Card title="Webhooks" icon="webhook" href="/documentation/concepts/triggers/webhooks">
Start your Jobs in realtime when events happen in APIs
</Card>
<Card
title="Scheduled"
icon="calendar"
href="/documentation/concepts/triggers/scheduled"
>
<Card title="Scheduled" icon="calendar" href="/documentation/concepts/triggers/scheduled">
Run a Job on a repeating schedule
</Card>
<Card
title="Event"
icon="brackets-curly"
href="/documentation/concepts/triggers/events"
>
<Card title="Event" icon="brackets-curly" href="/documentation/concepts/triggers/events">
Run your Job when you send events with data
</Card>
<Card
Expand Down
15 changes: 4 additions & 11 deletions docs/documentation/guides/deployment.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Introduction"
title: "Deployment: Introduction"
sidebarTitle: "Introduction"
description: "A guide for how to deploy your Jobs"
---

Expand All @@ -10,11 +11,7 @@ Deployment uses [Environments & Endpoints](/documentation/concepts/environments-
The first time you deploy to a new environment you will need to setup the
endpoint for that environment.

<Card
title="First time setup"
icon="wrench"
href="/documentation/guides/deployment-setup"
>
<Card title="First time setup" icon="wrench" href="/documentation/guides/deployment-setup">
This only needs to be done once for each environment
</Card>

Expand All @@ -32,11 +29,7 @@ There are two ways to do this:
>
Manually refresh in your Trigger.dev dashboard
</Card>
<Card
title="Automatic refreshing"
icon="robot"
href="/documentation/guides/deployment-automatic"
>
<Card title="Automatic refreshing" icon="robot" href="/documentation/guides/deployment-automatic">
Automatically refresh by using our webhook
</Card>
</CardGroup>
3 changes: 2 additions & 1 deletion docs/documentation/guides/react-hooks.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Overview"
title: "React hooks: Overview"
sidebarTitle: "Overview"
description: "How to show the live status of Job Runs in your React app"
---

Expand Down
4 changes: 2 additions & 2 deletions docs/documentation/guides/using-integrations.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Integrations Overview"
description: "How to use Trigger.dev Integrations"
title: "Integrations: Overview"
sidebarTitle: "Overview"
description: "How to use Trigger.dev Integrations"
---

<Note>
Expand Down
3 changes: 2 additions & 1 deletion docs/documentation/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Introduction
title: "Getting Started: Introduction"
sidebarTitle: "Introduction"
description: "Welcome to the Trigger.dev documentation."
---

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/quickstarts/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Introduction"
title: "Quick Starts: Introduction"
sidebarTitle: "Introduction"
---

Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/apis/github.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Introduction
title: "GitHub: Introduction"
sidebarTitle: "Introduction"
---

<Snippet file="integration-getting-started.mdx" />
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/apis/supabase/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Introduction
title: "Supabase: Introduction"
sidebarTitle: "Introduction"
---

<Snippet file="integration-getting-started.mdx" />
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/create.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Introduction
title: "Create an Integration: Introduction"
sidebarTitle: "Introduction"
description: "You can create Integrations of your own."
---

Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Introduction
title: "Integrations: Introduction"
sidebarTitle: "Introduction"
description: "Integrations make it easy to authenticate and use APIs."
---

Expand Down
3 changes: 2 additions & 1 deletion docs/sdk/dynamicschedule/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Overview"
title: "DynamicSchedule: Overview"
sidebarTitle: "Overview"
description: "`DynamicSchedule` allows you to define a scheduled trigger that can be configured dynamically at runtime."
---

Expand Down
3 changes: 2 additions & 1 deletion docs/sdk/dynamictrigger/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Overview"
title: "DynamicTrigger: Overview"
sidebarTitle: "Overview"
description: "`DynamicTrigger` allows you to define a trigger that can be configured dynamically at runtime."
---

Expand Down
3 changes: 2 additions & 1 deletion docs/sdk/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Introduction"
title: "SDK: Introduction"
sidebarTitle: "Introduction"
description: "The SDK is how you interact with Trigger.dev"
---

Expand Down
3 changes: 2 additions & 1 deletion docs/sdk/io/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Overview"
title: "IO: Overview"
sidebarTitle: "Overview"
description: "The second parameter in a Job's `run()` function. It holds Integrations and useful actions you can perform."
---

Expand Down
3 changes: 2 additions & 1 deletion docs/sdk/react/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Introduction"
title: "React SDK: Introduction"
sidebarTitle: "Introduction"
description: "The React SDK allows you to display the status of your Jobs and Runs in your React app."
---

Expand Down
3 changes: 2 additions & 1 deletion docs/sdk/triggerclient/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Overview"
title: "TriggerClient: Overview"
sidebarTitle: "Overview"
description: "TriggerClient is used to create a client that connects to the Trigger.dev platform"
---

Expand Down