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 24ee17e groovydoc link missing from main page
24ee17e is described below
commit 24ee17e043af5af5a930b79804abcaeb869e1454
Author: Paul King <[email protected]>
AuthorDate: Thu Sep 18 13:57:49 2025 +1000
groovydoc link missing from main page
---
site/src/site/sitemap-user.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/site/src/site/sitemap-user.groovy
b/site/src/site/sitemap-user.groovy
index 165a2f3..88f8f7f 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -122,6 +122,7 @@ documentation {
section ('Tools','fa-gears') {
item 'groovyc - the Groovy compiler', 'groovyc',
'tools-groovyc'
+ item 'groovydoc - the Groovy documentation generator',
'groovydoc', 'groovydoc'
item 'groovysh - the Groovy repl-like shell', 'groovysh',
'groovysh'
item 'groovyConsole - the Groovy Swing console', 'groovyconsole',
'groovy-console'
item 'IDE integration', 'ides', 'tools-ide'