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 ea5c80bda960 Regen
ea5c80bda960 is described below

commit ea5c80bda960237fae6dfc89c98b2c0d1201bfb3
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Sep 9 21:22:50 2026 +0200

    Regen
---
 .../org/apache/camel/catalog/docs/pqc-dataformat.adoc       | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/pqc-dataformat.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/pqc-dataformat.adoc
index 7d7c4093a700..1fa926f44860 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/pqc-dataformat.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/pqc-dataformat.adoc
@@ -55,9 +55,11 @@ The authenticated wire format was introduced in Camel 4.22. 
Data encrypted by ea
 
 == Basic Usage
 
-=== Java DSL
-
-._Java-only: PQC DataFormat basic encrypt and decrypt routes_
+.PQC DataFormat basic encrypt and decrypt routes
+[tabs]
+====
+Java::
++
 [source,java]
 ----
 // Create PQC DataFormat
@@ -75,8 +77,8 @@ from("file:encrypted")
     .to("direct:decrypted");
 ----
 
-=== YAML DSL
-
+YAML::
++
 [source,yaml]
 ----
 - route:
@@ -105,6 +107,7 @@ from("file:encrypted")
       - to:
           uri: direct:decrypted
 ----
+====
 
 == Configuration Options
 

Reply via email to