[ofbiz-site] branch master updated: Fixed: OFBiz API Reference link does not work for Developers#Documentation and Help(OFBIZ-11888)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-site] branch master updated: Fixed: OFBiz API Reference link does not work for Developers#Documentation and Help(OFBIZ-11888)

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

pawan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 96998c0  Fixed: OFBiz API Reference link does not work for Developers#Documentation and Help(OFBIZ-11888)
96998c0 is described below

commit 96998c0aa1f3994f2a139e9e9eb974935e799db0
Author: Pawan Verma <[hidden email]>
AuthorDate: Thu Jul 16 16:10:11 2020 +0530

    Fixed: OFBiz API Reference link does not work for Developers#Documentation and Help(OFBIZ-11888)
   
    Added new Trunk, Next and Stable API Documentation section.
   
    Thanks, Jacques, Pritam, Devanshu, Olivier for the review.
---
 developers.html                  | 15 ++++++++++++++-
 template/page/developers.tpl.php | 15 ++++++++++++++-
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/developers.html b/developers.html
index 042deb2..2bd92ce 100644
--- a/developers.html
+++ b/developers.html
@@ -253,7 +253,20 @@
                 <p>We have a range of technical documenentation and help for developers. Please see the links below.</p>
     <ul class="iconsList">
                   <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external"><strong>OFBiz Technical Documentation</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external"><strong>OFBiz API Reference</strong></a></li>
+        <li>
+          <strong>OFBiz API Reference</strong>
+          <ul>
+            <li title="Trunk API Reference">
+              <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external"><strong>Trunk API Reference</strong></a></li>
+            </li>
+            <li title="Release 17.12 API Reference">
+              <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external"><strong>Release 17.12 API Reference</strong></a></li>
+            </li>
+            <li title="Next Release API Reference">
+              <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external"><strong>Next Release API Reference</strong></a></li>
+            </li>
+          </ul>
+        </li>
         <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="external"><strong>Developer and Technical FAQs</strong></a></li>
     </ul>
     <p>After consulting the documentation you still have questions,please feel free to post questions on our development mailing list.</p>
diff --git a/template/page/developers.tpl.php b/template/page/developers.tpl.php
index d30cc56..c0cc5e9 100644
--- a/template/page/developers.tpl.php
+++ b/template/page/developers.tpl.php
@@ -155,7 +155,20 @@
                 <p>We have a range of technical documenentation and help for developers. Please see the links below.</p>
     <ul class="iconsList">
                   <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external"><strong>OFBiz Technical Documentation</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external"><strong>OFBiz API Reference</strong></a></li>
+        <li>
+          <strong>OFBiz API Reference</strong>
+          <ul>
+            <li title="Trunk API Reference">
+              <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external"><strong>Trunk API Reference</strong></a></li>
+            </li>
+            <li title="Release 17.12 API Reference">
+              <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external"><strong>Release 17.12 API Reference</strong></a></li>
+            </li>
+            <li title="Next Release API Reference">
+              <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external"><strong>Next Release API Reference</strong></a></li>
+            </li>
+          </ul>
+        </li>
         <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="external"><strong>Developer and Technical FAQs</strong></a></li>
     </ul>
     <p>After consulting the documentation you still have questions,please feel free to post questions on our development mailing list.</p>