Files
Nicolò Boschi 830f92118e fix(docs): link the models page to configuration relatively, not via /docs/ (#4361)
The multi-LLM chain link on the models page pointed at
/docs/developer/configuration#..., but the docs are served from the site root, so
that path does not exist. It went unnoticed since #3983 because the current docs
are not part of a normal docs build — only the released 0.9 snapshot is — and
surfaced when cutting 0.10.0: release.sh snapshots the current docs as the new
default version, and the docs build it runs failed on the broken link, aborting
the release before anything was tagged or pushed.

Every other link on the page uses the relative ./configuration form, which
Docusaurus resolves within each version, so this one now does too.
2026-09-14 12:41:48 +02:00
..
2026-01-26 14:27:08 +01:00