TAMAYA-285: Add new menu to API

Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/727f38b8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/727f38b8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/727f38b8

Branch: refs/heads/master
Commit: 727f38b85f3c910baf9f4513c999e35ec330f298
Parents: e9338bd
Author: Phil Ottlinger <[email protected]>
Authored: Tue Sep 12 21:55:34 2017 +0200
Committer: Phil Ottlinger <[email protected]>
Committed: Tue Sep 12 21:55:34 2017 +0200

----------------------------------------------------------------------
 templates/menu.thyme | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/727f38b8/templates/menu.thyme
----------------------------------------------------------------------
diff --git a/templates/menu.thyme b/templates/menu.thyme
index 7e50638..d3bcfa8 100644
--- a/templates/menu.thyme
+++ b/templates/menu.thyme
@@ -28,7 +28,8 @@
                                                                <li><a 
th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" 
th:href="${rootpath}+'documentation/core.html'">Core</a></li>
                                                                <li><a 
th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" 
th:href="${rootpath}+'documentation/extensions.html'">Extension Guide</a></li>
                                                                <li 
class="divider"></li>
-                                                               <li><a 
th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" 
th:href="${rootpath}+'apidocs/index.html'" th:text="'Javadoc '+ 
${config.tamaya_version} +' (external)'"></a></li>
+                                                               <li><a 
th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" 
th:href="${rootpath}+'apidocs/stable/index.html'" th:text="'Javadoc '+ 
${config.tamaya_version_released} +' (release/stable)'"></a></li>
+                                                               <li><a 
th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" 
th:href="${rootpath}+'apidocs/development/index.html'" th:text="'Javadoc '+ 
${config.tamaya_version} +' (development)'"></a></li>
               </ul>
             </li>
                                                <li class="dropdown">

Reply via email to