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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b1f95412f3ac chore: camel-jbang - escape the ${camel-version} 
placeholder in the TUI page so Antora does not read it as an attribute
b1f95412f3ac is described below

commit b1f95412f3ac59c55dfc8d9245a13b4c1c76ac6d
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Sep 18 10:10:30 2026 +0200

    chore: camel-jbang - escape the ${camel-version} placeholder in the TUI 
page so Antora does not read it as an attribute
    
    Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/camel-jbang-tui.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang-tui.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang-tui.adoc
index 5ae3ee5b0a8e..4c7042e2a347 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang-tui.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang-tui.adoc
@@ -1142,7 +1142,7 @@ When the check finds such an expression the panel sends 
the answer back to the m
 wrong and the rule, and shows the corrected answer with `1 correction` in the 
byline. When the model
 does not fix it the answer is shown as it is with a *Simple check* line under 
it naming the expression
 and the error, and the AI log has the exchange. Placeholders that are not 
simple (a Maven
-`${camel-version}`, a shell variable) are left alone.
+`$\{camel-version}`, a shell variable) are left alone.
 
 Press *Ctrl+U* while the AI panel is open to toggle the AI Usage view. It 
shows token consumption from
 the embedded AI prompt (*TUI ask*) and from LLM calls made by the monitored 
integration (*integration*),

Reply via email to