This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6a87003e449 Fix line breaks in modal disclaimer text
6a87003e449 is described below
commit 6a87003e449386ba0af32707fe6ab8e1b0106a6b
Author: James Fredley <[email protected]>
AuthorDate: Wed Jan 7 10:22:04 2026 -0500
Fix line breaks in modal disclaimer text
Updated the data-modal-disclaimer attribute in document.html to use actual
line breaks instead of escaped newline characters for improved formatting in
the modal.
---
templates/document.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/templates/document.html b/templates/document.html
index 3924eda3372..e6d939f6e27 100644
--- a/templates/document.html
+++ b/templates/document.html
@@ -64,7 +64,9 @@
data-user-analytics-fingerprint-enabled="true"
data-modal-title="Apache Grails AI Assistant"
data-modal-example-questions-title="Try asking me..."
- data-modal-disclaimer="This is a custom LLM for Apache Grails using
[documentation](https://docs.grails.org/latest/), [groovy
documentation](https://docs.groovy-lang.org/docs/groovy-4.0.28/html/documentation/)
[github issues](https://github.com/apache/grails-core/issues) and
more.\n\nCompanies deploy assistants like this [](https://kapa.ai) on docs via
[website widget](https://docs.kapa.ai/integrations/website-widget) (Docker,
Reddit), in [support forms](https://docs.kapa.ai/inte [...]
+ data-modal-disclaimer="This is a custom LLM for Apache Grails using
[documentation](https://docs.grails.org/latest/), [groovy
documentation](https://docs.groovy-lang.org/docs/groovy-4.0.28/html/documentation/)
[github issues](https://github.com/apache/grails-core/issues) and more.
+
+Companies deploy assistants like this [](https://kapa.ai) on docs via [website
widget](https://docs.kapa.ai/integrations/website-widget) (Docker, Reddit), in
[support forms](https://docs.kapa.ai/integrations/support-form-deflector) for
ticket deflection (Monday.com, Mapbox), or as [an internal
assistant](https://docs.kapa.ai/integrations/internal-assistant) with access to
private sources."
data-modal-example-questions="How does database migration work?,How
does Spring Security work?"
data-button-text-color="#FBB576"
data-modal-header-bg-color="#FFFFFF"