Files
Sam Julien 4b432368ea fix(shell-docs): wire generative-ui pages with framework-aware demo content
The four pages all had the same shape problem: prose followed by
<IntegrationGrid>, which hides on framework-scoped routes via
useFramework() -> null. On /<framework>/<slug> URLs the picker
disappears and the page truncates to a content-less heading.

Add InlineDemo + Snippet + FeatureIntegrations blocks above the picker
so framework-scoped routes still render demo content:

- interactive.mdx: cell gen-ui-interrupt, regions
  frontend-useinterrupt-render and backend-interrupt-tool.
- state-rendering.mdx: cell shared-state-streaming, regions
  frontend-use-coagent-state and state-streaming-middleware.
- display.mdx: cell gen-ui-tool-based, region bar-chart-renderer.
  Drop the hardcoded '## Choose your Integration' heading
  (IntegrationGrid renders its own '<h2>Choose your AI backend</h2>').
- your-components/display-only.mdx: same fix as display.mdx.

Mirrors the wiring pattern in frontend-tools.mdx and the slot-2 fix
for shared-state.mdx.
2026-05-15 09:24:28 -07:00
..
2026-05-13 00:47:46 +00:00