git: 9cf430dfc2 - main - Remove Subversion repository from navigation
Ed Maste <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/doc/commit/?id=9cf430dfc278c526c93e1ec50ee8b55b89ac0b12 commit 9cf430dfc278c526c93e1ec50ee8b55b89ac0b12 Author: Ed Maste <[email protected]> AuthorDate: 2024-11-14 19:09:45 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2024-11-14 19:52:06 +0000 Remove Subversion repository from navigation All supported releases and branches in the src, ports, and doc trees use Git. While there are still occasional reasons to access thie Subversion repository there's no reason to include it in the navigation menu. Reviewed by: brooks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D47579 --- 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 fd40caa63e..743de054b3 100644 --- a/website/themes/beastie/layouts/partials/site-navigation.html +++ b/website/themes/beastie/layouts/partials/site-navigation.html @@ -109,9 +109,6 @@ <li> <a href="https://cgit.FreeBSD.org">{{ i18n "gitRepository" }}</a> </li> - <li> - <a href="https://svnweb.FreeBSD.org">{{ i18n "subversionRepository" }}</a> - </li> <li> <a href="https://github.com/freebsd">{{ i18n "gitMirror" }}</a> </li>