Skip to content

Commit 65cc8d1

Browse files
committed
docs: unique titles for overview pages and descriptive intro anchors
Three pages shared the title "Overview"; give building-with-ai, self-hosting/overview, and management/overview distinct titles (sidebar labels unchanged). Replace the generic "Learn more" links in the introduction build-extension table with descriptive anchor text.
1 parent 6e40c3a commit 65cc8d1

4 files changed

Lines changed: 17 additions & 16 deletions

File tree

docs/building-with-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Overview"
2+
title: "Building with AI: overview"
33
sidebarTitle: "Overview"
44
description: "Tools and resources for building Trigger.dev projects with AI coding assistants."
55
---

docs/introduction.mdx

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

9292
| Extension | What it does | Docs |
9393
| :-------------------- | :----------------------------------------------------------- | :----------------------------------------------------- |
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) |
94+
| prismaExtension | Use Prisma with Trigger.dev | [prismaExtension docs](/config/extensions/prismaExtension) |
95+
| pythonExtension | Execute Python scripts in Trigger.dev | [pythonExtension docs](/config/extensions/pythonExtension) |
96+
| playwright | Use Playwright with Trigger.dev | [playwright extension docs](/config/extensions/playwright) |
97+
| puppeteer | Use Puppeteer with Trigger.dev | [puppeteer extension docs](/config/extensions/puppeteer) |
98+
| lightpanda | Use Lightpanda with Trigger.dev | [lightpanda extension docs](/config/extensions/lightpanda) |
99+
| ffmpeg | Use FFmpeg with Trigger.dev | [ffmpeg extension docs](/config/extensions/ffmpeg) |
100+
| aptGet | Install system packages with aptGet | [aptGet extension docs](/config/extensions/aptGet) |
101+
| additionalFiles | Copy additional files to the build directory | [additionalFiles docs](/config/extensions/additionalFiles) |
102+
| additionalPackages | Include additional packages in the build | [additionalPackages docs](/config/extensions/additionalPackages) |
103+
| syncEnvVars | Automatically sync environment variables to Trigger.dev | [syncEnvVars docs](/config/extensions/syncEnvVars) |
104+
| esbuildPlugin | Add existing or custom esbuild plugins to your build process | [esbuildPlugin docs](/config/extensions/esbuildPlugin) |
105+
| emitDecoratorMetadata | Support for the emitDecoratorMetadata TypeScript compiler | [emitDecoratorMetadata docs](/config/extensions/emitDecoratorMetadata) |
106+
| audioWaveform | Support for Audio Waveform in your project | [audioWaveform docs](/config/extensions/audioWaveform) |
107107

108108
## Explore by example
109109

docs/management/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Overview
2+
title: "Management API overview"
33
sidebarTitle: Overview
44
description: Using the Trigger.dev management API
55
---

docs/self-hosting/overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Overview"
2+
title: "Self-hosting overview"
3+
sidebarTitle: "Overview"
34
description: "You can self-host Trigger.dev on your own infrastructure."
45
---
56

0 commit comments

Comments
 (0)