Skip to content

Commit 285e21b

Browse files
committed
update docs for sdk and integrations
1 parent 6211fb7 commit 285e21b

File tree

10 files changed

+20
-10
lines changed

10 files changed

+20
-10
lines changed

docs/integrations/apis/github.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Introduction
2+
title: "GitHub: Introduction"
3+
sidebarTitle: "Introduction"
34
---
45

56
<Snippet file="integration-getting-started.mdx" />

docs/integrations/apis/supabase/introduction.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Introduction
2+
title: "Supabase: Introduction"
3+
sidebarTitle: "Introduction"
34
---
45

56
<Snippet file="integration-getting-started.mdx" />

docs/integrations/create.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Introduction
2+
title: "Create an Integration: Introduction"
3+
sidebarTitle: "Introduction"
34
description: "You can create Integrations of your own."
45
---
56

docs/integrations/introduction.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Introduction
2+
title: "Integrations: Introduction"
3+
sidebarTitle: "Introduction"
34
description: "Integrations make it easy to authenticate and use APIs."
45
---
56

docs/sdk/dynamicschedule/overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Overview"
2+
title: "DynamicSchedule: Overview"
3+
sidebarTitle: "Overview"
34
description: "`DynamicSchedule` allows you to define a scheduled trigger that can be configured dynamically at runtime."
45
---
56

docs/sdk/dynamictrigger/overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Overview"
2+
title: "DynamicTrigger: Overview"
3+
sidebarTitle: "Overview"
34
description: "`DynamicTrigger` allows you to define a trigger that can be configured dynamically at runtime."
45
---
56

docs/sdk/introduction.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Introduction"
2+
title: "SDK: Introduction"
3+
sidebarTitle: "Introduction"
34
description: "The SDK is how you interact with Trigger.dev"
45
---
56

docs/sdk/io/overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Overview"
2+
title: "IO: Overview"
3+
sidebarTitle: "Overview"
34
description: "The second parameter in a Job's `run()` function. It holds Integrations and useful actions you can perform."
45
---
56

docs/sdk/react/introduction.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Introduction"
2+
title: "React SDK: Introduction"
3+
sidebarTitle: "Introduction"
34
description: "The React SDK allows you to display the status of your Jobs and Runs in your React app."
45
---
56

docs/sdk/triggerclient/overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Overview"
2+
title: "TriggerClient: Overview"
3+
sidebarTitle: "Overview"
34
description: "TriggerClient is used to create a client that connects to the Trigger.dev platform"
45
---
56

0 commit comments

Comments
 (0)