The About dropdown seems a good place to add it to.
Click 'Developers'. UX: it is, I suspect, fairly common for people to not realise that the heading of a menu is both a heading _and_ a menu option. (I'm one of these people.)
(In reply to Graham Perrin from comment #1) ... uh. (This is doubly unintuitive to me, then. I had noticed the Documentation header led me to a portal when I accidentally clicked it instead of hovering, but that looked like a grid version of the dropdown itself, so I never checked others. Another problem with this is the disconnect: not all projects are developer projects, so I wouldn't have expected to find it there for that reason either.)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=8b7845359bc3f70f8314c7d4fbf41fcbaae9c870 commit 8b7845359bc3f70f8314c7d4fbf41fcbaae9c870 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-06-24 08:13:53 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-06-24 08:13:53 +0000 Add projects section to about menu PR: 264471 Submitted by: pauamma@ website/themes/beastie/i18n/de.toml | 3 +++ website/themes/beastie/i18n/en.toml | 3 +++ website/themes/beastie/i18n/es.toml | 3 +++ website/themes/beastie/i18n/fr.toml | 3 +++ website/themes/beastie/i18n/ja.toml | 3 +++ website/themes/beastie/i18n/nl.toml | 3 +++ website/themes/beastie/i18n/ru.toml | 3 +++ website/themes/beastie/i18n/zh-cn.toml | 3 +++ website/themes/beastie/i18n/zh-tw.toml | 3 +++ website/themes/beastie/layouts/partials/site-navigation.html | 3 +++ 10 files changed, 30 insertions(+)
Fixed. Thanks, it's a good idea.