feat(site): add util reference pipeline (#537)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-02-24 15:34:34 -06:00
committed by GitHub
co-authored by Claude Opus 4.6
parent c11395ece1
commit 78112fbefd
143 changed files with 7031 additions and 481 deletions
@@ -5,7 +5,7 @@ frameworkTitle:
description: Accessible mute/unmute button with keyboard support and volume state reflection
---
import ApiReference from "@/components/docs/api-reference/ApiReference.astro";
import ComponentReference from "@/components/docs/api-reference/ComponentReference.astro";
import FrameworkCase from "@/components/docs/FrameworkCase.astro";
import StyleCase from "@/components/docs/StyleCase.astro";
import Demo from "@/components/docs/demos/Demo.astro";
@@ -124,4 +124,4 @@ Renders a `<button>` with an automatic `aria-label`: "Unmute" when muted, "Mute"
</StyleCase>
</FrameworkCase>
<ApiReference component="MuteButton" />
<ComponentReference component="MuteButton" />