git: 10a098a053 - main - Add link to the committer's guide to the docs site top-nav
Allan Jude <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by allanjude: URL: https://cgit.FreeBSD.org/doc/commit/?id=10a098a0538275f6d82fbbab72bc5e3af661bf4b commit 10a098a0538275f6d82fbbab72bc5e3af661bf4b Author: Allan Jude <[email protected]> AuthorDate: 2021-05-02 17:11:01 +0000 Commit: Allan Jude <[email protected]> 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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"