This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 4bad1f0 Add the testing page to navbar
4bad1f0 is described below
commit 4bad1f0706609257bdcb2344feda796efaa89c15
Author: Sijie Guo <[email protected]>
AuthorDate: Wed Jan 10 10:26:25 2018 -0800
Add the testing page to navbar
Author: Sijie Guo <[email protected]>
Reviewers: Enrico Olivelli <[email protected]>
This closes #963 from sijie/add_missing_guide
---
site/_includes/navbar.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/site/_includes/navbar.html b/site/_includes/navbar.html
index 8121bf5..0539c71 100644
--- a/site/_includes/navbar.html
+++ b/site/_includes/navbar.html
@@ -54,6 +54,7 @@
<hr class="dropdown-divider">
<a class="navbar-item" href="{{ site.baseurl
}}community/contributing">Contribution Guide</a>
<a class="navbar-item" href="{{ site.baseurl
}}community/coding_guide">Coding Guide</a>
+ <a class="navbar-item" href="{{ site.baseurl
}}community/testing">Testing Guide</a>
<a class="navbar-item" href="{{ site.baseurl
}}community/issue-report">Issue Report Guide</a>
<a class="navbar-item" href="{{ site.baseurl
}}community/release_guide">Release Guide</a>
<hr class="dropdown-divider">
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].