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 2022/03/21 15:42:29 UTC

[sling-site] 04/11: Add link to Sling 12 javadocs

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 0de4bb6128e1b9be67d3e52cfdc7ce9ba00dd66a
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Mar 18 21:25:24 2022 +0100

    Add link to Sling 12 javadocs
---
 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 7ada162..c5449e7 100644
--- a/src/main/jbake/templates/menu.tpl
+++ b/src/main/jbake/templates/menu.tpl
@@ -22,6 +22,7 @@ div(class:"container") {
                     strong("API Docs")
                 }
                 ul() {
+                    li(){a(href:"${config.site_contextPath}apidocs/sling12/index.html", "Sling 12")}
                     li(){a(href:"${config.site_contextPath}apidocs/sling11/index.html", "Sling 11")}
                     li(){a(href:"${config.site_contextPath}apidocs/sling10/index.html", "Sling 10")}
                     li(){a(href:"${config.site_contextPath}apidocs/sling9/index.html", "Sling 9")}
@@ -88,4 +89,4 @@ div(class:"container") {
             }
         }
     }
-}
\ No newline at end of file
+}