@@ -74,8 +74,37 @@ We provide everything you need to build and manage background tasks: a CLI and S
7474 <Card title = " Concurrency & Queues" icon = " line-height" href = " /queue-concurrency" color = " #D946EF" >
7575 Configure what you want to happen when there is more than one run at a time.
7676 </Card >
77+ <Card
78+ title = " Wait for token (human-in-the-loop)"
79+ icon = " hand"
80+ href = " /wait-for-token"
81+ color = " #EAEA08"
82+ >
83+ Pause runs until a token is completed via an approval workflow.
84+ </Card >
85+ <Card title = " Build extensions" icon = " gear" href = " /config/extensions/overview" color = " #22C55E" >
86+ Customize the build process or the resulting bundle and container image.
87+ </Card >
7788</CardGroup >
7889
90+ ## Explore by build extension
91+
92+ | Extension | What it does | Docs |
93+ | :-------------------- | :----------------------------------------------------------- | :----------------------------------------------------- |
94+ | prismaExtension | Use Prisma with Trigger.dev | [ Learn more] ( /config/extensions/prismaExtension ) |
95+ | pythonExtension | Execute Python scripts in Trigger.dev | [ Learn more] ( /config/extensions/pythonExtension ) |
96+ | playwright | Use Playwright with Trigger.dev | [ Learn more] ( /config/extensions/playwright ) |
97+ | puppeteer | Use Puppeteer with Trigger.dev | [ Learn more] ( /config/extensions/puppeteer ) |
98+ | lightpanda | Use Lightpanda with Trigger.dev | [ Learn more] ( /config/extensions/lightpanda ) |
99+ | ffmpeg | Use FFmpeg with Trigger.dev | [ Learn more] ( /config/extensions/ffmpeg ) |
100+ | aptGet | Install system packages with aptGet | [ Learn more] ( /config/extensions/aptGet ) |
101+ | additionalFiles | Copy additional files to the build directory | [ Learn more] ( /config/extensions/additionalFiles ) |
102+ | additionalPackages | Include additional packages in the build | [ Learn more] ( /config/extensions/additionalPackages ) |
103+ | syncEnvVars | Automatically sync environment variables to Trigger.dev | [ Learn more] ( /config/extensions/syncEnvVars ) |
104+ | esbuildPlugin | Add existing or custom esbuild plugins to your build process | [ Learn more] ( /config/extensions/esbuildPlugin ) |
105+ | emitDecoratorMetadata | Support for the emitDecoratorMetadata TypeScript compiler | [ Learn more] ( /config/extensions/emitDecoratorMetadata ) |
106+ | audioWaveform | Support for Audio Waveform in your project | [ Learn more] ( /config/extensions/audioWaveform ) |
107+
79108## Explore by example
80109
81110<CardGroup cols = { 3 } >
@@ -148,22 +177,6 @@ We provide everything you need to build and manage background tasks: a CLI and S
148177 <Card title = " Lightpanda" img = " /images/intro-lightpanda.jpg" href = " /guides/examples/lightpanda" />
149178</CardGroup >
150179
151- ## Explore by build extension
152-
153- | Extension | What it does | Docs |
154- | :-------------------- | :----------------------------------------------------------- | :----------------------------------------------------- |
155- | prismaExtension | Use Prisma with Trigger.dev | [ Learn more] ( /config/extensions/prismaExtension ) |
156- | pythonExtension | Execute Python scripts in Trigger.dev | [ Learn more] ( /config/extensions/pythonExtension ) |
157- | puppeteer | Use Puppeteer with Trigger.dev | [ Learn more] ( /config/extensions/puppeteer ) |
158- | ffmpeg | Use FFmpeg with Trigger.dev | [ Learn more] ( /config/extensions/ffmpeg ) |
159- | aptGet | Install system packages with aptGet | [ Learn more] ( /config/extensions/aptGet ) |
160- | additionalFiles | Copy additional files to the build directory | [ Learn more] ( /config/extensions/additionalFiles ) |
161- | additionalPackages | Include additional packages in the build | [ Learn more] ( /config/extensions/additionalPackages ) |
162- | syncEnvVars | Automatically sync environment variables to Trigger.dev | [ Learn more] ( /config/extensions/syncEnvVars ) |
163- | esbuildPlugin | Add existing or custom esbuild plugins to your build process | [ Learn more] ( /config/extensions/esbuildPlugin ) |
164- | emitDecoratorMetadata | Support for the emitDecoratorMetadata TypeScript compiler | [ Learn more] ( /config/extensions/emitDecoratorMetadata ) |
165- | audioWaveform | Support for Audio Waveform in your project | [ Learn more] ( /config/extensions/audioWaveform ) |
166-
167180## Getting help
168181
169182We'd love to hear from you or give you a hand getting started. Here are some ways to get in touch with us.
0 commit comments