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 9a7e0d9  SLING-10659 - fix sitemap link and add news about the new 
website features
9a7e0d9 is described below

commit 9a7e0d97eaf9f0adfbb65b5587ca394766ee352b
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Mon Jul 26 16:33:12 2021 +0200

    SLING-10659 - fix sitemap link and add news about the new website features
---
 src/main/jbake/content/news.md    | 2 ++
 src/main/jbake/templates/menu.tpl | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/content/news.md b/src/main/jbake/content/news.md
index 977f090..e232805 100644
--- a/src/main/jbake/content/news.md
+++ b/src/main/jbake/content/news.md
@@ -5,6 +5,8 @@ tags=news
 tableOfContents=false
 ~~~~~~
 
+* Our documentation pages now have an edit link in their footer: patches, 
which are very welcome, are now easier than ever!
+* The new [hierarchical sitemap](./sitemap.html) helps you find the right 
page, along with the existing [tags pages](./tags/development.html).
 * Released [Apache Sling Adapter Annotations 
2.0](https://github.com/apache/sling-org-apache-sling-adapter-annotations), a 
new module that implements OSGi DS 1.4 component property type annotations for 
Sling Adapters.
 * The virtual adaptTo() 2020 conference took place in September and [video 
recordings will be available soon](https://adapt.to/2020/en/schedule.html).
 * Vulnerability report and fix: CVE-2020-1949: Apache Sling CMS Reflected XSS 
Vulnerability (March 24th, 2020), see 
[http://s.apache.org/CVE-2020-1949](http://s.apache.org/CVE-2020-1949)
diff --git a/src/main/jbake/templates/menu.tpl 
b/src/main/jbake/templates/menu.tpl
index c188577..3460422 100644
--- a/src/main/jbake/templates/menu.tpl
+++ b/src/main/jbake/templates/menu.tpl
@@ -35,7 +35,7 @@ div(class:"container") {
                 ul() {
                     li(){a(href:"https://s.apache.org/sling.wiki";, "Wiki")}
                     li(){a(href:"https://s.apache.org/sling.faq";, "FAQ")}
-                    li(){a(href:"${config.site_contextPath}sitemap.html", 
"Site Map")}
+                    li(){a(href:"${config.site_contextPath}sitemap.html", 
"Sitemap")}
                 }
             }
             li(){

Reply via email to