Skip to content

Commit 5d13e98

Browse files
committed
docs: give docs pages unique title tags and redirect stale pages
Several docs pages rendered identical <title> tags, which weakens search indexing. Give each affected page a unique, descriptive title and keep its existing sidebar label. Remove two stale build-system upgrade pages that were no longer in the navigation and redirect their URLs to the current package upgrade guide. Redirect the build-extensions group index to its overview page so the two URLs stop sharing a title, and drop a leftover orphaned API reference page.
1 parent 44eca4d commit 5d13e98

13 files changed

Lines changed: 26 additions & 863 deletions

File tree

docs/ai-chat/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Changelog"
2+
title: "AI Agents SDK changelog"
33
sidebarTitle: "Changelog"
44
description: "Changelog for the AI Agents SDK."
55
---

docs/ai-chat/how-it-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How it works"
2+
title: "How the AI Agents SDK works"
33
sidebarTitle: "How it works"
44
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."
55
---

docs/bulk-actions.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Bulk actions"
2+
title: "Bulk actions in the dashboard"
3+
sidebarTitle: "Bulk actions"
34
description: "Replay or cancel multiple runs from the dashboard using filters or selected run IDs."
45
---
56

docs/config/extensions/lightpanda.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Lightpanda"
2+
title: "Lightpanda build extension"
33
sidebarTitle: "lightpanda"
44
description: "Use the lightpanda build extension to add Lightpanda browser to your project"
55
tag: "v4"

docs/config/extensions/puppeteer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Puppeteer"
2+
title: "Puppeteer build extension"
33
sidebarTitle: "puppeteer"
44
description: "Use the puppeteer build extension to enable support for Puppeteer in your project"
55
---

docs/docs.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,21 @@
721721
]
722722
},
723723
"redirects": [
724+
{
725+
"source": "/config/extensions",
726+
"destination": "/config/extensions/overview",
727+
"permanent": true
728+
},
729+
{
730+
"source": "/upgrading-beta",
731+
"destination": "/upgrading-packages",
732+
"permanent": true
733+
},
734+
{
735+
"source": "/guides/new-build-system-preview",
736+
"destination": "/upgrading-packages",
737+
"permanent": true
738+
},
724739
{
725740
"source": "/cli-dev",
726741
"destination": "/cli-dev-commands",

docs/guides/examples/lightpanda.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Lightpanda"
2+
title: "Lightpanda examples with Trigger.dev"
33
sidebarTitle: "Lightpanda"
44
description: "These examples demonstrate how to use Lightpanda with Trigger.dev."
55
tag: "v4"

docs/guides/examples/puppeteer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Puppeteer"
2+
title: "Puppeteer examples with Trigger.dev"
33
sidebarTitle: "Puppeteer"
44
description: "These examples demonstrate how to use Puppeteer with Trigger.dev."
55
---

0 commit comments

Comments
 (0)