git: 1429387ea6 - main - Website: Add FAQ to documentation menu

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Sat, 04 Jul 2026 17:27:37 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1429387ea6272ab62c87ba6488bb20742cf95dbd

commit 1429387ea6272ab62c87ba6488bb20742cf95dbd
Author:     Mark Phillips <mark@freebsdfoundation.org>
AuthorDate: 2026-07-04 17:27:04 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2026-07-04 17:27:04 +0000

    Website: Add FAQ to documentation menu
    
    Differential Revision:  D57740
---
 website/themes/beastie/i18n/en.toml                       | 5 ++++-
 website/themes/beastie/layouts/_partials/site-header.html | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml
index a0d479d872..b433526892 100644
--- a/website/themes/beastie/i18n/en.toml
+++ b/website/themes/beastie/i18n/en.toml
@@ -77,7 +77,10 @@ other = "Documentation"
 other = "Documentation portal"
 
 [h-freebsd-handbook]
-other = "FreeBSD Handbook"
+other = "Handbook"
+
+[h-documentation-faq]
+other = "FAQ"
 
 [h-porter-handbook]
 other = "Porter's Handbook"
diff --git a/website/themes/beastie/layouts/_partials/site-header.html b/website/themes/beastie/layouts/_partials/site-header.html
index e411dfaea2..262fc0a21b 100644
--- a/website/themes/beastie/layouts/_partials/site-header.html
+++ b/website/themes/beastie/layouts/_partials/site-header.html
@@ -76,6 +76,9 @@
             <li>
               <a href="{{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/handbook/" }}">{{ i18n "h-freebsd-handbook" }}</a>
             </li>
+            <li>
+              <a href="{{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/faq/" }}">{{ i18n "h-documentation-faq" }}</a>
+            </li>
             <li>
               <a href="{{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/porters-handbook/" }}">{{ i18n "h-porter-handbook" }}</a>
             </li>