Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2024 19:52:34 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 9cf430dfc2 - main - Remove Subversion repository from navigation
Message-ID:  <202411141952.4AEJqYZe061793@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/doc/commit/?id=9cf430dfc278c526c93e1ec50ee8b55b89ac0b12

commit 9cf430dfc278c526c93e1ec50ee8b55b89ac0b12
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-11-14 19:09:45 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411141952.4AEJqYZe061793>