This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-main by this push:
new 82bd962578 Regen
82bd962578 is described below
commit 82bd962578bd1fcb34bb2e49f5ea7db37593d8ac
Author: James Netherton <[email protected]>
AuthorDate: Wed Feb 25 08:32:12 2026 +0000
Regen
---
docs/modules/ROOT/examples/dataformats/pgp.yml | 2 +-
docs/modules/ROOT/pages/reference/extensions/crypto-pgp.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/modules/ROOT/examples/dataformats/pgp.yml
b/docs/modules/ROOT/examples/dataformats/pgp.yml
index 6252f544f9..139f3ef623 100644
--- a/docs/modules/ROOT/examples/dataformats/pgp.yml
+++ b/docs/modules/ROOT/examples/dataformats/pgp.yml
@@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 3.13.0
cqNativeSince: 3.13.0
cqCamelPartName: pgp
-cqCamelPartTitle: PGP
+cqCamelPartTitle: PGP (Pretty Good Privacy Cryptographic)
cqCamelPartDescription: Encrypt and decrypt messages using Java Cryptographic
Extension (JCE) and PGP.
cqExtensionPageTitle: PGP
diff --git a/docs/modules/ROOT/pages/reference/extensions/crypto-pgp.adoc
b/docs/modules/ROOT/pages/reference/extensions/crypto-pgp.adoc
index dc66bc7304..64d02aeb07 100644
--- a/docs/modules/ROOT/pages/reference/extensions/crypto-pgp.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/crypto-pgp.adoc
@@ -22,7 +22,7 @@ Encrypt and decrypt messages using Bouncy Castle OpenPGP API.
[id="extensions-crypto-pgp-whats-inside"]
== What's inside
-* xref:{cq-camel-components}:dataformats:pgp-dataformat.adoc[PGP data format]
+* xref:{cq-camel-components}:dataformats:pgp-dataformat.adoc[PGP (Pretty Good
Privacy Cryptographic) data format]
Please refer to the above link for usage and configuration details.