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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6f37f5f44 chore(doc): swap uri in first place
6f37f5f44 is described below

commit 6f37f5f44c26876eab5e3b351dc1b8013d959591
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Jun 18 12:34:31 2026 +0200

    chore(doc): swap uri in first place
---
 docs/modules/ROOT/pages/index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/index.adoc 
b/docs/modules/ROOT/pages/index.adoc
index 133859700..6140fed48 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -18,11 +18,11 @@ metadata:
 spec:
   flows:
   - from:
+      uri: timer:yaml
       steps:
       - setBody:
           simple: Hello Camel from ${routeId}
       - log: ${body}
-      uri: timer:yaml
 ----
 
 You can then execute the following command:

Reply via email to