This patch fixes two issues:
- The latest version is not the first thing users see on the docs index.
- The sorting is broken. This issue will not become evident until 0.22.10, but it will be very broken once we get there without this patch.
Differential D7456
Sort docs by version, with latest at the top jasonbcox on Sep 16 2020, 16:57. Authored by Tags None Subscribers None
Details
This patch fixes two issues:
In order to verify the sorting is correct, you will need to generate some bogus cp -r 0.22.1 0.22.10 find "0.22.10" -type f -print0 | xargs -0 sed -i 's/0.22.1/0.22.10/g' make serve Navigate to http://127.0.0.1:4000/doc/
Diff Detail
|