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

asf-ci-deploy pushed a commit to branch asf-site-production
in repository https://gitbox.apache.org/repos/asf/grails-website.git


The following commit(s) were added to refs/heads/asf-site-production by this 
push:
     new c764a20348a Updating apache/grails-website asf-site-production branch 
for Github Actions run:21825616603
c764a20348a is described below

commit c764a20348a5f125df2c0cb189111d8a52a71802
Author: matrei <[email protected]>
AuthorDate: Mon Feb 9 12:53:25 2026 +0000

    Updating apache/grails-website asf-site-production branch for Github 
Actions run:21825616603
---
 documentation.html    | 9 ++++++++-
 javascripts/search.js | 4 ++--
 rss.xml               | 2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/documentation.html b/documentation.html
index 198543169d7..a3f616bd08d 100644
--- a/documentation.html
+++ b/documentation.html
@@ -105,7 +105,14 @@ Companies deploy assistants like this [](https://kapa.ai) 
on docs via [website w
         </div>
     </div>
 </header>
-<article><div class='header-bar chalices-bg'><div 
class='content'><h1>Documentation</h1></div></div><div class='content'><div 
class='two-columns'><div class='odd column'><div class='guide-group'><div 
class='guide-group-header'><img 
src='https://grails.apache.org/images/documentation.svg' alt='Grails Version 
(snapshot)' /><h2>Snapshot Version (snapshot) 
Documentation</h2></div><ul><li><a 
href='https://grails.apache.org/docs/snapshot/'>User Guide</a></li><li><a 
href='https://grails.apache. [...]
+<article><div class='header-bar chalices-bg'><div 
class='content'><h1>Documentation</h1></div></div><div class='content'><div 
class='two-columns'><div class='odd column'><div class='guide-group'><div 
class='guide-group-header'><img 
src='https://grails.apache.org/images/documentation.svg' alt='Grails Version 
(snapshot)' /><h2>Snapshot Version (snapshot) 
Documentation</h2></div><ul><li><a 
href='https://grails.apache.org/docs/snapshot/'>User Guide</a></li><li><a 
href='https://grails.apache. [...]
+                                        function redirectToDocs(selectEl, 
urlTemplate) {
+                                            if (selectEl.selectedIndex === 0) {
+                                                return; // No version selected
+                                            }                      
+                                            window.location.href = 
urlTemplate.replace('{v}', selectEl.value);
+                                        }
+                                        </script><div 
class='version-selector'><h4>Single Page - User Guide</h4><select 
onchange='redirectToDocs(this, 
&apos;https://grails.apache.org/docs/{v}/guide/single.html&apos;)'><option>Select
 a version</option>[<option>7.0.6</option>, <option>7.0.5</option>, 
<option>7.0.4</option>, <option>7.0.3</option>, <option>7.0.2</option>, 
<option>7.0.1</option>, <option>7.0.0</option>, <option>6.2.3</option>, 
<option>6.2.2</option>, <option>6.2.1</option>,  [...]
 <footer>
     <div class='content'>
         <div class='apache-grails'>            
diff --git a/javascripts/search.js b/javascripts/search.js
index dae8d1d0f71..46d02378ef0 100644
--- a/javascripts/search.js
+++ b/javascripts/search.js
@@ -121,8 +121,8 @@ function onQueryChanged() {
     }
 
     const matchingGuides = []
-    for (let i = 0; i < allguides.length; i++) {
-        let guide = allguides[i]
+    for (let i = 0; i < allGuides.length; i++) {
+        let guide = allGuides[i]
         if (doesGuideMatchQuery(guide, query) ) {
             matchingGuides.push(guide)
         }
diff --git a/rss.xml b/rss.xml
index ca0d81bab06..d0b64a6d89b 100644
--- a/rss.xml
+++ b/rss.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?><rss 
xmlns:content="http://purl.org/rss/1.0/modules/content/"; 
version="2.0"><channel><title>Blog | Grails 
Framework</title><link>https://grails.apache.org</link><description>A powerful 
Groovy-based web application framework for the JVM built on top of Spring 
Boot</description><pubDate>Mon, 09 Feb 2026 12:26:40 
GMT</pubDate><item><title>James Daugherty and Mattias Reichel Named 2026 
GrailsĀ® Community Rock Stars</title><link>https://grails.apache.org/b [...]
+<?xml version="1.0" encoding="UTF-8"?><rss 
xmlns:content="http://purl.org/rss/1.0/modules/content/"; 
version="2.0"><channel><title>Blog | Grails 
Framework</title><link>https://grails.apache.org</link><description>A powerful 
Groovy-based web application framework for the JVM built on top of Spring 
Boot</description><pubDate>Mon, 09 Feb 2026 12:48:01 
GMT</pubDate><item><title>James Daugherty and Mattias Reichel Named 2026 
GrailsĀ® Community Rock Stars</title><link>https://grails.apache.org/b [...]
 <p>The Grails Community is thrilled to kick off 2026 by recognizing two 
outstanding volunteers for their exceptional contributions. As we continue to 
build on the momentum from Grails 7 and look ahead to future innovations, it's 
community leaders like these who drive the framework forward.</p>
 <p>This year, we're proud to award the <a href="/community.html">Grails 
Community Rock Star</a> honors to <a href="https://github.com/jdaugherty";>James 
Daugherty</a> and <a href="https://github.com/matrei";>Mattias Reichel</a>. Both 
have demonstrated unwavering dedication through code contributions, build 
improvements, documentation, plugin development, community support, and 
leadership in advancing Grails. Without their thousands of hours of volunteer 
work, Grails 7 and the successful tr [...]
 <h2>Mattias Reichel</h2>

Reply via email to