Unconditionally send the website footer link to the contributing article
to the english version, as a stopgap to fix the 404. This link needs to
preserve the language.
Reported by: debg
Reviewed by: carlavilla
Differential Revision: https://reviews.freebsd.org/D57064
Reapply 5636b2ce27, which makes the keyword in the releases sidenav
translatable. This got lost in the website refresh.
While here, drop the entry for 13.5, which also reappeared. This
recently went EOL.
Reported by: vladlen
With the removal of FreeBSD Mall, the misc category it's empty.
Remove it from the theme, we can add it later in case we add something
in misc again.
PR: 293477
This is not the end of the road, this is the beginning of a
continuous improvement in our website.
Respecting our users privacy, the website can work without
JavaScript enabled.
Tested on:
* FreeBSD: Firefox, Chrome
* Debian GNU/Linux: Firefox, Chrome
* Windows 10: Firefox, Chrome, Edge, IE11
* Windows 11: Firefox, Chrome, Edge
* Android 16: Firefox, Chrome
* iOS: Firefox, Safari
Thanks for all the people who sent feedback about the new design:
* adrian@
* bapt@
* bcr@
* bz@
* christos@
* cperciva@
* dbaio@
* dch@
* dteske@
* emaste@
* fernape@
* fluffy@
* gnn@
* imp@
* jrtc27@
* linimon@
* lwhsu@
* maxim@
* mp@
* philip@
* se@
* vladlen@
* ziaee@
* Minsoo Choo <minsoochoo0122@proton.me>
* The FreeBSD Foundation
Approved by: doceng@, core@
Co-authored-by: carlavilla@, Mark Phillips <mark@freebsdfoundation.org>
Differential Revision: D53910
Sponsored by: Work done by Mark Phillips was sponsored by the FreeBSD Foundation
The website has really complex deprecated hugo logic for localization.
To simplify this and eliminate linter warnings, we first need a modern
hugo language key. Build that in hugo.toml, and remove all the extra
files related to the old way of doing this. This removes several INFO
messages about deprecated syntax during the build, increases clarity
of the build system, and allows us to begin transitioning off the
remaining deprecated elements.
Reviewed by: carlavilla
Differential Revision: https://reviews.freebsd.org/D56173
It is already categorized this way on the page, just not in the
navigation bar, which still reads "Production Release".
Reviewed by: emaste (releng)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56183
This text appears in the 'sidenav' component on the left side at:
https://www.freebsd.org/releases/
Currently it is hard-coded. Add the keyword to the translation
templates.
Reviewed by: vladlen, ziaee
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56182
Server Fault is not managed by the FreeBSD Project and the documentation
website already removed Server Fault from its navigation bar.
PR: 261258
Differential Revision: https://reviews.freebsd.org/D42771