mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:30:42 +00:00
The music-generation page was 291 lines with two side-by-side 'Quick start' subsections (shared provider-backed vs. ComfyUI workflow), a flat parameter table, two prose paragraphs explaining async behaviour and task lifecycle, and a 'Provider notes' bullet list mixed with a separate 'Choosing the right path' section. Restructure for scan-first reading without losing technical content: - Wrap Quick start in a top-level Tabs with two child Steps blocks (Shared provider-backed | ComfyUI workflow), so readers pick a path first and only see the matching steps. - Convert the tool parameter list to ParamField definitions with type signatures and required flags surfaced visually. - Convert the four async-behaviour bullets to a labelled bullet list and the four-state task lifecycle to a table for at-a-glance scanning. - Change Capability matrix Yes/No values to checkmarks/em-dashes for alignment with the rest of the media docs. - Convert the 'Provider notes' free-form paragraphs into an AccordionGroup keyed by provider (ComfyUI / Google Lyria 3 / MiniMax), keeping wording faithful. - Sentence-case Related entries and add sidebarTitle so the nav reads 'Music generation' explicitly. Provider rows already alphabetized in the supported providers table (ComfyUI / Google / MiniMax), kept that order. Wording, model refs, defaults, env vars, and capability declarations are unchanged.