git: e52d783241 - main - sidenav.html (sidebar at pages such as /where/): remove 13.0, add 14.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Sep 2022 04:22:31 UTC
The branch main has been updated by grahamperrin: URL: https://cgit.FreeBSD.org/doc/commit/?id=e52d783241b887cfd1e9760d34ab9657dfac4d6c commit e52d783241b887cfd1e9760d34ab9657dfac4d6c Author: Graham Perrin <grahamperrin@FreeBSD.org> AuthorDate: 2022-09-23 03:57:21 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2022-09-23 03:57:21 +0000 sidenav.html (sidebar at pages such as /where/): remove 13.0, add 14.0 D36520 – https://reviews.freebsd.org/D36520 – intended to, but did not, include an essential update to the sidebar. Fixing my omission, attention to the section of sidenav.html – .sidenavType "download" – that currently forms the traditional sidebar at pages such as: * Download FreeBSD (also known as Get FreeBSD) * FreeBSD Snapshot Releases (a.k.a. Snapshot Releases) * Release Engineering Information * Release Information. PR: 266167 Reviewed by: gjb (mentor) Approved by: gjb Fixes: b1fcdc95159 home, sidebars, /releases/: updates, corrections Pull request: https://github.com/grahamperrin/freebsd-doc/pull/3 Differential revision: https://reviews.freebsd.org/D36676 --- website/themes/beastie/layouts/partials/sidenav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/themes/beastie/layouts/partials/sidenav.html b/website/themes/beastie/layouts/partials/sidenav.html index 862da40440..3d313148e6 100644 --- a/website/themes/beastie/layouts/partials/sidenav.html +++ b/website/themes/beastie/layouts/partials/sidenav.html @@ -62,9 +62,8 @@ <li> <a href={{ "releases" | absLangURL }}>{{ i18n "releases" }}</a> <ul> - <li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel131-announce" }}>{{ index .data.releases "rel131-current" }}</a></li> - <li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel130-announce" }}>{{ index .data.releases "rel130-current" }}</a></li> <li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel123-announce" }}>{{ index .data.releases "rel123-current" }}</a></li> + <li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel131-announce" }}>{{ index .data.releases "rel131-current" }}</a></li> </ul> </li> <li> @@ -72,6 +71,7 @@ <ul> <li>{{ i18n "upcomingRelease" }}:<br /><a href={{ index .data.releases "u-betarel-schedule" }}>{{ index .data.releases "betarel-current" }}</a></li> <li>{{ i18n "upcomingRelease" }}:<br /><a href={{ index .data.releases "u-betarel2-schedule" }}>{{ index .data.releases "betarel2-current" }}</a></li> + <li>{{ i18n "upcomingRelease" }}:<br /><a href={{ index .data.releases "u-betarel3-schedule" }}>{{ index .data.releases "betarel3-current" }}</a></li> </ul> </li> <li><a href={{ "ports" | absLangURL }}>{{ i18n "portedApplications" }}</a></li>