aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Phillips <mark@freebsdfoundation.org>2026-07-04 17:27:04 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2026-07-04 17:27:04 +0000
commit1429387ea6272ab62c87ba6488bb20742cf95dbd (patch)
treefa9d51796112aa62d769d8044caf41904ff23e0e
parenta639bab1191e4b5c7cf7ea20d35ff941ca74e0eb (diff)
Website: Add FAQ to documentation menu
Differential Revision: D57740
-rw-r--r--website/themes/beastie/i18n/en.toml5
-rw-r--r--website/themes/beastie/layouts/_partials/site-header.html3
2 files changed, 7 insertions, 1 deletions
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
@@ -77,6 +77,9 @@
<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>
<li>