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

commit dabf3584b316c730d16c0ea4a66b66bd5e9b6486
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Mar 27 15:06:52 2024 +1000

    add link to PDF
---
 site/src/site/pages/documentation.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site/src/site/pages/documentation.groovy 
b/site/src/site/pages/documentation.groovy
index 08fd3af..02404fe 100644
--- a/site/src/site/pages/documentation.groovy
+++ b/site/src/site/pages/documentation.groovy
@@ -30,6 +30,8 @@ layout 'layouts/main.groovy', true,
                             p {
                                 yield 'The documentation is available as a '
                                 a(href: "single-page-documentation.html", 
'single-page document')
+                                yield ', or a '
+                                a(href: 
"https://docs.groovy-lang.org/docs/latest/html/documentation/index.pdf";, 'PDF')
                                 yield ', or feel free to pick at a direct 
section below.'
                             }
                             p "You can also browse ${$a(href: '#all-versions', 
'documentation for other versions')}."

Reply via email to