fix(website): point cockpit links at valid routes#574
Merged
Conversation
The cockpit moved to a manifest-driven route scheme
(/{product}/{section}/{topic}/{page}/{language}). Several website
links/labels still referenced the old top-level paths that now 404.
- Hero CTA (image + caption): /chat/generative-ui -> langgraph streaming
overview (the canonical default cockpit landing)
- Home "Stream" frame label: /langgraph/streaming -> core-capabilities
streaming overview
- Home "Render" frame label: /langgraph/api (no equivalent route) ->
bare cockpit.threadplane.ai
- Chat "Compositions" frame label: /chat-debug -> chat debug capability
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audited every
cockpit.threadplane.aireference across the repo. The cockpit moved to a manifest-driven route scheme (/{product}/{section}/{topic}/{page}/{language}), so several website links/labels still pointed at old top-level paths that now 404.Fixed
Hero.tsx(image + caption, ×2)/chat/generative-ui/langgraph/core-capabilities/streaming/overview/pythonpage.tsx— Stream frame/langgraph/streaming/langgraph/core-capabilities/streaming/overview/pythonpage.tsx— Render frame/langgraph/api(no equivalent route)cockpit.threadplane.aichat/page.tsx— Compositions frame/chat-debug/chat/core-capabilities/debug/overview/pythonThe Hero links are the only genuinely-broken clickable links (they 404 on click). The three
BrowserFrame url=props are decorative browser-chrome labels — corrected so they no longer display dead routes.Intentionally left alone
https://cockpit.threadplane.ailinks (Nav, Footer, FinalCTA, chat "See it live") — the cockpit root redirects to the streaming overview, so these resolve fine.🤖 Generated with Claude Code