You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/01/31 12:24:44 UTC

[sling-site] branch master updated: Add Maven Plugins to the menu - those docs were somewhat hard to find

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 74ba312  Add Maven Plugins to the menu - those docs were somewhat hard to find
74ba312 is described below

commit 74ba3128f1864e69675d81a07aa9a4494b8b81c1
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Jan 31 13:24:35 2018 +0100

    Add Maven Plugins to the menu - those docs were somewhat hard to find
---
 src/main/jbake/templates/menu.tpl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/templates/menu.tpl b/src/main/jbake/templates/menu.tpl
index 164afbd..5fc986b 100644
--- a/src/main/jbake/templates/menu.tpl
+++ b/src/main/jbake/templates/menu.tpl
@@ -8,7 +8,8 @@ div(class:"menu"){
 		a(href:"${config.site_contextPath}documentation/development.html", "Development") br() newLine()
 		a(href:"${config.site_contextPath}documentation/bundles.html", "Bundles") br() newLine()
 		a(href:"${config.site_contextPath}documentation/tutorials-how-tos.html", "Tutorials &amp; How-Tos") br() newLine()
-		a(href:"${config.site_contextPath}documentation/configuration.html", "Configuration")   
+		a(href:"http://sling.apache.org/components/", "Maven Plugins") br() newLine()
+		a(href:"${config.site_contextPath}documentation/configuration.html", "Configuration") newLine()
 	}
 
 	p(){

-- 
To stop receiving notification emails like this one, please contact
bdelacretaz@apache.org.