Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ai-chat/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Changelog"
title: "AI Agents SDK changelog"
sidebarTitle: "Changelog"
description: "Changelog for the AI Agents SDK."
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ai-chat/how-it-works.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How it works"
title: "How the AI Agents SDK works"
sidebarTitle: "How it works"
description: "End-to-end mechanics of a chat.agent turn: the two durable channels per session, the long-lived task that reads and writes them, and how a chat survives refreshes, deploys, and idle gaps."
---
Expand Down
3 changes: 2 additions & 1 deletion docs/bulk-actions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Bulk actions"
title: "Bulk actions in the dashboard"
sidebarTitle: "Bulk actions"
description: "Replay or cancel multiple runs from the dashboard using filters or selected run IDs."
---

Expand Down
2 changes: 1 addition & 1 deletion docs/config/extensions/lightpanda.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Lightpanda"
title: "Lightpanda build extension"
sidebarTitle: "lightpanda"
description: "Use the lightpanda build extension to add Lightpanda browser to your project"
tag: "v4"
Expand Down
2 changes: 1 addition & 1 deletion docs/config/extensions/puppeteer.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Puppeteer"
title: "Puppeteer build extension"
sidebarTitle: "puppeteer"
description: "Use the puppeteer build extension to enable support for Puppeteer in your project"
---
Expand Down
15 changes: 15 additions & 0 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,21 @@
]
},
"redirects": [
{
"source": "/config/extensions",
"destination": "/config/extensions/overview",
"permanent": true
},
{
"source": "/upgrading-beta",
"destination": "/upgrading-packages",
"permanent": true
},
{
"source": "/guides/new-build-system-preview",
"destination": "/upgrading-packages",
"permanent": true
},
{
"source": "/cli-dev",
"destination": "/cli-dev-commands",
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/examples/lightpanda.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Lightpanda"
title: "Lightpanda examples with Trigger.dev"
sidebarTitle: "Lightpanda"
description: "These examples demonstrate how to use Lightpanda with Trigger.dev."
tag: "v4"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/examples/puppeteer.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Puppeteer"
title: "Puppeteer examples with Trigger.dev"
sidebarTitle: "Puppeteer"
description: "These examples demonstrate how to use Puppeteer with Trigger.dev."
---
Expand Down
Loading