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 2021/08/04 10:28:46 UTC

[sling-site] branch master updated: Link to repositories page, which is not more useful with the build state indicators

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 9ee1e36  Link to repositories page, which is not more useful with the build state indicators
9ee1e36 is described below

commit 9ee1e3634f43af7023db40b30c5ca5dc91619277
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Aug 4 12:26:41 2021 +0200

    Link to repositories page, which is not more useful with the build state indicators
---
 src/main/jbake/content/repolist.md | 3 +++
 src/main/jbake/templates/menu.tpl  | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/content/repolist.md b/src/main/jbake/content/repolist.md
index 1d04674..ddfd886 100644
--- a/src/main/jbake/content/repolist.md
+++ b/src/main/jbake/content/repolist.md
@@ -19,5 +19,8 @@ the Sonar analysis failing with Java 11 for older modules.
 
 If you're unsure about the status of one of these repositories please ask on our dev list.
 
+All repositories have names which start with `sling-` so you can also list them
+with a [GitHub query](https://github.com/apache/?utf8=%E2%9C%93&q=sling).
+
 We also have specific documentation about some of these modules on the
 [Bundles](documentation/bundles.html) page.
\ No newline at end of file
diff --git a/src/main/jbake/templates/menu.tpl b/src/main/jbake/templates/menu.tpl
index 3460422..7ada162 100644
--- a/src/main/jbake/templates/menu.tpl
+++ b/src/main/jbake/templates/menu.tpl
@@ -59,7 +59,7 @@ div(class:"container") {
                     strong("Source")
                 }
                 ul() {
-                    li(){a(href:"https://github.com/apache/?utf8=%E2%9C%93&q=sling", "GitHub")}
+                    li(){a(href:"${config.site_contextPath}repolist.html", "Repositories")}
                     li(){a(href:"https://gitbox.apache.org/repos/asf?s=sling", "Git at Apache")}
                 }
             }