chore: update doc title for groups (#539)
* chore: update doc title for groups * update docs for sdk and integrations
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: "Introduction"
|
||||
title: "Deployment: Introduction"
|
||||
sidebarTitle: "Introduction"
|
||||
description: "A guide for how to deploy your Jobs"
|
||||
---
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
---
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Introduction
|
||||
title: "Getting Started: Introduction"
|
||||
sidebarTitle: "Introduction"
|
||||
description: "Welcome to the Trigger.dev documentation."
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Introduction"
|
||||
title: "Quick Starts: Introduction"
|
||||
sidebarTitle: "Introduction"
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Introduction
|
||||
title: "GitHub: Introduction"
|
||||
sidebarTitle: "Introduction"
|
||||
---
|
||||
|
||||
<Snippet file="integration-getting-started.mdx" />
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Introduction
|
||||
title: "Supabase: Introduction"
|
||||
sidebarTitle: "Introduction"
|
||||
---
|
||||
|
||||
<Snippet file="integration-getting-started.mdx" />
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Introduction
|
||||
title: "Create an Integration: Introduction"
|
||||
sidebarTitle: "Introduction"
|
||||
description: "You can create Integrations of your own."
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Introduction
|
||||
title: "Integrations: Introduction"
|
||||
sidebarTitle: "Introduction"
|
||||
description: "Integrations make it easy to authenticate and use APIs."
|
||||
---
|
||||
|
||||
|
||||
@@ -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."
|
||||
---
|
||||
|
||||
|
||||
@@ -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."
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: "Introduction"
|
||||
title: "SDK: Introduction"
|
||||
sidebarTitle: "Introduction"
|
||||
description: "The SDK is how you interact with Trigger.dev"
|
||||
---
|
||||
|
||||
|
||||
@@ -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."
|
||||
---
|
||||
|
||||
|
||||
@@ -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."
|
||||
---
|
||||
|
||||
|
||||
@@ -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"
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user