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 apps/website/src/app/chat/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default async function ChatPage() {
]}
cta={{ label: 'See @threadplane/chat docs', href: '/docs/chat/getting-started/introduction' }}
visual={
<BrowserFrame url="cockpit.threadplane.ai/chat-debug" elevation="md">
<BrowserFrame url="cockpit.threadplane.ai/chat/core-capabilities/debug/overview/python" elevation="md">
<div style={{ padding: 24, minHeight: 320, background: 'linear-gradient(180deg, #fff, #f8fafc)' }}>
<div style={{ display: 'flex', gap: 8, marginBottom: 16 }}>
<Pill variant="accent">streaming</Pill>
Expand Down
4 changes: 2 additions & 2 deletions apps/website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default async function HomePage() {
]}
cta={{ label: 'Read the streaming guide', href: '/docs/langgraph/guides/streaming' }}
visual={
<BrowserFrame url="cockpit.threadplane.ai/langgraph/streaming" elevation="md">
<BrowserFrame url="cockpit.threadplane.ai/langgraph/core-capabilities/streaming/overview/python" elevation="md">
<img
src="/screenshots/cockpit-docs.webp"
alt="Cockpit reference app — Angular streaming guide with provideAgent setup"
Expand Down Expand Up @@ -82,7 +82,7 @@ export default async function HomePage() {
cta={{ label: 'See @threadplane/render', href: '/render' }}
visualLeft
visual={
<BrowserFrame url="cockpit.threadplane.ai/langgraph/api" elevation="md">
<BrowserFrame url="cockpit.threadplane.ai" elevation="md">
<img
src="/screenshots/cockpit-api.webp"
alt="Cockpit reference app — API reference rendered as structured cards"
Expand Down
4 changes: 2 additions & 2 deletions apps/website/src/components/landing/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export function Hero() {
{/* Right column — generative UI dashboard */}
<div>
<a
href="https://cockpit.threadplane.ai/chat/generative-ui"
href="https://cockpit.threadplane.ai/langgraph/core-capabilities/streaming/overview/python"
target="_blank"
rel="noopener noreferrer"
onClick={() =>
Expand Down Expand Up @@ -195,7 +195,7 @@ export function Hero() {
}}
>
<a
href="https://cockpit.threadplane.ai/chat/generative-ui"
href="https://cockpit.threadplane.ai/langgraph/core-capabilities/streaming/overview/python"
target="_blank"
rel="noopener noreferrer"
onClick={() =>
Expand Down
Loading