What's Changed
- feat(landing): optional hero logo for
DocsUI::Landing(c.landing.logo) by @mhenrixon in #57
The landing hero now takes an optional brand mark above the eyebrow — an inline single-path SVG ({ svg:, viewbox:, label: }, rendered fill: currentColor so it adapts to the theme) or an image ({ src:, alt: }, resolved through the site's asset pipeline). nil (default) omits it, so it's fully backwards-compatible.
Full Changelog: v1.0.5...v1.0.6