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 e15c476 Fixed: OFBiz API Reference link does not work for Developers#Documentation and Help(OFBIZ-11888) e15c476 is described below commit e15c47632f1c149c2102840c8e8c54f23475129c Author: Pawan Verma <[hidden email]> AuthorDate: Thu Jul 16 16:30:56 2020 +0530 Fixed: OFBiz API Reference link does not work for Developers#Documentation and Help(OFBIZ-11888) Added new Trunk, Next and Stable API Documentation section. Thanks, Jacques, Pritam, Devanshu, Olivier for the review. --- developers.html | 26 ++++++++++++-------------- template/page/developers.tpl.php | 26 ++++++++++++-------------- 2 files changed, 24 insertions(+), 28 deletions(-) diff --git a/developers.html b/developers.html index 2bd92ce..79e53f7 100644 --- a/developers.html +++ b/developers.html @@ -253,22 +253,20 @@ <p>We have a range of technical documenentation and help for developers. Please see the links below.</p> <ul class="iconsList"> <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external"><strong>OFBiz Technical Documentation</strong></a></li> - <li> - <strong>OFBiz API Reference</strong> - <ul> - <li title="Trunk API Reference"> - <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external"><strong>Trunk API Reference</strong></a></li> - </li> - <li title="Release 17.12 API Reference"> - <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external"><strong>Release 17.12 API Reference</strong></a></li> - </li> - <li title="Next Release API Reference"> - <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external"><strong>Next Release API Reference</strong></a></li> - </li> - </ul> - </li> <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="external"><strong>Developer and Technical FAQs</strong></a></li> </ul> + <strong>OFBiz API Reference</strong> + <ul class="iconsList"> + <li title="Trunk API Reference"> + <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external"><strong>Trunk API Reference</strong></a></li> + </li> + <li title="Release 17.12 API Reference"> + <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external"><strong>Release 17.12 API Reference</strong></a></li> + </li> + <li title="Next Release API Reference"> + <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external"><strong>Next Release API Reference</strong></a></li> + </li> + </ul> <p>After consulting the documentation you still have questions,please feel free to post questions on our development mailing list.</p> </div> </section> diff --git a/template/page/developers.tpl.php b/template/page/developers.tpl.php index c0cc5e9..f9abe8a 100644 --- a/template/page/developers.tpl.php +++ b/template/page/developers.tpl.php @@ -155,22 +155,20 @@ <p>We have a range of technical documenentation and help for developers. Please see the links below.</p> <ul class="iconsList"> <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external"><strong>OFBiz Technical Documentation</strong></a></li> - <li> - <strong>OFBiz API Reference</strong> - <ul> - <li title="Trunk API Reference"> - <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external"><strong>Trunk API Reference</strong></a></li> - </li> - <li title="Release 17.12 API Reference"> - <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external"><strong>Release 17.12 API Reference</strong></a></li> - </li> - <li title="Next Release API Reference"> - <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external"><strong>Next Release API Reference</strong></a></li> - </li> - </ul> - </li> <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="external"><strong>Developer and Technical FAQs</strong></a></li> </ul> + <strong>OFBiz API Reference</strong> + <ul class="iconsList"> + <li title="Trunk API Reference"> + <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external"><strong>Trunk API Reference</strong></a></li> + </li> + <li title="Release 17.12 API Reference"> + <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/stable/javadocs/" target="external"><strong>Release 17.12 API Reference</strong></a></li> + </li> + <li title="Next Release API Reference"> + <i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external"><strong>Next Release API Reference</strong></a></li> + </li> + </ul> <p>After consulting the documentation you still have questions,please feel free to post questions on our development mailing list.</p> </div> </section> |
Free forum by Nabble | Edit this page |