docs: derive release-notes nav from the release-notes directory - #1732
Merged
Conversation
The nav link and sidebar list hardcoded 2.16.2, so the freshly-published 2.16.3 page was live but unreachable from the site nav. Both now derive from the files in docs/release-notes/ (newest first) — adding a release's page is the whole job. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ionite34
approved these changes
Aug 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #1730: the 2.16.3 technical notes page deployed fine but was unreachable — the site nav's Release Notes link and the sidebar's page list both hardcoded
2.16.2.Rather than bump two hardcoded strings per release (the drift that just bit us), both now derive from the files in
docs/release-notes/at build time, newest first. Adding a release's markdown page is the whole job; the nav can't lag again.N.N.N.md) so stray files can't leak into navThis also makes the release-checklist step suggested in #1730 unnecessary for the nav specifically — the remaining checklist item is just "write the page."
🤖 Generated with Claude Code