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 9d1af59c997 HBASE-27351 Add 2.5 Documentation to the website
9d1af59c997 is described below

commit 9d1af59c997c14e501d8509d30f0480f625b8ad0
Author: Nick Dimiduk <[email protected]>
AuthorDate: Thu Sep 1 15:09:15 2022 +0200

    HBASE-27351 Add 2.5 Documentation to the website
    
    
    Signed-off-by: Duo Zhang <[email protected]>
    Signed-off-by: huaxiangsun <[email protected]>
---
 src/site/site.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/site/site.xml b/src/site/site.xml
index dcdd8d503c2..799cff5ecd8 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -132,6 +132,12 @@
         <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>
+      <item name="2.5 Documentation">
+        <item name="User API" href="2.5/apidocs/index.html" target="_blank" />
+        <item name="User API (Test)" href="2.5/testapidocs/index.html" 
target="_blank" />
+        <item name="Developer API" href="2.5/devapidocs/index.html" 
target="_blank" />
+        <item name="Developer API (Test)" href="2.5/testdevapidocs/index.html" 
target="_blank" />
+      </item>
     </menu>
     <menu name="ASF">
       <item name="Apache Software Foundation" 
href="http://www.apache.org/foundation/"; target="_blank" />

Reply via email to