docs(chat): relocate A2UI pages from render to chat product#592
Merged
Conversation
The A2UI surface pages (overview, A2uiSurfaceComponent, createA2uiSurfaceStore, catalog) document @threadplane/chat runtime APIs, and every inbound link to them came from chat docs. Move them from /docs/render/a2ui/* to /docs/chat/a2ui/* as a new chat 'A2UI' section, update docs-config nav, and repoint all internal links (3 chat pages + cross-links among the moved pages) and the e2e sitemap/overflow checks. No redirects (per decision) — old render/a2ui URLs now 404. Follow-up to the render docs technical review. 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
The four A2UI surface pages (Overview,
A2uiSurfaceComponent,createA2uiSurfaceStore(), Component Catalog) document@threadplane/chatruntime APIs, yet lived under the render docs. Every inbound link to them came from chat docs, and the chat product already has A2UI-adjacent guides. This moves them to a new A2UI section under the chat product.git mvthe 4 pages/docs/render/a2ui/*→/docs/chat/a2ui/*(tracked as renames; content is the post-docs(render): technical review — fix accuracy across all 18 render pages #590 corrected version).docs-config.ts: removed the A2UI section from the render product; added it to chat (before API Reference).No redirects (per decision) — old
/docs/render/a2ui/*URLs now 404.Follow-up to the render docs technical review.
Test Plan
/docs/chat/a2ui/*routes return 200 (all 4)./docs/render/a2ui/*routes return 404 (expected).eslintclean on docs-config.ts.website.spec.ts) sitemap + overflow checks updated to the new URL.🤖 Generated with Claude Code