This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.2.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 7b588261039bbada775f91e22894947a9d9a04f6 Author: Zineb Bendhiba <[email protected]> AuthorDate: Fri Sep 8 10:32:06 2023 +0200 Telegram webhook extra doc --- docs/modules/ROOT/pages/reference/extensions/telegram.adoc | 7 ++++++- extensions/telegram/runtime/src/main/doc/usage.adoc | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/telegram.adoc b/docs/modules/ROOT/pages/reference/extensions/telegram.adoc index e5cfef4607..ec4142aa40 100644 --- a/docs/modules/ROOT/pages/reference/extensions/telegram.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/telegram.adoc @@ -61,7 +61,12 @@ Maven users, for example, can add *camel-quarkus-rest* extension to their `pom.x <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-rest</artifactId> </dependency> ----- + +ifeval::[{doc-show-extra-content} == true] +[id="extensions-telegram-usage-webhook"] +=== Webhook +include::telegram-webhook.adoc[] +endif::[] [id="extensions-telegram-ssl-in-native-mode"] diff --git a/extensions/telegram/runtime/src/main/doc/usage.adoc b/extensions/telegram/runtime/src/main/doc/usage.adoc index e3960854be..12632e7704 100644 --- a/extensions/telegram/runtime/src/main/doc/usage.adoc +++ b/extensions/telegram/runtime/src/main/doc/usage.adoc @@ -11,4 +11,8 @@ Maven users, for example, can add *camel-quarkus-rest* extension to their `pom.x <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-rest</artifactId> </dependency> ----- \ No newline at end of file + +ifeval::[{doc-show-extra-content} == true] +=== Webhook +include::telegram-webhook.adoc[] +endif::[] \ No newline at end of file
