You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pa...@apache.org on 2020/07/17 08:46:41 UTC

[ofbiz-site] branch master updated: Fixed: OFBiz API Reference link does not work for Documentation/API Reference section(OFBIZ-11888)

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 7d999ef  Fixed: OFBiz API Reference link does not work for Documentation/API Reference section(OFBIZ-11888)
     new 901b5cc  Merge branch 'master' of https://gitbox.apache.org/repos/asf/ofbiz-site
7d999ef is described below

commit 7d999ef755dc84aa6adc6fc9ddd87708a962bdea
Author: Pawan Verma <pa...@hotwaxsystems.com>
AuthorDate: Fri Jul 17 14:15:58 2020 +0530

    Fixed: OFBiz API Reference link does not work for Documentation/API Reference section(OFBIZ-11888)
    
        Added new Trunk, Next and Stable API Documentation section.
    
        Thanks, Jacques, Pritam, Devanshu, Olivier for the review.
---
 404.html                       | 14 +++++++++++++-
 about-ofbiz.html               | 14 +++++++++++++-
 business-users.html            | 14 +++++++++++++-
 developers.html                | 14 +++++++++++++-
 download.html                  | 14 +++++++++++++-
 faqs.html                      | 14 +++++++++++++-
 getting-involved.html          | 14 +++++++++++++-
 index.html                     | 14 +++++++++++++-
 mailing-lists.html             | 14 +++++++++++++-
 ofbiz-demos.html               | 14 +++++++++++++-
 release-notes-12.04.06.html    | 14 +++++++++++++-
 release-notes-13.07.01.html    | 14 +++++++++++++-
 release-notes-13.07.02.html    | 14 +++++++++++++-
 release-notes-13.07.03.html    | 14 +++++++++++++-
 release-notes-16.11.01.html    | 14 +++++++++++++-
 release-notes-16.11.02.html    | 14 +++++++++++++-
 release-notes-16.11.03.html    | 14 +++++++++++++-
 release-notes-16.11.04.html    | 14 +++++++++++++-
 release-notes-16.11.05.html    | 14 +++++++++++++-
 release-notes-16.11.06.html    | 14 +++++++++++++-
 release-notes-16.11.07.html    | 14 +++++++++++++-
 release-notes-17.12.01.html    | 14 +++++++++++++-
 release-notes-17.12.03.html    | 14 +++++++++++++-
 release-notes-17.12.04.html    | 14 +++++++++++++-
 security.html                  | 14 +++++++++++++-
 service-providers.html         | 14 +++++++++++++-
 source-repositories.html       | 14 +++++++++++++-
 template/region/header.tpl.php | 14 +++++++++++++-
 user-stories.html              | 14 +++++++++++++-
 29 files changed, 377 insertions(+), 29 deletions(-)

diff --git a/404.html b/404.html
index b83e089..bf3a06a 100644
--- a/404.html
+++ b/404.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/about-ofbiz.html b/about-ofbiz.html
index d487007..aaafea4 100644
--- a/about-ofbiz.html
+++ b/about-ofbiz.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/business-users.html b/business-users.html
index 6208cce..d74ed8c 100644
--- a/business-users.html
+++ b/business-users.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/developers.html b/developers.html
index 79e53f7..ee909ff 100644
--- a/developers.html
+++ b/developers.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/download.html b/download.html
index ec292a6..d46137a 100644
--- a/download.html
+++ b/download.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/faqs.html b/faqs.html
index bdfa16a..797ca7a 100644
--- a/faqs.html
+++ b/faqs.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/getting-involved.html b/getting-involved.html
index 9931d82..f2b446f 100644
--- a/getting-involved.html
+++ b/getting-involved.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/index.html b/index.html
index 9abc5af..e3cd5e7 100644
--- a/index.html
+++ b/index.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/mailing-lists.html b/mailing-lists.html
index 2658cb7..ed7d391 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/ofbiz-demos.html b/ofbiz-demos.html
index 2f9502e..e368893 100644
--- a/ofbiz-demos.html
+++ b/ofbiz-demos.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-12.04.06.html b/release-notes-12.04.06.html
index 329bbbc..7963378 100644
--- a/release-notes-12.04.06.html
+++ b/release-notes-12.04.06.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-13.07.01.html b/release-notes-13.07.01.html
index f572707..633b02a 100644
--- a/release-notes-13.07.01.html
+++ b/release-notes-13.07.01.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-13.07.02.html b/release-notes-13.07.02.html
index 3eb9fcb..839e2d1 100644
--- a/release-notes-13.07.02.html
+++ b/release-notes-13.07.02.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-13.07.03.html b/release-notes-13.07.03.html
index 5d9dc14..853cb8c 100644
--- a/release-notes-13.07.03.html
+++ b/release-notes-13.07.03.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-16.11.01.html b/release-notes-16.11.01.html
index 8e22fc2..f69cb38 100644
--- a/release-notes-16.11.01.html
+++ b/release-notes-16.11.01.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-16.11.02.html b/release-notes-16.11.02.html
index baa4a33..5f2270b 100644
--- a/release-notes-16.11.02.html
+++ b/release-notes-16.11.02.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-16.11.03.html b/release-notes-16.11.03.html
index 9fd3a8c..cf5071b 100644
--- a/release-notes-16.11.03.html
+++ b/release-notes-16.11.03.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-16.11.04.html b/release-notes-16.11.04.html
index 8c32029..d510c39 100644
--- a/release-notes-16.11.04.html
+++ b/release-notes-16.11.04.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-16.11.05.html b/release-notes-16.11.05.html
index b42ed32..d3f9b32 100644
--- a/release-notes-16.11.05.html
+++ b/release-notes-16.11.05.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-16.11.06.html b/release-notes-16.11.06.html
index 88ec5e1..35c43c7 100644
--- a/release-notes-16.11.06.html
+++ b/release-notes-16.11.06.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-16.11.07.html b/release-notes-16.11.07.html
index 50a0796..d0689b0 100644
--- a/release-notes-16.11.07.html
+++ b/release-notes-16.11.07.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-17.12.01.html b/release-notes-17.12.01.html
index 3173e7d..184d0ec 100644
--- a/release-notes-17.12.01.html
+++ b/release-notes-17.12.01.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-17.12.03.html b/release-notes-17.12.03.html
index d1f5739..2953845 100644
--- a/release-notes-17.12.03.html
+++ b/release-notes-17.12.03.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/release-notes-17.12.04.html b/release-notes-17.12.04.html
index d2014d0..225da6e 100644
--- a/release-notes-17.12.04.html
+++ b/release-notes-17.12.04.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/security.html b/security.html
index 89a0d80..4eb0056 100644
--- a/security.html
+++ b/security.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/service-providers.html b/service-providers.html
index 1e6c021..c38c2f8 100644
--- a/service-providers.html
+++ b/service-providers.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/source-repositories.html b/source-repositories.html
index cb980d4..3ba055e 100644
--- a/source-repositories.html
+++ b/source-repositories.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>
diff --git a/template/region/header.tpl.php b/template/region/header.tpl.php
index 674f46b..7f13028 100644
--- a/template/region/header.tpl.php
+++ b/template/region/header.tpl.php
@@ -29,7 +29,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>/home/pawan/ofbiz_dev/ofbiz-site/template/region/header.tpl.php
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel<?php if (basename($page_name) == 'community.tpl.php'):?> active<?php endif;?>">Community</a>
diff --git a/user-stories.html b/user-stories.html
index dcf28ae..ffe2aa4 100644
--- a/user-stories.html
+++ b/user-stories.html
@@ -65,7 +65,19 @@
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="#" class="firstLevel">API Reference</a>
+                  <ul>
+                    <li title="Trunk API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external">Trunk API</a></li>
+                    </li>
+                    <li title="Release 17.12 API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external">Release 17.12 API</a></li>
+                    </li>
+                    <li title="Next Release API Reference">
+                      <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
+                    </li>
+                  </ul>
+                </li>
               </ul>
             </li>
             <li><a href="#" class="firstLevel">Community</a>


Re: [ofbiz-site] branch master updated: Fixed: OFBiz API Reference link does not work for Documentation/API Reference section(OFBIZ-11888)

Posted by Suraj Khurana <su...@hotwax.co>.
Ahh !! it is due to that php2html.sh thing.

Thanks !!
--
Best Regards,
Suraj Khurana
Senior Technical Consultant


On Fri, Jul 17, 2020 at 3:34 PM Pawan Verma <pa...@hotwaxsystems.com>
wrote:

> Hi Suraj,
>
> We can't use your suggested solution in ofbiz-site as it has its working
> pattern. Please refer README.md for more details.
> --
> Thanks & Regards
> Pawan Verma
> Technical Consultant
> *HotWax Systems*
> *Enterprise open source experts*
> http://www.hotwaxsystems.com
>
>
> On Fri, Jul 17, 2020 at 2:49 PM Suraj Khurana <su...@hotwax.co>
> wrote:
>
> > Hi Pawan,
> >
> > IMO, instead of copying this to every file, we should create a new file
> > apiReference.html or something similar so that changes are easy to manage
> > in future.
> > Infact if footer contents are the same, we should be creating a
> > footer.html.
> > WDYT?
> >
> > --
> > Best Regards,
> > Suraj Khurana
> > Senior Technical Consultant
> >
> >
> > On Fri, Jul 17, 2020 at 2:16 PM <pa...@apache.org> wrote:
> >
> > > 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 7d999ef  Fixed: OFBiz API Reference link does not work for
> > > Documentation/API Reference section(OFBIZ-11888)
> > >      new 901b5cc  Merge branch 'master' of
> > > https://gitbox.apache.org/repos/asf/ofbiz-site
> > > 7d999ef <https://gitbox.apache.org/repos/asf/ofbiz-site7d999ef> is
> > > described below
> > >
> > > commit 7d999ef755dc84aa6adc6fc9ddd87708a962bdea
> > > Author: Pawan Verma <pa...@hotwaxsystems.com>
> > > AuthorDate: Fri Jul 17 14:15:58 2020 +0530
> > >
> > >     Fixed: OFBiz API Reference link does not work for Documentation/API
> > > Reference section(OFBIZ-11888)
> > >
> > >         Added new Trunk, Next and Stable API Documentation section.
> > >
> > >         Thanks, Jacques, Pritam, Devanshu, Olivier for the review.
> > > ---
> > >  404.html                       | 14 +++++++++++++-
> > >  about-ofbiz.html               | 14 +++++++++++++-
> > >  business-users.html            | 14 +++++++++++++-
> > >  developers.html                | 14 +++++++++++++-
> > >  download.html                  | 14 +++++++++++++-
> > >  faqs.html                      | 14 +++++++++++++-
> > >  getting-involved.html          | 14 +++++++++++++-
> > >  index.html                     | 14 +++++++++++++-
> > >  mailing-lists.html             | 14 +++++++++++++-
> > >  ofbiz-demos.html               | 14 +++++++++++++-
> > >  release-notes-12.04.06.html    | 14 +++++++++++++-
> > >  release-notes-13.07.01.html    | 14 +++++++++++++-
> > >  release-notes-13.07.02.html    | 14 +++++++++++++-
> > >  release-notes-13.07.03.html    | 14 +++++++++++++-
> > >  release-notes-16.11.01.html    | 14 +++++++++++++-
> > >  release-notes-16.11.02.html    | 14 +++++++++++++-
> > >  release-notes-16.11.03.html    | 14 +++++++++++++-
> > >  release-notes-16.11.04.html    | 14 +++++++++++++-
> > >  release-notes-16.11.05.html    | 14 +++++++++++++-
> > >  release-notes-16.11.06.html    | 14 +++++++++++++-
> > >  release-notes-16.11.07.html    | 14 +++++++++++++-
> > >  release-notes-17.12.01.html    | 14 +++++++++++++-
> > >  release-notes-17.12.03.html    | 14 +++++++++++++-
> > >  release-notes-17.12.04.html    | 14 +++++++++++++-
> > >  security.html                  | 14 +++++++++++++-
> > >  service-providers.html         | 14 +++++++++++++-
> > >  source-repositories.html       | 14 +++++++++++++-
> > >  template/region/header.tpl.php | 14 +++++++++++++-
> > >  user-stories.html              | 14 +++++++++++++-
> > >  29 files changed, 377 insertions(+), 29 deletions(-)
> > >
> > > diff --git a/404.html b/404.html
> > > index b83e089..bf3a06a 100644
> > > --- a/404.html
> > > +++ b/404.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/about-ofbiz.html b/about-ofbiz.html
> > > index d487007..aaafea4 100644
> > > --- a/about-ofbiz.html
> > > +++ b/about-ofbiz.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/business-users.html b/business-users.html
> > > index 6208cce..d74ed8c 100644
> > > --- a/business-users.html
> > > +++ b/business-users.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/developers.html b/developers.html
> > > index 79e53f7..ee909ff 100644
> > > --- a/developers.html
> > > +++ b/developers.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/download.html b/download.html
> > > index ec292a6..d46137a 100644
> > > --- a/download.html
> > > +++ b/download.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/faqs.html b/faqs.html
> > > index bdfa16a..797ca7a 100644
> > > --- a/faqs.html
> > > +++ b/faqs.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/getting-involved.html b/getting-involved.html
> > > index 9931d82..f2b446f 100644
> > > --- a/getting-involved.html
> > > +++ b/getting-involved.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/index.html b/index.html
> > > index 9abc5af..e3cd5e7 100644
> > > --- a/index.html
> > > +++ b/index.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/mailing-lists.html b/mailing-lists.html
> > > index 2658cb7..ed7d391 100644
> > > --- a/mailing-lists.html
> > > +++ b/mailing-lists.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/ofbiz-demos.html b/ofbiz-demos.html
> > > index 2f9502e..e368893 100644
> > > --- a/ofbiz-demos.html
> > > +++ b/ofbiz-demos.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-12.04.06.html b/release-notes-12.04.06.html
> > > index 329bbbc..7963378 100644
> > > --- a/release-notes-12.04.06.html
> > > +++ b/release-notes-12.04.06.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-13.07.01.html b/release-notes-13.07.01.html
> > > index f572707..633b02a 100644
> > > --- a/release-notes-13.07.01.html
> > > +++ b/release-notes-13.07.01.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-13.07.02.html b/release-notes-13.07.02.html
> > > index 3eb9fcb..839e2d1 100644
> > > --- a/release-notes-13.07.02.html
> > > +++ b/release-notes-13.07.02.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-13.07.03.html b/release-notes-13.07.03.html
> > > index 5d9dc14..853cb8c 100644
> > > --- a/release-notes-13.07.03.html
> > > +++ b/release-notes-13.07.03.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-16.11.01.html b/release-notes-16.11.01.html
> > > index 8e22fc2..f69cb38 100644
> > > --- a/release-notes-16.11.01.html
> > > +++ b/release-notes-16.11.01.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-16.11.02.html b/release-notes-16.11.02.html
> > > index baa4a33..5f2270b 100644
> > > --- a/release-notes-16.11.02.html
> > > +++ b/release-notes-16.11.02.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-16.11.03.html b/release-notes-16.11.03.html
> > > index 9fd3a8c..cf5071b 100644
> > > --- a/release-notes-16.11.03.html
> > > +++ b/release-notes-16.11.03.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-16.11.04.html b/release-notes-16.11.04.html
> > > index 8c32029..d510c39 100644
> > > --- a/release-notes-16.11.04.html
> > > +++ b/release-notes-16.11.04.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-16.11.05.html b/release-notes-16.11.05.html
> > > index b42ed32..d3f9b32 100644
> > > --- a/release-notes-16.11.05.html
> > > +++ b/release-notes-16.11.05.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-16.11.06.html b/release-notes-16.11.06.html
> > > index 88ec5e1..35c43c7 100644
> > > --- a/release-notes-16.11.06.html
> > > +++ b/release-notes-16.11.06.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-16.11.07.html b/release-notes-16.11.07.html
> > > index 50a0796..d0689b0 100644
> > > --- a/release-notes-16.11.07.html
> > > +++ b/release-notes-16.11.07.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-17.12.01.html b/release-notes-17.12.01.html
> > > index 3173e7d..184d0ec 100644
> > > --- a/release-notes-17.12.01.html
> > > +++ b/release-notes-17.12.01.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-17.12.03.html b/release-notes-17.12.03.html
> > > index d1f5739..2953845 100644
> > > --- a/release-notes-17.12.03.html
> > > +++ b/release-notes-17.12.03.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/release-notes-17.12.04.html b/release-notes-17.12.04.html
> > > index d2014d0..225da6e 100644
> > > --- a/release-notes-17.12.04.html
> > > +++ b/release-notes-17.12.04.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/security.html b/security.html
> > > index 89a0d80..4eb0056 100644
> > > --- a/security.html
> > > +++ b/security.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/service-providers.html b/service-providers.html
> > > index 1e6c021..c38c2f8 100644
> > > --- a/service-providers.html
> > > +++ b/service-providers.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/source-repositories.html b/source-repositories.html
> > > index cb980d4..3ba055e 100644
> > > --- a/source-repositories.html
> > > +++ b/source-repositories.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > > diff --git a/template/region/header.tpl.php
> > > b/template/region/header.tpl.php
> > > index 674f46b..7f13028 100644
> > > --- a/template/region/header.tpl.php
> > > +++ b/template/region/header.tpl.php
> > > @@ -29,7 +29,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +
> > > </ul>/home/pawan/ofbiz_dev/ofbiz-site/template/region/header.tpl.php
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel<?php if
> > > (basename($page_name) == 'community.tpl.php'):?> active<?php
> > > endif;?>">Community</a>
> > > diff --git a/user-stories.html b/user-stories.html
> > > index dcf28ae..ffe2aa4 100644
> > > --- a/user-stories.html
> > > +++ b/user-stories.html
> > > @@ -65,7 +65,19 @@
> > >                  <li><a href="//
> > >
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> > "
> > > target="external" class="">User Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > > target="external" class="">Technical Documentation</a></li>
> > >                  <li><a href="//
> > > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > > class="">Wiki</a></li>
> > > -                <li><a href="//
> > > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > > class="last">API Reference</a></li>
> > > +                <li><a href="#" class="firstLevel">API Reference</a>
> > > +                  <ul>
> > > +                    <li title="Trunk API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > > target="external">Trunk API</a></li>
> > > +                    </li>
> > > +                    <li title="Release 17.12 API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > > target="external">Release 17.12 API</a></li>
> > > +                    </li>
> > > +                    <li title="Next Release API Reference">
> > > +                      <a href="//
> > > ci.apache.org/projects/ofbiz/site/next/javadocs/"
> target="external">Next
> > > Release API</a></li>
> > > +                    </li>
> > > +                  </ul>
> > > +                </li>
> > >                </ul>
> > >              </li>
> > >              <li><a href="#" class="firstLevel">Community</a>
> > >
> > >
> >
>

Re: [ofbiz-site] branch master updated: Fixed: OFBiz API Reference link does not work for Documentation/API Reference section(OFBIZ-11888)

Posted by Pawan Verma <pa...@hotwaxsystems.com>.
Hi Suraj,

We can't use your suggested solution in ofbiz-site as it has its working
pattern. Please refer README.md for more details.
-- 
Thanks & Regards
Pawan Verma
Technical Consultant
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com


On Fri, Jul 17, 2020 at 2:49 PM Suraj Khurana <su...@hotwax.co>
wrote:

> Hi Pawan,
>
> IMO, instead of copying this to every file, we should create a new file
> apiReference.html or something similar so that changes are easy to manage
> in future.
> Infact if footer contents are the same, we should be creating a
> footer.html.
> WDYT?
>
> --
> Best Regards,
> Suraj Khurana
> Senior Technical Consultant
>
>
> On Fri, Jul 17, 2020 at 2:16 PM <pa...@apache.org> wrote:
>
> > 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 7d999ef  Fixed: OFBiz API Reference link does not work for
> > Documentation/API Reference section(OFBIZ-11888)
> >      new 901b5cc  Merge branch 'master' of
> > https://gitbox.apache.org/repos/asf/ofbiz-site
> > 7d999ef <https://gitbox.apache.org/repos/asf/ofbiz-site7d999ef> is
> > described below
> >
> > commit 7d999ef755dc84aa6adc6fc9ddd87708a962bdea
> > Author: Pawan Verma <pa...@hotwaxsystems.com>
> > AuthorDate: Fri Jul 17 14:15:58 2020 +0530
> >
> >     Fixed: OFBiz API Reference link does not work for Documentation/API
> > Reference section(OFBIZ-11888)
> >
> >         Added new Trunk, Next and Stable API Documentation section.
> >
> >         Thanks, Jacques, Pritam, Devanshu, Olivier for the review.
> > ---
> >  404.html                       | 14 +++++++++++++-
> >  about-ofbiz.html               | 14 +++++++++++++-
> >  business-users.html            | 14 +++++++++++++-
> >  developers.html                | 14 +++++++++++++-
> >  download.html                  | 14 +++++++++++++-
> >  faqs.html                      | 14 +++++++++++++-
> >  getting-involved.html          | 14 +++++++++++++-
> >  index.html                     | 14 +++++++++++++-
> >  mailing-lists.html             | 14 +++++++++++++-
> >  ofbiz-demos.html               | 14 +++++++++++++-
> >  release-notes-12.04.06.html    | 14 +++++++++++++-
> >  release-notes-13.07.01.html    | 14 +++++++++++++-
> >  release-notes-13.07.02.html    | 14 +++++++++++++-
> >  release-notes-13.07.03.html    | 14 +++++++++++++-
> >  release-notes-16.11.01.html    | 14 +++++++++++++-
> >  release-notes-16.11.02.html    | 14 +++++++++++++-
> >  release-notes-16.11.03.html    | 14 +++++++++++++-
> >  release-notes-16.11.04.html    | 14 +++++++++++++-
> >  release-notes-16.11.05.html    | 14 +++++++++++++-
> >  release-notes-16.11.06.html    | 14 +++++++++++++-
> >  release-notes-16.11.07.html    | 14 +++++++++++++-
> >  release-notes-17.12.01.html    | 14 +++++++++++++-
> >  release-notes-17.12.03.html    | 14 +++++++++++++-
> >  release-notes-17.12.04.html    | 14 +++++++++++++-
> >  security.html                  | 14 +++++++++++++-
> >  service-providers.html         | 14 +++++++++++++-
> >  source-repositories.html       | 14 +++++++++++++-
> >  template/region/header.tpl.php | 14 +++++++++++++-
> >  user-stories.html              | 14 +++++++++++++-
> >  29 files changed, 377 insertions(+), 29 deletions(-)
> >
> > diff --git a/404.html b/404.html
> > index b83e089..bf3a06a 100644
> > --- a/404.html
> > +++ b/404.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/about-ofbiz.html b/about-ofbiz.html
> > index d487007..aaafea4 100644
> > --- a/about-ofbiz.html
> > +++ b/about-ofbiz.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/business-users.html b/business-users.html
> > index 6208cce..d74ed8c 100644
> > --- a/business-users.html
> > +++ b/business-users.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/developers.html b/developers.html
> > index 79e53f7..ee909ff 100644
> > --- a/developers.html
> > +++ b/developers.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/download.html b/download.html
> > index ec292a6..d46137a 100644
> > --- a/download.html
> > +++ b/download.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/faqs.html b/faqs.html
> > index bdfa16a..797ca7a 100644
> > --- a/faqs.html
> > +++ b/faqs.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/getting-involved.html b/getting-involved.html
> > index 9931d82..f2b446f 100644
> > --- a/getting-involved.html
> > +++ b/getting-involved.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/index.html b/index.html
> > index 9abc5af..e3cd5e7 100644
> > --- a/index.html
> > +++ b/index.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/mailing-lists.html b/mailing-lists.html
> > index 2658cb7..ed7d391 100644
> > --- a/mailing-lists.html
> > +++ b/mailing-lists.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/ofbiz-demos.html b/ofbiz-demos.html
> > index 2f9502e..e368893 100644
> > --- a/ofbiz-demos.html
> > +++ b/ofbiz-demos.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-12.04.06.html b/release-notes-12.04.06.html
> > index 329bbbc..7963378 100644
> > --- a/release-notes-12.04.06.html
> > +++ b/release-notes-12.04.06.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-13.07.01.html b/release-notes-13.07.01.html
> > index f572707..633b02a 100644
> > --- a/release-notes-13.07.01.html
> > +++ b/release-notes-13.07.01.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-13.07.02.html b/release-notes-13.07.02.html
> > index 3eb9fcb..839e2d1 100644
> > --- a/release-notes-13.07.02.html
> > +++ b/release-notes-13.07.02.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-13.07.03.html b/release-notes-13.07.03.html
> > index 5d9dc14..853cb8c 100644
> > --- a/release-notes-13.07.03.html
> > +++ b/release-notes-13.07.03.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-16.11.01.html b/release-notes-16.11.01.html
> > index 8e22fc2..f69cb38 100644
> > --- a/release-notes-16.11.01.html
> > +++ b/release-notes-16.11.01.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-16.11.02.html b/release-notes-16.11.02.html
> > index baa4a33..5f2270b 100644
> > --- a/release-notes-16.11.02.html
> > +++ b/release-notes-16.11.02.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-16.11.03.html b/release-notes-16.11.03.html
> > index 9fd3a8c..cf5071b 100644
> > --- a/release-notes-16.11.03.html
> > +++ b/release-notes-16.11.03.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-16.11.04.html b/release-notes-16.11.04.html
> > index 8c32029..d510c39 100644
> > --- a/release-notes-16.11.04.html
> > +++ b/release-notes-16.11.04.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-16.11.05.html b/release-notes-16.11.05.html
> > index b42ed32..d3f9b32 100644
> > --- a/release-notes-16.11.05.html
> > +++ b/release-notes-16.11.05.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-16.11.06.html b/release-notes-16.11.06.html
> > index 88ec5e1..35c43c7 100644
> > --- a/release-notes-16.11.06.html
> > +++ b/release-notes-16.11.06.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-16.11.07.html b/release-notes-16.11.07.html
> > index 50a0796..d0689b0 100644
> > --- a/release-notes-16.11.07.html
> > +++ b/release-notes-16.11.07.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-17.12.01.html b/release-notes-17.12.01.html
> > index 3173e7d..184d0ec 100644
> > --- a/release-notes-17.12.01.html
> > +++ b/release-notes-17.12.01.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-17.12.03.html b/release-notes-17.12.03.html
> > index d1f5739..2953845 100644
> > --- a/release-notes-17.12.03.html
> > +++ b/release-notes-17.12.03.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/release-notes-17.12.04.html b/release-notes-17.12.04.html
> > index d2014d0..225da6e 100644
> > --- a/release-notes-17.12.04.html
> > +++ b/release-notes-17.12.04.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/security.html b/security.html
> > index 89a0d80..4eb0056 100644
> > --- a/security.html
> > +++ b/security.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/service-providers.html b/service-providers.html
> > index 1e6c021..c38c2f8 100644
> > --- a/service-providers.html
> > +++ b/service-providers.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/source-repositories.html b/source-repositories.html
> > index cb980d4..3ba055e 100644
> > --- a/source-repositories.html
> > +++ b/source-repositories.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> > diff --git a/template/region/header.tpl.php
> > b/template/region/header.tpl.php
> > index 674f46b..7f13028 100644
> > --- a/template/region/header.tpl.php
> > +++ b/template/region/header.tpl.php
> > @@ -29,7 +29,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +
> > </ul>/home/pawan/ofbiz_dev/ofbiz-site/template/region/header.tpl.php
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel<?php if
> > (basename($page_name) == 'community.tpl.php'):?> active<?php
> > endif;?>">Community</a>
> > diff --git a/user-stories.html b/user-stories.html
> > index dcf28ae..ffe2aa4 100644
> > --- a/user-stories.html
> > +++ b/user-stories.html
> > @@ -65,7 +65,19 @@
> >                  <li><a href="//
> >
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation
> "
> > target="external" class="">User Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> > target="external" class="">Technical Documentation</a></li>
> >                  <li><a href="//
> > cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> > class="">Wiki</a></li>
> > -                <li><a href="//
> > ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> > class="last">API Reference</a></li>
> > +                <li><a href="#" class="firstLevel">API Reference</a>
> > +                  <ul>
> > +                    <li title="Trunk API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> > target="external">Trunk API</a></li>
> > +                    </li>
> > +                    <li title="Release 17.12 API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> > target="external">Release 17.12 API</a></li>
> > +                    </li>
> > +                    <li title="Next Release API Reference">
> > +                      <a href="//
> > ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> > Release API</a></li>
> > +                    </li>
> > +                  </ul>
> > +                </li>
> >                </ul>
> >              </li>
> >              <li><a href="#" class="firstLevel">Community</a>
> >
> >
>

Re: [ofbiz-site] branch master updated: Fixed: OFBiz API Reference link does not work for Documentation/API Reference section(OFBIZ-11888)

Posted by Suraj Khurana <su...@hotwax.co>.
Hi Pawan,

IMO, instead of copying this to every file, we should create a new file
apiReference.html or something similar so that changes are easy to manage
in future.
Infact if footer contents are the same, we should be creating a footer.html.
WDYT?

--
Best Regards,
Suraj Khurana
Senior Technical Consultant


On Fri, Jul 17, 2020 at 2:16 PM <pa...@apache.org> wrote:

> 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 7d999ef  Fixed: OFBiz API Reference link does not work for
> Documentation/API Reference section(OFBIZ-11888)
>      new 901b5cc  Merge branch 'master' of
> https://gitbox.apache.org/repos/asf/ofbiz-site
> 7d999ef <https://gitbox.apache.org/repos/asf/ofbiz-site7d999ef> is
> described below
>
> commit 7d999ef755dc84aa6adc6fc9ddd87708a962bdea
> Author: Pawan Verma <pa...@hotwaxsystems.com>
> AuthorDate: Fri Jul 17 14:15:58 2020 +0530
>
>     Fixed: OFBiz API Reference link does not work for Documentation/API
> Reference section(OFBIZ-11888)
>
>         Added new Trunk, Next and Stable API Documentation section.
>
>         Thanks, Jacques, Pritam, Devanshu, Olivier for the review.
> ---
>  404.html                       | 14 +++++++++++++-
>  about-ofbiz.html               | 14 +++++++++++++-
>  business-users.html            | 14 +++++++++++++-
>  developers.html                | 14 +++++++++++++-
>  download.html                  | 14 +++++++++++++-
>  faqs.html                      | 14 +++++++++++++-
>  getting-involved.html          | 14 +++++++++++++-
>  index.html                     | 14 +++++++++++++-
>  mailing-lists.html             | 14 +++++++++++++-
>  ofbiz-demos.html               | 14 +++++++++++++-
>  release-notes-12.04.06.html    | 14 +++++++++++++-
>  release-notes-13.07.01.html    | 14 +++++++++++++-
>  release-notes-13.07.02.html    | 14 +++++++++++++-
>  release-notes-13.07.03.html    | 14 +++++++++++++-
>  release-notes-16.11.01.html    | 14 +++++++++++++-
>  release-notes-16.11.02.html    | 14 +++++++++++++-
>  release-notes-16.11.03.html    | 14 +++++++++++++-
>  release-notes-16.11.04.html    | 14 +++++++++++++-
>  release-notes-16.11.05.html    | 14 +++++++++++++-
>  release-notes-16.11.06.html    | 14 +++++++++++++-
>  release-notes-16.11.07.html    | 14 +++++++++++++-
>  release-notes-17.12.01.html    | 14 +++++++++++++-
>  release-notes-17.12.03.html    | 14 +++++++++++++-
>  release-notes-17.12.04.html    | 14 +++++++++++++-
>  security.html                  | 14 +++++++++++++-
>  service-providers.html         | 14 +++++++++++++-
>  source-repositories.html       | 14 +++++++++++++-
>  template/region/header.tpl.php | 14 +++++++++++++-
>  user-stories.html              | 14 +++++++++++++-
>  29 files changed, 377 insertions(+), 29 deletions(-)
>
> diff --git a/404.html b/404.html
> index b83e089..bf3a06a 100644
> --- a/404.html
> +++ b/404.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/about-ofbiz.html b/about-ofbiz.html
> index d487007..aaafea4 100644
> --- a/about-ofbiz.html
> +++ b/about-ofbiz.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/business-users.html b/business-users.html
> index 6208cce..d74ed8c 100644
> --- a/business-users.html
> +++ b/business-users.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/developers.html b/developers.html
> index 79e53f7..ee909ff 100644
> --- a/developers.html
> +++ b/developers.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/download.html b/download.html
> index ec292a6..d46137a 100644
> --- a/download.html
> +++ b/download.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/faqs.html b/faqs.html
> index bdfa16a..797ca7a 100644
> --- a/faqs.html
> +++ b/faqs.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/getting-involved.html b/getting-involved.html
> index 9931d82..f2b446f 100644
> --- a/getting-involved.html
> +++ b/getting-involved.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/index.html b/index.html
> index 9abc5af..e3cd5e7 100644
> --- a/index.html
> +++ b/index.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/mailing-lists.html b/mailing-lists.html
> index 2658cb7..ed7d391 100644
> --- a/mailing-lists.html
> +++ b/mailing-lists.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/ofbiz-demos.html b/ofbiz-demos.html
> index 2f9502e..e368893 100644
> --- a/ofbiz-demos.html
> +++ b/ofbiz-demos.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-12.04.06.html b/release-notes-12.04.06.html
> index 329bbbc..7963378 100644
> --- a/release-notes-12.04.06.html
> +++ b/release-notes-12.04.06.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-13.07.01.html b/release-notes-13.07.01.html
> index f572707..633b02a 100644
> --- a/release-notes-13.07.01.html
> +++ b/release-notes-13.07.01.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-13.07.02.html b/release-notes-13.07.02.html
> index 3eb9fcb..839e2d1 100644
> --- a/release-notes-13.07.02.html
> +++ b/release-notes-13.07.02.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-13.07.03.html b/release-notes-13.07.03.html
> index 5d9dc14..853cb8c 100644
> --- a/release-notes-13.07.03.html
> +++ b/release-notes-13.07.03.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-16.11.01.html b/release-notes-16.11.01.html
> index 8e22fc2..f69cb38 100644
> --- a/release-notes-16.11.01.html
> +++ b/release-notes-16.11.01.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-16.11.02.html b/release-notes-16.11.02.html
> index baa4a33..5f2270b 100644
> --- a/release-notes-16.11.02.html
> +++ b/release-notes-16.11.02.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-16.11.03.html b/release-notes-16.11.03.html
> index 9fd3a8c..cf5071b 100644
> --- a/release-notes-16.11.03.html
> +++ b/release-notes-16.11.03.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-16.11.04.html b/release-notes-16.11.04.html
> index 8c32029..d510c39 100644
> --- a/release-notes-16.11.04.html
> +++ b/release-notes-16.11.04.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-16.11.05.html b/release-notes-16.11.05.html
> index b42ed32..d3f9b32 100644
> --- a/release-notes-16.11.05.html
> +++ b/release-notes-16.11.05.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-16.11.06.html b/release-notes-16.11.06.html
> index 88ec5e1..35c43c7 100644
> --- a/release-notes-16.11.06.html
> +++ b/release-notes-16.11.06.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-16.11.07.html b/release-notes-16.11.07.html
> index 50a0796..d0689b0 100644
> --- a/release-notes-16.11.07.html
> +++ b/release-notes-16.11.07.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-17.12.01.html b/release-notes-17.12.01.html
> index 3173e7d..184d0ec 100644
> --- a/release-notes-17.12.01.html
> +++ b/release-notes-17.12.01.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-17.12.03.html b/release-notes-17.12.03.html
> index d1f5739..2953845 100644
> --- a/release-notes-17.12.03.html
> +++ b/release-notes-17.12.03.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/release-notes-17.12.04.html b/release-notes-17.12.04.html
> index d2014d0..225da6e 100644
> --- a/release-notes-17.12.04.html
> +++ b/release-notes-17.12.04.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/security.html b/security.html
> index 89a0d80..4eb0056 100644
> --- a/security.html
> +++ b/security.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/service-providers.html b/service-providers.html
> index 1e6c021..c38c2f8 100644
> --- a/service-providers.html
> +++ b/service-providers.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/source-repositories.html b/source-repositories.html
> index cb980d4..3ba055e 100644
> --- a/source-repositories.html
> +++ b/source-repositories.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
> diff --git a/template/region/header.tpl.php
> b/template/region/header.tpl.php
> index 674f46b..7f13028 100644
> --- a/template/region/header.tpl.php
> +++ b/template/region/header.tpl.php
> @@ -29,7 +29,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +
> </ul>/home/pawan/ofbiz_dev/ofbiz-site/template/region/header.tpl.php
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel<?php if
> (basename($page_name) == 'community.tpl.php'):?> active<?php
> endif;?>">Community</a>
> diff --git a/user-stories.html b/user-stories.html
> index dcf28ae..ffe2aa4 100644
> --- a/user-stories.html
> +++ b/user-stories.html
> @@ -65,7 +65,19 @@
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation"
> target="external" class="">User Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation"
> target="external" class="">Technical Documentation</a></li>
>                  <li><a href="//
> cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"
> class="">Wiki</a></li>
> -                <li><a href="//
> ci.apache.org/projects/ofbiz/site/javadocs/" target="external"
> class="last">API Reference</a></li>
> +                <li><a href="#" class="firstLevel">API Reference</a>
> +                  <ul>
> +                    <li title="Trunk API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/trunk/javadocs/"
> target="external">Trunk API</a></li>
> +                    </li>
> +                    <li title="Release 17.12 API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/stable/javadocs/"
> target="external">Release 17.12 API</a></li>
> +                    </li>
> +                    <li title="Next Release API Reference">
> +                      <a href="//
> ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next
> Release API</a></li>
> +                    </li>
> +                  </ul>
> +                </li>
>                </ul>
>              </li>
>              <li><a href="#" class="firstLevel">Community</a>
>
>