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

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ea5ff06  link to Geb
ea5ff06 is described below

commit ea5ff061ca30a0b675f065d2d3f65c22aaea9913
Author: Paul King <[email protected]>
AuthorDate: Sun Feb 23 16:31:46 2025 +1000

    link to Geb
---
 site/src/site/pages/contribute.groovy | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/site/src/site/pages/contribute.groovy 
b/site/src/site/pages/contribute.groovy
index 6f17657..449e721 100644
--- a/site/src/site/pages/contribute.groovy
+++ b/site/src/site/pages/contribute.groovy
@@ -227,6 +227,19 @@ layout 'layouts/main.groovy', true,
 
                             hr(class: 'divider')
 
+                            h2('Subprojects')
+
+                            p 'The following subprojects are run under the 
auspices of the Groovy project:'
+
+                            ul {
+                                li {
+                                    a(href: 'https://groovy.apache.org/geb', 
'Geb')
+                                    yield ' is a browser automation solution.'
+                                }
+                            }
+
+                            hr(class: 'divider')
+
                             h2('Donating to Friends of Groovy Open Collective')
 
                             p """

Reply via email to