You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2021/03/31 15:33:31 UTC

[accumulo-website] branch main updated: Add prominent link to public API docs (#268)

This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 2d336e9  Add prominent link to public API docs (#268)
2d336e9 is described below

commit 2d336e9e1347ec2d78d2ece1c852bacfd792fe94
Author: Keith Turner <kt...@apache.org>
AuthorDate: Wed Mar 31 11:33:07 2021 -0400

    Add prominent link to public API docs (#268)
---
 _includes/nav.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_includes/nav.html b/_includes/nav.html
index c79080c..7dfde54 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -27,6 +27,7 @@
           <ul class="dropdown-menu">
             <li><a href="{{ site.docs_baseurl }}">User Manual (2.x)</a></li>
             <li><a href="{{ site.baseurl }}/docs/2.x/apidocs">Javadocs (2.0)</a></li>
+            <li><a href="{{ site.baseurl }}/api">Public API</a></li>
             <li><a href="{{ site.baseurl }}/quickstart-1.x">Quickstart (1.x)</a></li>
             <li><a href="{{ site.baseurl }}/accumulo2-maven-plugin">Accumulo Maven Plugin</a></li>
             <li><a href="{{ site.baseurl }}/1.10/accumulo_user_manual.html">User Manual (1.10)</a></li>