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 d1afd98fda5f CAMEL-22652: Add pgc dataformat doc - also remove aws
group. The doc need more content and likely a xref link to the component which
has a lot more general documentation, to avoid a lot of duplicate docs. (#19831)
d1afd98fda5f is described below
commit d1afd98fda5f25c52c8f8f2e0591045a5b7291a4
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Nov 6 16:41:39 2025 +0100
CAMEL-22652: Add pgc dataformat doc - also remove aws group. The doc need
more content and likely a xref link to the component which has a lot more
general documentation, to avoid a lot of duplicate docs. (#19831)
---
.../camel-pqc/src/main/docs/pqc-component.adoc | 1 -
.../camel-pqc/src/main/docs/pqc-dataformat.adoc | 23 ++++++++++++++++++++++
docs/components/modules/ROOT/nav.adoc | 2 +-
docs/components/modules/dataformats/nav.adoc | 1 +
.../modules/dataformats/pages/pqc-dataformat.adoc | 1 +
5 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/components/camel-pqc/src/main/docs/pqc-component.adoc
b/components/camel-pqc/src/main/docs/pqc-component.adoc
index 34bd0990067f..dfa52dbbd8a5 100644
--- a/components/camel-pqc/src/main/docs/pqc-component.adoc
+++ b/components/camel-pqc/src/main/docs/pqc-component.adoc
@@ -8,7 +8,6 @@
:tabs-sync-option:
:component-header: Only producer is supported
//Manually maintained attributes
-:group: AWS
:camel-spring-boot-name: pqc
*Since Camel {since}*
diff --git a/components/camel-pqc/src/main/docs/pqc-dataformat.adoc
b/components/camel-pqc/src/main/docs/pqc-dataformat.adoc
new file mode 100644
index 000000000000..82054df441c5
--- /dev/null
+++ b/components/camel-pqc/src/main/docs/pqc-dataformat.adoc
@@ -0,0 +1,23 @@
+= PQC (Post-Quantum Cryptography) DataFormat
+:doctitle: PQC (Post-Quantum Cryptography)
+:shortname: pqc
+:artifactid: camel-pqc
+:description: Encrypt and decrypt messages using Post-Quantum Cryptography Key
Encapsulation Mechanisms (KEM).
+:since: 4.16
+:supportlevel: Preview
+:tabs-sync-option:
+//Manually maintained attributes
+:camel-spring-boot-name: pqc
+
+*Since Camel {since}*
+
+The PQC data format supports encrypting and decrypting payload using Post
Quantum Cryptography algorithms.
+
+== PGC DataFormat Options
+
+// dataformat options: START
+include::partial$dataformat-options.adoc[]
+// dataformat options: END
+
+
+include::spring-boot:partial$starter.adoc[]
diff --git a/docs/components/modules/ROOT/nav.adoc
b/docs/components/modules/ROOT/nav.adoc
index c70152c7e090..bb60c4ce1380 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -62,7 +62,6 @@
*** xref:aws2-timestream-component.adoc[AWS Timestream]
*** xref:aws2-transcribe-component.adoc[AWS Transcribe]
*** xref:aws2-translate-component.adoc[AWS Translate]
-*** xref:pqc-component.adoc[PQC Algorithms]
** xref:azure-summary.adoc[Azure]
*** xref:azure-cosmosdb-component.adoc[Azure CosmosDB]
*** xref:azure-eventhubs-component.adoc[Azure Event Hubs]
@@ -290,6 +289,7 @@
** xref:plc4x-component.adoc[PLC4X]
** xref:pgevent-component.adoc[PostgresSQL Event]
** xref:pg-replication-slot-component.adoc[PostgresSQL Replication Slot]
+** xref:pqc-component.adoc[PQC Algorithms]
** xref:lpr-component.adoc[Printer]
** xref:properties-component.adoc[Properties]
** xref:pubnub-component.adoc[PubNub]
diff --git a/docs/components/modules/dataformats/nav.adoc
b/docs/components/modules/dataformats/nav.adoc
index 556396f55d65..ba9e6c518633 100644
--- a/docs/components/modules/dataformats/nav.adoc
+++ b/docs/components/modules/dataformats/nav.adoc
@@ -34,6 +34,7 @@
** xref:mimeMultipart-dataformat.adoc[MIME Multipart]
** xref:parquetAvro-dataformat.adoc[Parquet File]
** xref:pgp-dataformat.adoc[PGP]
+** xref:pqc-dataformat.adoc[PQC (Post-Quantum Cryptography)]
** xref:protobuf-dataformat.adoc[Protobuf]
** xref:protobufJackson-dataformat.adoc[Protobuf Jackson]
** xref:rss-dataformat.adoc[RSS]
diff --git a/docs/components/modules/dataformats/pages/pqc-dataformat.adoc
b/docs/components/modules/dataformats/pages/pqc-dataformat.adoc
new file mode 120000
index 000000000000..a2a571ffe97b
--- /dev/null
+++ b/docs/components/modules/dataformats/pages/pqc-dataformat.adoc
@@ -0,0 +1 @@
+../../../../../components/camel-pqc/src/main/docs/pqc-dataformat.adoc
\ No newline at end of file