You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/31 05:00:01 UTC

[camel] branch main updated: Add spring-boot link in doc

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 fbd8d2ed399 Add spring-boot link in doc
fbd8d2ed399 is described below

commit fbd8d2ed399230a8e3e1d469e9825eb0602fb981
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 31 06:59:46 2022 +0200

    Add spring-boot link in doc
---
 dsl/camel-cli-connector/src/main/docs/cli-connector.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dsl/camel-cli-connector/src/main/docs/cli-connector.adoc b/dsl/camel-cli-connector/src/main/docs/cli-connector.adoc
index 45876334430..2b6045a3bd2 100644
--- a/dsl/camel-cli-connector/src/main/docs/cli-connector.adoc
+++ b/dsl/camel-cli-connector/src/main/docs/cli-connector.adoc
@@ -5,6 +5,8 @@
 :description: Runtime adapter connecting with Camel CLI
 :since: 3.19
 :supportlevel: Preview
+//Manually maintained attributes
+:camel-spring-boot-name: cli-connector
 
 *Since Camel {since}*
 
@@ -25,3 +27,6 @@ and Camel should auto-detect this on startup and log as follows:
 ----
 Local CLI Connector started
 ----
+
+
+include::spring-boot:partial$starter.adoc[]