chore: update doc title for groups (#539)

* chore: update doc title for groups

* update docs for sdk and integrations
This commit is contained in:
Hemachandar
2023-10-05 16:24:09 +05:30
committed by GitHub
parent 4e35871861
commit c0aa6633d2
16 changed files with 36 additions and 42 deletions
@@ -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
+4 -11
View File
@@ -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>
+2 -1
View File
@@ -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>
+2 -1
View File
@@ -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"
---
+2 -1
View File
@@ -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" />
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: Introduction
title: "Create an Integration: Introduction"
sidebarTitle: "Introduction"
description: "You can create Integrations of your own."
---
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: Introduction
title: "Integrations: Introduction"
sidebarTitle: "Introduction"
description: "Integrations make it easy to authenticate and use APIs."
---
+2 -1
View File
@@ -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."
---
+2 -1
View File
@@ -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."
---
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: "Introduction"
title: "SDK: Introduction"
sidebarTitle: "Introduction"
description: "The SDK is how you interact with Trigger.dev"
---
+2 -1
View File
@@ -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."
---
+2 -1
View File
@@ -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."
---
+2 -1
View File
@@ -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"
---