git: e4ff28d8d7 - main - Add links to the committer's guide in the obvious places
Allan Jude
allanjude at FreeBSD.org
Sun May 2 16:54:29 UTC 2021
The branch main has been updated by allanjude:
URL: https://cgit.FreeBSD.org/doc/commit/?id=e4ff28d8d77fe6a70496539a87e282deb613424c
commit e4ff28d8d77fe6a70496539a87e282deb613424c
Author: Allan Jude <allanjude at FreeBSD.org>
AuthorDate: 2021-05-02 16:25:34 +0000
Commit: Allan Jude <allanjude at FreeBSD.org>
CommitDate: 2021-05-02 16:53:24 +0000
Add links to the committer's guide in the obvious places
Sponsored-By: Klara Inc.
---
documentation/themes/beastie/i18n/en.toml | 3 +++
website/themes/beastie/i18n/en.toml | 3 +++
website/themes/beastie/layouts/partials/sidenav.html | 1 +
website/themes/beastie/layouts/partials/site-navigation.html | 3 +++
4 files changed, 10 insertions(+)
diff --git a/documentation/themes/beastie/i18n/en.toml b/documentation/themes/beastie/i18n/en.toml
index 7cabfd089a..f3dbde951c 100644
--- a/documentation/themes/beastie/i18n/en.toml
+++ b/documentation/themes/beastie/i18n/en.toml
@@ -73,6 +73,9 @@ other = "Porter's Handbook"
[developerHandbook]
other = "Developer's Handbook"
+[committersGuide]
+other = "Committer's Guide"
+
[manualPages]
other = "Manual Pages"
diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml
index 15572dfe8a..5aa6b40440 100644
--- a/website/themes/beastie/i18n/en.toml
+++ b/website/themes/beastie/i18n/en.toml
@@ -73,6 +73,9 @@ other = "Porter's Handbook"
[developerHandbook]
other = "Developer's Handbook"
+[committersGuide]
+other = "Committer's Guide"
+
[manualPages]
other = "Manual Pages"
diff --git a/website/themes/beastie/layouts/partials/sidenav.html b/website/themes/beastie/layouts/partials/sidenav.html
index 715c923b7c..d3f1f9d29b 100644
--- a/website/themes/beastie/layouts/partials/sidenav.html
+++ b/website/themes/beastie/layouts/partials/sidenav.html
@@ -33,6 +33,7 @@
<ul>
<li><a href={{ "projects" | absLangURL }}>{{ i18n "Developers" }}</a></li>
<li><a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/developers-handbook/" }}>{{ i18n "developerHandbook" }}</a></li>
+ <li><a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/articles/committers-guide" }}>{{ i18n "committersGuide" }}</a></li>
<li><a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/porters-handbook/" }}>{{ i18n "porterHandbook" }}</a></li>
<li><a href={{ "developers/cvs/" | absLangURL }}>{{ i18n "sourceCodeRepositories" }}</a></li>
<li><a href={{ "releng" | absLangURL }}>{{ i18n "releng" }}</a></li>
diff --git a/website/themes/beastie/layouts/partials/site-navigation.html b/website/themes/beastie/layouts/partials/site-navigation.html
index aa5e4f0af8..7d5ad7f62e 100644
--- a/website/themes/beastie/layouts/partials/site-navigation.html
+++ b/website/themes/beastie/layouts/partials/site-navigation.html
@@ -56,6 +56,9 @@
<li>
<a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/developers-handbook/" }}>{{ i18n "developerHandbook" }}</a>
</li>
+ <li>
+ <a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/articles/committers-guide" }}>{{ 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