git: 5e1cf460f3 - main - Add 12.3 to the navigation sidebar

Glen Barber gjb at FreeBSD.org
Wed Sep 29 18:23:45 UTC 2021


The branch main has been updated by gjb:

URL: https://cgit.FreeBSD.org/doc/commit/?id=5e1cf460f3cf105483238216f2561d0999450d40

commit 5e1cf460f3cf105483238216f2561d0999450d40
Author:     Glen Barber <gjb at FreeBSD.org>
AuthorDate: 2021-09-29 18:23:30 +0000
Commit:     Glen Barber <gjb at FreeBSD.org>
CommitDate: 2021-09-29 18:23:30 +0000

    Add 12.3 to the navigation sidebar
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 website/themes/beastie/layouts/partials/sidenav.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/website/themes/beastie/layouts/partials/sidenav.html b/website/themes/beastie/layouts/partials/sidenav.html
index 90c121db73..86d2a9598c 100644
--- a/website/themes/beastie/layouts/partials/sidenav.html
+++ b/website/themes/beastie/layouts/partials/sidenav.html
@@ -64,14 +64,12 @@
       <li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel114-announce" }}>{{ index .data.releases "rel114-current" }}</a></li>
     </ul>
   </li>
-  <!--
   <li>
     <a href={{ "snapshots" | absLangURL }}>{{ i18n "snapshotReleases" }}</a>
       <ul>
-        <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-betarel-schedule" }}>{{ index .data.releases "betarel-current" }}</a></li>
       </ul>
   </li>
-  -->
   <li><a href={{ "ports" | absLangURL }}>{{ i18n "portedApplications" }}</a></li>
 </ul>
 {{ else if eq .sidenavType "gnome" }}


More information about the dev-commits-doc-all mailing list