diff --git a/docs/documentation/concepts/triggers/introduction.mdx b/docs/documentation/concepts/triggers/introduction.mdx
index c626e7852b..c4a56cee34 100644
--- a/docs/documentation/concepts/triggers/introduction.mdx
+++ b/docs/documentation/concepts/triggers/introduction.mdx
@@ -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.
-
+
Start your Jobs in realtime when events happen in APIs
-
+
Run a Job on a repeating schedule
-
+
Run your Job when you send events with data
+
This only needs to be done once for each environment
@@ -32,11 +29,7 @@ There are two ways to do this:
>
Manually refresh in your Trigger.dev dashboard
-
+
Automatically refresh by using our webhook
diff --git a/docs/documentation/guides/react-hooks.mdx b/docs/documentation/guides/react-hooks.mdx
index 648225a151..0132daae72 100644
--- a/docs/documentation/guides/react-hooks.mdx
+++ b/docs/documentation/guides/react-hooks.mdx
@@ -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"
---
diff --git a/docs/documentation/guides/using-integrations.mdx b/docs/documentation/guides/using-integrations.mdx
index b2a3dc8bf5..45833102e1 100644
--- a/docs/documentation/guides/using-integrations.mdx
+++ b/docs/documentation/guides/using-integrations.mdx
@@ -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"
---
diff --git a/docs/documentation/introduction.mdx b/docs/documentation/introduction.mdx
index 69527d8ce8..a9f68d1bf8 100644
--- a/docs/documentation/introduction.mdx
+++ b/docs/documentation/introduction.mdx
@@ -1,5 +1,6 @@
---
-title: Introduction
+title: "Getting Started: Introduction"
+sidebarTitle: "Introduction"
description: "Welcome to the Trigger.dev documentation."
---
diff --git a/docs/documentation/quickstarts/introduction.mdx b/docs/documentation/quickstarts/introduction.mdx
index 48891d3989..c5aae43c36 100644
--- a/docs/documentation/quickstarts/introduction.mdx
+++ b/docs/documentation/quickstarts/introduction.mdx
@@ -1,5 +1,5 @@
---
-title: "Introduction"
+title: "Quick Starts: Introduction"
sidebarTitle: "Introduction"
---
diff --git a/docs/integrations/apis/github.mdx b/docs/integrations/apis/github.mdx
index c99e71dc0f..c001d7da19 100644
--- a/docs/integrations/apis/github.mdx
+++ b/docs/integrations/apis/github.mdx
@@ -1,5 +1,6 @@
---
-title: Introduction
+title: "GitHub: Introduction"
+sidebarTitle: "Introduction"
---
diff --git a/docs/integrations/apis/supabase/introduction.mdx b/docs/integrations/apis/supabase/introduction.mdx
index 92485b6c58..af78305dcd 100644
--- a/docs/integrations/apis/supabase/introduction.mdx
+++ b/docs/integrations/apis/supabase/introduction.mdx
@@ -1,5 +1,6 @@
---
-title: Introduction
+title: "Supabase: Introduction"
+sidebarTitle: "Introduction"
---
diff --git a/docs/integrations/create.mdx b/docs/integrations/create.mdx
index 5ae14721da..6d56309ca0 100644
--- a/docs/integrations/create.mdx
+++ b/docs/integrations/create.mdx
@@ -1,5 +1,6 @@
---
-title: Introduction
+title: "Create an Integration: Introduction"
+sidebarTitle: "Introduction"
description: "You can create Integrations of your own."
---
diff --git a/docs/integrations/introduction.mdx b/docs/integrations/introduction.mdx
index 30be9c1e36..8164766679 100644
--- a/docs/integrations/introduction.mdx
+++ b/docs/integrations/introduction.mdx
@@ -1,5 +1,6 @@
---
-title: Introduction
+title: "Integrations: Introduction"
+sidebarTitle: "Introduction"
description: "Integrations make it easy to authenticate and use APIs."
---
diff --git a/docs/sdk/dynamicschedule/overview.mdx b/docs/sdk/dynamicschedule/overview.mdx
index f6faaa0a80..2216bc92dc 100644
--- a/docs/sdk/dynamicschedule/overview.mdx
+++ b/docs/sdk/dynamicschedule/overview.mdx
@@ -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."
---
diff --git a/docs/sdk/dynamictrigger/overview.mdx b/docs/sdk/dynamictrigger/overview.mdx
index b78330cf3b..c597b3783c 100644
--- a/docs/sdk/dynamictrigger/overview.mdx
+++ b/docs/sdk/dynamictrigger/overview.mdx
@@ -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."
---
diff --git a/docs/sdk/introduction.mdx b/docs/sdk/introduction.mdx
index 1e2c7076ee..0d4b283621 100644
--- a/docs/sdk/introduction.mdx
+++ b/docs/sdk/introduction.mdx
@@ -1,5 +1,6 @@
---
-title: "Introduction"
+title: "SDK: Introduction"
+sidebarTitle: "Introduction"
description: "The SDK is how you interact with Trigger.dev"
---
diff --git a/docs/sdk/io/overview.mdx b/docs/sdk/io/overview.mdx
index 3a061e3366..3c0eb15c3f 100644
--- a/docs/sdk/io/overview.mdx
+++ b/docs/sdk/io/overview.mdx
@@ -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."
---
diff --git a/docs/sdk/react/introduction.mdx b/docs/sdk/react/introduction.mdx
index 63c67ec93f..5c255d15c4 100644
--- a/docs/sdk/react/introduction.mdx
+++ b/docs/sdk/react/introduction.mdx
@@ -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."
---
diff --git a/docs/sdk/triggerclient/overview.mdx b/docs/sdk/triggerclient/overview.mdx
index a91880ef30..6d263dd0bf 100644
--- a/docs/sdk/triggerclient/overview.mdx
+++ b/docs/sdk/triggerclient/overview.mdx
@@ -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"
---