Skip to content

Commit b593088

Browse files
committed
chore: add lightpanda doc links
1 parent 28f5ceb commit b593088

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

docs/config/config-file.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,10 @@ See the [syncEnvVars documentation](/config/extensions/syncEnvVars) for more inf
428428

429429
See the [puppeteer documentation](/config/extensions/puppeteer) for more information.
430430

431+
#### lightpanda
432+
433+
See the [Lightpanda documentation](/config/extensions/lightpanda) for more information.
434+
431435
#### ffmpeg
432436

433437
See the [ffmpeg documentation](/config/extensions/ffmpeg) for more information.

docs/config/extensions/overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Trigger.dev provides a set of built-in extensions that you can use to customize
5252
| [pythonExtension](/config/extensions/pythonExtension) | Execute Python scripts in your project |
5353
| [playwright](/config/extensions/playwright) | Use Playwright in your Trigger.dev tasks |
5454
| [puppeteer](/config/extensions/puppeteer) | Use Puppeteer in your Trigger.dev tasks |
55+
| [lightpanda](/config/extensions/lightpanda) | Use Lightpanda in your Trigger.dev tasks |
5556
| [ffmpeg](/config/extensions/ffmpeg) | Use FFmpeg in your Trigger.dev tasks |
5657
| [aptGet](/config/extensions/aptGet) | Install system packages in your build image |
5758
| [additionalFiles](/config/extensions/additionalFiles) | Copy additional files to your build image |

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"config/extensions/pythonExtension",
7979
"config/extensions/playwright",
8080
"config/extensions/puppeteer",
81+
"config/extensions/lightpanda",
8182
"config/extensions/ffmpeg",
8283
"config/extensions/aptGet",
8384
"config/extensions/additionalFiles",

docs/introduction.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ We provide everything you need to build and manage background tasks: a CLI and S
9292
| prismaExtension | Use Prisma with Trigger.dev | [Learn more](/config/extensions/prismaExtension) |
9393
| pythonExtension | Execute Python scripts in Trigger.dev | [Learn more](/config/extensions/pythonExtension) |
9494
| puppeteer | Use Puppeteer with Trigger.dev | [Learn more](/config/extensions/puppeteer) |
95+
| lightpanda | Use Lightpanda Browser with Trigger.dev | [Learn more](/config/extensions/lightpanda) |
9596
| ffmpeg | Use FFmpeg with Trigger.dev | [Learn more](/config/extensions/ffmpeg) |
9697
| aptGet | Install system packages with aptGet | [Learn more](/config/extensions/aptGet) |
9798
| additionalFiles | Copy additional files to the build directory | [Learn more](/config/extensions/additionalFiles) |

0 commit comments

Comments
 (0)