Skip to content

Commit ef3bf8f

Browse files
committed
chore(docs): remove missing snippet references
1 parent b41129a commit ef3bf8f

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

docs/config/extensions/lightpanda.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: "Use the lightpanda build extension to add Lightpanda browser to yo
55
tag: "v4"
66
---
77

8-
import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";
9-
10-
<UpgradeToV4Note />
11-
128
To use the Lightpanda browser in your project, add the extension to your `trigger.config.ts` file:
139

1410
```ts trigger.config.ts

docs/guides/examples/lightpanda.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ tag: "v4"
66
---
77

88
import ScrapingWarning from "/snippets/web-scraping-warning.mdx";
9-
import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";
10-
11-
<UpgradeToV4Note />
129

1310
## Overview
1411

docs/guides/frameworks/nextjs.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import UsefulNextSteps from "/snippets/useful-next-steps.mdx";
1414
import TriggerTaskNextjs from "/snippets/trigger-tasks-nextjs.mdx";
1515
import NextjsTroubleshootingMissingApiKey from "/snippets/nextjs-missing-api-key.mdx";
1616
import NextjsTroubleshootingButtonSyntax from "/snippets/nextjs-button-syntax.mdx";
17-
import WorkerFailedToStartWhenRunningDevCommand from "/snippets/worker-failed-to-start.mdx";
1817
import AddEnvironmentVariables from "/snippets/add-environment-variables.mdx";
1918
import DeployingYourTask from "/snippets/deplopying-your-task.mdx";
2019
import VercelDocsCards from "/snippets/vercel-docs-cards.mdx";
@@ -432,7 +431,6 @@ You can test your revalidation task in the Trigger.dev dashboard on the testing
432431

433432
<NextjsTroubleshootingMissingApiKey/>
434433
<NextjsTroubleshootingButtonSyntax/>
435-
<WorkerFailedToStartWhenRunningDevCommand/>
436434

437435
<VercelDocsCards />
438436
<UsefulNextSteps />

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import UsefulNextSteps from "/snippets/useful-next-steps.mdx";
1414
import TriggerTaskNextjs from "/snippets/trigger-tasks-nextjs.mdx";
1515
import NextjsTroubleshootingMissingApiKey from "/snippets/nextjs-missing-api-key.mdx";
1616
import NextjsTroubleshootingButtonSyntax from "/snippets/nextjs-button-syntax.mdx";
17-
import WorkerFailedToStartWhenRunningDevCommand from "/snippets/worker-failed-to-start.mdx";
1817
import SupabaseDocsCards from "/snippets/supabase-docs-cards.mdx";
1918

2019
import SupabaseAuthInfo from "/snippets/supabase-auth-info.mdx";

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import UsefulNextSteps from "/snippets/useful-next-steps.mdx";
1010
import TriggerTaskNextjs from "/snippets/trigger-tasks-nextjs.mdx";
1111
import NextjsTroubleshootingMissingApiKey from "/snippets/nextjs-missing-api-key.mdx";
1212
import NextjsTroubleshootingButtonSyntax from "/snippets/nextjs-button-syntax.mdx";
13-
import WorkerFailedToStartWhenRunningDevCommand from "/snippets/worker-failed-to-start.mdx";
1413
import SupabaseDocsCards from "/snippets/supabase-docs-cards.mdx";
1514
import SupabaseAuthInfo from "/snippets/supabase-auth-info.mdx";
1615

0 commit comments

Comments
 (0)