git: 00b86ae3eb - main - Remove stale gnome sidenav links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Jul 2022 20:40:03 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=00b86ae3ebfd4c66a06f4d4c175a4a9ec7bdc7d0 commit 00b86ae3ebfd4c66a06f4d4c175a4a9ec7bdc7d0 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-07-14 20:37:53 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-07-14 20:37:53 +0000 Remove stale gnome sidenav links Broken after 1baae082 Reported by: John Hein <jcfyecrayz (AT) liamekaens.com> PR: 262873 --- website/themes/beastie/layouts/partials/sidenav.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/website/themes/beastie/layouts/partials/sidenav.html b/website/themes/beastie/layouts/partials/sidenav.html index 4cd3a1d340..419ae505e6 100644 --- a/website/themes/beastie/layouts/partials/sidenav.html +++ b/website/themes/beastie/layouts/partials/sidenav.html @@ -87,17 +87,6 @@ <li><a href={{ "gnome/contact/" | absLangURL }}>{{ i18n "contactUs" }}</a></li> </ul> </li> - <li> - <a href={{ "gnome" | absLangURL }}>{{ i18n "documentation" }}</a> - <ul> - <li><a href={{ "gnome/docs/faq2/" | absLangURL }}>{{ i18n "FAQ" }}</a></li> - <li><a href={{ "gnome/docs/halfaq/" | absLangURL }}>{{ i18n "HALFAQ" }}</a></li> - <li><a href={{ "gnome/docs/faq232/" | absLangURL }}>{{ i18n "upgradeFAQ" }}</a></li> - <li><a href={{ "gnome/docs/develfaq/" | absLangURL }}>{{ i18n "developmentBranchFAQ" }}</a></li> - <li><a href={{ "gnome/docs/porting/" | absLangURL }}>{{ i18n "creatingPorts" }}</a></li> - <li><a href={{ "gnome/docs/faq232/#q4" | absLangURL }}>{{ i18n "knownIssues" }}</a></li> - </ul> - </li> </ul> {{ else if eq .sidenavType "ports" }} <ul>