You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/10/10 13:03:22 UTC

[camel-quarkus] branch main updated: rest-openapi: Minor update to usage doc (#4117)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 42fdd74fd1 rest-openapi: Minor update to usage doc (#4117)
42fdd74fd1 is described below

commit 42fdd74fd1cc32c1f099855a3f224d3a42b058ba
Author: Darren Coleman <dc...@redhat.com>
AuthorDate: Mon Oct 10 13:50:54 2022 +0100

    rest-openapi: Minor update to usage doc (#4117)
---
 docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc | 2 ++
 extensions/rest-openapi/runtime/src/main/doc/usage.adoc        | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc b/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc
index c6b677b9f6..7c99cf29bc 100644
--- a/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc
@@ -53,7 +53,9 @@ endif::[]
 A `RestProducerFactory` implementation must be available when using the rest-openapi extension. The currently known extensions are:
 
 * camel-quarkus-http
+ifeval::[{doc-show-advanced-features} == true]
 * camel-quarkus-netty-http
+endif::[]
 
 Maven users will need to add one of these dependencies to their `pom.xml`, for example:
 
diff --git a/extensions/rest-openapi/runtime/src/main/doc/usage.adoc b/extensions/rest-openapi/runtime/src/main/doc/usage.adoc
index 91399d9285..30f8f9670b 100644
--- a/extensions/rest-openapi/runtime/src/main/doc/usage.adoc
+++ b/extensions/rest-openapi/runtime/src/main/doc/usage.adoc
@@ -3,7 +3,9 @@
 A `RestProducerFactory` implementation must be available when using the rest-openapi extension. The currently known extensions are:
 
 * camel-quarkus-http
+ifeval::[{doc-show-advanced-features} == true]
 * camel-quarkus-netty-http
+endif::[]
 
 Maven users will need to add one of these dependencies to their `pom.xml`, for example: