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

abhi pushed a commit to branch ranger-2.7
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.7 by this push:
     new a6a1b50ac RANGER-5258: added menu items for easier reference to source 
repo, jira, ci sites
a6a1b50ac is described below

commit a6a1b50acc20f9961b9ea4290041957c8a5bfd1b
Author: Selvamohan Neethiraj <[email protected]>
AuthorDate: Thu Jul 17 08:47:47 2025 -0400

    RANGER-5258: added menu items for easier reference to source repo, jira, ci 
sites
    
    (cherry picked from commit ec8c8a32d095ee8c72f2621cc82ecc8fc33a6925)
---
 docs/src/site/site.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 57caed618..ca8e255bb 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -59,9 +59,14 @@ under the License.
       <item name="Ranger REST API Documentation" href="apidocs/index.html" 
target="_blank" />
       <item name="Ranger KMS REST API Documentation" 
href="kms/apidocs/index.html" target="_blank" />
       <item name="Blogs" href="blogs.html" />
+      <!-- Added to provide additional reference for developers -->
+         <item name="Ranger CI" href="https://ci-builds.apache.org/job/Ranger"; 
target="_blank" />
+         <item name="Jira - Issue Tracking" 
href="https://issues.apache.org/jira/projects/RANGER"; target="_blank" />
+         <item name="GitHub Source Repo" 
href="https://github.com/apache/ranger"; target="_blank" />
       <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
       <item name="License"         href="https://www.apache.org/licenses/"; />
     </menu>
+
     <menu name="Project Information">
         <item name="Project Summary" href="project-summary.html"/>
         <item name="Mailing Lists" href="mail-lists.html"/>

Reply via email to