From c74c83f7088c45cd68e94ea4448fb019831e1dfc Mon Sep 17 00:00:00 2001 From: Bruno Marvin <51372744+msscsh@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:17:54 -0300 Subject: [PATCH] suggestion for improving the text by Gastaldi --- docs/src/main/asciidoc/qute.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/qute.adoc b/docs/src/main/asciidoc/qute.adoc index 737c274ad28330..f8a91fe6af1980 100644 --- a/docs/src/main/asciidoc/qute.adoc +++ b/docs/src/main/asciidoc/qute.adoc @@ -10,7 +10,7 @@ include::_attributes.adoc[] :topics: templating,qute :extensions: io.quarkus:quarkus-qute,io.quarkus:quarkus-resteasy-qute,io.quarkus:quarkus-rest-qute -Qute is a templating engine specifically designed to meet Quarkus's needs. +Qute is a templating engine developed specifically for Quarkus. Reflection usage is minimized to reduce the size of native images. The API combines both the imperative and the non-blocking reactive style of coding. In development mode, all files located in `src/main/resources/templates` are monitored for changes, and modifications become visible immediately.