git: 80a7b3cc5b - main - navigation bar: Remove Server Fault link
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jun 2025 13:48:02 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/doc/commit/?id=80a7b3cc5ba7c2fa872ab7d1bd18202a4c280283
commit 80a7b3cc5ba7c2fa872ab7d1bd18202a4c280283
Author: Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2025-06-12 13:45:09 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2025-06-12 13:45:09 +0000
navigation bar: Remove Server Fault link
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
---
website/themes/beastie/layouts/partials/site-navigation.html | 3 ---
1 file changed, 3 deletions(-)
diff --git a/website/themes/beastie/layouts/partials/site-navigation.html b/website/themes/beastie/layouts/partials/site-navigation.html
index 743de054b3..ac4a0980dc 100644
--- a/website/themes/beastie/layouts/partials/site-navigation.html
+++ b/website/themes/beastie/layouts/partials/site-navigation.html
@@ -93,9 +93,6 @@
<li>
<a href="https://freebsdfoundation.org/our-work/journal/">{{ i18n "FreeBSDJournal" }}</a>
</li>
- <li>
- <a href="http://serverfault.com/questions/tagged/freebsd">{{ i18n "QA" }}</a>
- </li>
</ul>
</li>
</ul>