Multi-file ZIP downloads
The <Download> component now supports bundling multiple files into a single ZIP download using the new sources prop. This is useful when you want users to download a collection of related assets — such as brand logos, SDK files, or configuration templates — without needing to host a pre-built ZIP file.
Pass an array of publicly accessible URLs to sources, and the component fetches each file client-side and packages them into a ZIP archive:
Markdown
open-by-default option for collapsed sections
Sections and folders in your sidebar navigation support a new collapsed: open-by-default value. Sections configured with this value start expanded but display a toggle so users can collapse them.
docs.yml