Skip to content

Commit

Permalink
docs: improve sidebar for the changelog page
Browse files Browse the repository at this point in the history
These two facts:

- Changelog entries for a given version can be rather long
- We order the versions "chronologically" instead of "numerically"

... mean that the entries for a given major version can get "hidden" further
down the page if multiple hotfixes have been released in the meantime. This
can cause confusion and make it seem like the version has not been released,
or at least doesn't have changelog entries. To alleviate this, add a table of
contents to the sidebar that links to the subsection for each release.
  • Loading branch information
tigarmo committed Sep 27, 2024
1 parent 5ea2c39 commit cd81d0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

Changelog
*********

Expand Down

0 comments on commit cd81d0c

Please sign in to comment.