Skip to content

Commit 9d02cc4

Browse files
committed
docs: fix https links, a Discord link, and missing page descriptions
Rewrite two cloud.trigger.dev links from http to https in the Supabase edge-function guides. Point the troubleshooting page's help link to Discord instead of GitHub issues. Add missing description frontmatter to three troubleshooting and help pages.
1 parent 65cc8d1 commit 9d02cc4

6 files changed

Lines changed: 6 additions & 3 deletions

docs/guides/frameworks/supabase-edge-functions-basic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Once loaded you should see ‘OK’ on the new screen.
185185

186186
The task will be triggered when your edge function URL is accessed.
187187

188-
Check your [cloud.trigger.dev](http://cloud.trigger.dev) dashboard and you should see a succesful `hello-world` task.
188+
Check your [cloud.trigger.dev](https://cloud.trigger.dev) dashboard and you should see a succesful `hello-world` task.
189189

190190
**Congratulations, you have run a simple Hello World task from a Supabase edge function!**
191191

docs/guides/frameworks/supabase-edge-functions-database-webhooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ You can use the following public video URL for testing: `https://content.trigger
422422

423423
![How to insert a new row 2](/images/supabase-new-table-4.png)
424424

425-
Once the new table row has been inserted, check your [cloud.trigger.dev](http://cloud.trigger.dev) project 'Runs' list <Icon icon="circle-1" iconType="solid" size={20} color="A8FF53" /> and you should see a processing `videoProcessAndUpdate` task <Icon icon="circle-2" iconType="solid" size={20} color="A8FF53" /> which has been triggered when you added a new row with the video url to your `video_transcriptions` table.
425+
Once the new table row has been inserted, check your [cloud.trigger.dev](https://cloud.trigger.dev) project 'Runs' list <Icon icon="circle-1" iconType="solid" size={20} color="A8FF53" /> and you should see a processing `videoProcessAndUpdate` task <Icon icon="circle-2" iconType="solid" size={20} color="A8FF53" /> which has been triggered when you added a new row with the video url to your `video_transcriptions` table.
426426

427427
![Supabase successful run](/images/supabase-run-result.png)
428428

docs/help-slack.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Slack support"
3+
description: "Trigger.dev Pro plan customers can request a private Slack Connect channel for support."
34
---
45

56
If you're on the Trigger.dev Pro plan, you can request a private Slack Connect channel.

docs/troubleshooting-debugging-in-vscode.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Debugging in VS Code"
33
sidebarTitle: "Debugging in VS Code"
4+
description: "Attach the VS Code debugger to your Trigger.dev tasks to set breakpoints and step through your code."
45
---
56

67
import DebuggingInVSCode from '/snippets/debugging_in_vscode.mdx';

docs/troubleshooting-github-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: "GitHub Issues"
33
url: "https://github.com/triggerdotdev/trigger.dev/issues"
44
---
55

6-
Please [join our community on Discord](https://github.com/triggerdotdev/trigger.dev/issues) to ask questions, share your projects, and get help from other developers.
6+
Please [join our community on Discord](https://trigger.dev/discord) to report bugs, request features, or get help from the team and other developers.

docs/troubleshooting-uptime-status.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Uptime Status"
3+
description: "Subscribe to email notifications for Trigger.dev platform incidents and status updates."
34
---
45

56
Get email notifications when Trigger.dev creates, updates or resolves a platform incident.

0 commit comments

Comments
 (0)