Skip to content

Commit b11d9b7

Browse files
committed
remove from extensions list as v4 only
1 parent c7cb791 commit b11d9b7

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

docs/introduction.mdx

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,19 @@ We provide everything you need to build and manage background tasks: a CLI and S
8888

8989
## Explore by build extension
9090

91-
| Extension | What it does | Docs |
92-
|:----------|:------------|:--------------|
93-
| prismaExtension | Use Prisma with Trigger.dev | [Learn more](/config/extensions/prismaExtension) |
94-
| pythonExtension | Execute Python scripts in Trigger.dev | [Learn more](/config/extensions/pythonExtension) |
95-
| puppeteer | Use Puppeteer with Trigger.dev | [Learn more](/config/extensions/puppeteer) |
96-
| lightpanda | Use Lightpanda Browser with Trigger.dev | [Learn more](/config/extensions/lightpanda) |
97-
| ffmpeg | Use FFmpeg with Trigger.dev | [Learn more](/config/extensions/ffmpeg) |
98-
| aptGet | Install system packages with aptGet | [Learn more](/config/extensions/aptGet) |
99-
| additionalFiles | Copy additional files to the build directory | [Learn more](/config/extensions/additionalFiles) |
100-
| additionalPackages | Include additional packages in the build | [Learn more](/config/extensions/additionalPackages) |
101-
| syncEnvVars | Automatically sync environment variables to Trigger.dev | [Learn more](/config/extensions/syncEnvVars) |
102-
| esbuildPlugin | Add existing or custom esbuild plugins to your build process | [Learn more](/config/extensions/esbuildPlugin) |
103-
| emitDecoratorMetadata | Support for the emitDecoratorMetadata TypeScript compiler | [Learn more](/config/extensions/emitDecoratorMetadata) |
104-
| audioWaveform | Support for Audio Waveform in your project | [Learn more](/config/extensions/audioWaveform) |
91+
| Extension | What it does | Docs |
92+
| :-------------------- | :----------------------------------------------------------- | :----------------------------------------------------- |
93+
| prismaExtension | Use Prisma with Trigger.dev | [Learn more](/config/extensions/prismaExtension) |
94+
| pythonExtension | Execute Python scripts in Trigger.dev | [Learn more](/config/extensions/pythonExtension) |
95+
| puppeteer | Use Puppeteer with Trigger.dev | [Learn more](/config/extensions/puppeteer) |
96+
| ffmpeg | Use FFmpeg with Trigger.dev | [Learn more](/config/extensions/ffmpeg) |
97+
| aptGet | Install system packages with aptGet | [Learn more](/config/extensions/aptGet) |
98+
| additionalFiles | Copy additional files to the build directory | [Learn more](/config/extensions/additionalFiles) |
99+
| additionalPackages | Include additional packages in the build | [Learn more](/config/extensions/additionalPackages) |
100+
| syncEnvVars | Automatically sync environment variables to Trigger.dev | [Learn more](/config/extensions/syncEnvVars) |
101+
| esbuildPlugin | Add existing or custom esbuild plugins to your build process | [Learn more](/config/extensions/esbuildPlugin) |
102+
| emitDecoratorMetadata | Support for the emitDecoratorMetadata TypeScript compiler | [Learn more](/config/extensions/emitDecoratorMetadata) |
103+
| audioWaveform | Support for Audio Waveform in your project | [Learn more](/config/extensions/audioWaveform) |
105104

106105
## Getting help
107106

0 commit comments

Comments
 (0)