git: 10a098a053 - main - Add link to the committer's guide to the docs site top-nav

Allan Jude allanjude at FreeBSD.org
Sun May 2 17:11:27 UTC 2021


The branch main has been updated by allanjude:

URL: https://cgit.FreeBSD.org/doc/commit/?id=10a098a0538275f6d82fbbab72bc5e3af661bf4b

commit 10a098a0538275f6d82fbbab72bc5e3af661bf4b
Author:     Allan Jude <allanjude at FreeBSD.org>
AuthorDate: 2021-05-02 17:11:01 +0000
Commit:     Allan Jude <allanjude at FreeBSD.org>
CommitDate: 2021-05-02 17:11:01 +0000

    Add link to the committer's guide to the docs site top-nav
    
    Sponsored-By:   Klara Inc.
---
 documentation/themes/beastie/layouts/partials/site-navigation.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/documentation/themes/beastie/layouts/partials/site-navigation.html b/documentation/themes/beastie/layouts/partials/site-navigation.html
index 15ad25466e..3dd10a31d7 100644
--- a/documentation/themes/beastie/layouts/partials/site-navigation.html
+++ b/documentation/themes/beastie/layouts/partials/site-navigation.html
@@ -61,6 +61,9 @@
         <li>
           <a href={{ "books/developers-handbook/" | absLangURL }}>{{ i18n "developerHandbook" }}</a>
         </li>
+        <li>
+          <a href={{ "articles/committers-guide/" | absLangURL }}>{{ i18n "committersGuide" }}</a>
+        </li>
         <li>
           <a href="https://www.FreeBSD.org/cgi/man.cgi">{{ i18n "manualPages" }}</a>
         </li>


More information about the dev-commits-doc-all mailing list