You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(examples): tab the compiled-output dumps per target via code-group
Each example page stacked six "## <Target> output" sections — one tall
scroll per page. Wrap the six rozie-out fences in a VitePress `::: code-group`
so readers toggle between Vue / React / Svelte / Angular / Solid / Lit in
place. rozie-codegen now injects the target name as the fence `[label]` (with
an optional explicit `[Custom]` override) so each block names its tab; the
compiled output is still regenerated from the real .rozie source through
@rozie/core on every build (no drift). card.md keeps its two components as two
labeled groups.
Docs build green (147 anchors, 0 broken); rendered HTML carries vp-code-group
with six labeled radio tabs per group.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments