This is an automated email from the ASF dual-hosted git repository. JiriOndrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit c70d4c8e6e97574f18928a9da877712e88cb9555 Author: James Netherton <[email protected]> AuthorDate: Thu May 7 17:23:00 2026 +0100 Regen digitalocean and irc docs --- docs/modules/ROOT/examples/components/digitalocean.yml | 2 +- docs/modules/ROOT/pages/reference/extensions/digitalocean.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/examples/components/digitalocean.yml b/docs/modules/ROOT/examples/components/digitalocean.yml index bd52388931..b7266954b3 100644 --- a/docs/modules/ROOT/examples/components/digitalocean.yml +++ b/docs/modules/ROOT/examples/components/digitalocean.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-digitalocean cqArtifactIdBase: digitalocean cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 2.0.0 cqCamelPartName: digitalocean diff --git a/docs/modules/ROOT/pages/reference/extensions/digitalocean.adoc b/docs/modules/ROOT/pages/reference/extensions/digitalocean.adoc index 0513af8d60..b206771fa3 100644 --- a/docs/modules/ROOT/pages/reference/extensions/digitalocean.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/digitalocean.adoc @@ -6,15 +6,15 @@ :cq-artifact-id: camel-quarkus-digitalocean :cq-native-supported: true :cq-status: Stable -:cq-status-deprecation: Stable +:cq-status-deprecation: Stable Deprecated :cq-description: Manage Droplets and resources within the DigitalOcean cloud. -:cq-deprecated: false +:cq-deprecated: true :cq-jvm-since: 1.1.0 :cq-native-since: 2.0.0 ifeval::[{doc-show-badges} == true] [.badges] -[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##2.0.0## +[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##2.0.0## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated## endif::[] Manage Droplets and resources within the DigitalOcean cloud.
