You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/02/06 13:16:51 UTC

[sling-site] 02/02: Link to Sling 10 API docs

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

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

commit d2b8b15b4a4df98624793d31b03e15ce412745dc
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Feb 6 15:16:34 2018 +0200

    Link to Sling 10 API docs
---
 src/main/jbake/templates/menu.tpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/jbake/templates/menu.tpl b/src/main/jbake/templates/menu.tpl
index 5fc986b..f2a7a75 100644
--- a/src/main/jbake/templates/menu.tpl
+++ b/src/main/jbake/templates/menu.tpl
@@ -19,6 +19,7 @@ div(class:"menu"){
 
 	p(){
 		strong("API Docs")  br() newLine()
+		a(href:"${config.site_contextPath}apidocs/sling10/index.html", "Sling 10") br() newLine()
 		a(href:"${config.site_contextPath}apidocs/sling9/index.html", "Sling 9") br() newLine()
 		a(href:"${config.site_contextPath}apidocs/sling8/index.html", "Sling 8") br() newLine()
 		a(href:"${config.site_contextPath}apidocs/sling7/index.html", "Sling 7") br() newLine()

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