You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2020/07/14 16:56:57 UTC

[hbase] branch master updated: HBASE-24487 Add 2.3 Documentation to the website (#2060)

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

ndimiduk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 927df47  HBASE-24487 Add 2.3 Documentation to the website (#2060)
927df47 is described below

commit 927df472d9b2b39ea84ca875081bf5f37fa5561f
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Tue Jul 14 09:56:32 2020 -0700

    HBASE-24487 Add 2.3 Documentation to the website (#2060)
    
    Signed-off-by: Viraj Jasani <vj...@apache.org>
---
 src/site/site.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/site/site.xml b/src/site/site.xml
index 451ecf7..676ba1a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -141,6 +141,14 @@
         <item name="Developer API" href="2.2/devapidocs/index.html" target="_blank" />
         <item name="Developer API (Test)" href="2.2/testdevapidocs/index.html" target="_blank" />
       </item>
+      <item name="2.3 Documentation">
+        <item name="Ref Guide" href="2.3/book.html" target="_blank" />
+        <item name="Reference Guide (PDF)" href="2.3/apache_hbase_reference_guide.pdf" target="_blank" />
+        <item name="User API" href="2.3/apidocs/index.html" target="_blank" />
+        <item name="User API (Test)" href="2.3/testapidocs/index.html" target="_blank" />
+        <item name="Developer API" href="2.3/devapidocs/index.html" target="_blank" />
+        <item name="Developer API (Test)" href="2.3/testdevapidocs/index.html" target="_blank" />
+      </item>
     </menu>
     <menu name="ASF">
       <item name="Apache Software Foundation" href="http://www.apache.org/foundation/" target="_blank" />