A release that mostly makes the docs site itself nicer to build and read.
Bases grow a reading view. A cards view whose order includes a
note.body (or file.body) column now renders each note's full body inside the
card, laid out as a single readable column with the other columns as a meta row
above — a changelog or release-notes view, not a tile grid. This very
Releases page is one. A base can also set a top-level
title: to name its page, and any page can now carry sidebar: false in its
frontmatter to stay out of the nav tree while still being reachable — which is
how these release notes surface here without cluttering the sidebar.
The /diff timeline is now optional. [[configuration#features|[features]]]
gains a diff toggle (on by default). Turn it off and the /diff
workspace and its client assets are dropped from the build entirely — a leaner
site when you don't want a git-history view.
A logo, and a docs.rs fix. docgen gets a hub-and-orbit logo and favicon. And
docgen-rs grew a real library target so docs.rs
stops failing to build the crate.