You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2022/03/31 19:58:25 UTC

[camel] branch main updated: Cleanup knative documentation

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

zregvart 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 5450be4  Cleanup knative documentation
5450be4 is described below

commit 5450be4c0b51028ccbbd162f82f822faceb34b90
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Thu Mar 31 21:55:10 2022 +0200

    Cleanup knative documentation
    
    We need the `camel-spring-boot-name` attribute in the knative component,
    and we don't need the `knative-api` module documentation.
---
 .../camel-knative-api/src/main/docs/knative-api.adoc          | 11 -----------
 .../src/main/docs/knative-component.adoc                      |  2 ++
 docs/components/modules/others/nav.adoc                       |  1 -
 docs/components/modules/others/pages/knative-api.adoc         |  1 -
 4 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/components/camel-knative/camel-knative-api/src/main/docs/knative-api.adoc b/components/camel-knative/camel-knative-api/src/main/docs/knative-api.adoc
deleted file mode 100644
index 63cdbec..0000000
--- a/components/camel-knative/camel-knative-api/src/main/docs/knative-api.adoc
+++ /dev/null
@@ -1,11 +0,0 @@
-= Knative Api Component
-:doctitle: Knative Api
-:shortname: knative-api
-:artifactid: camel-knative-api
-:description: Camel Knative API
-:since: 3.15
-:supportlevel: Preview
-
-*Since Camel {since}*
-
-API for camel-knative component.
diff --git a/components/camel-knative/camel-knative-component/src/main/docs/knative-component.adoc b/components/camel-knative/camel-knative-component/src/main/docs/knative-component.adoc
index b5659a5..fca9a1d 100644
--- a/components/camel-knative/camel-knative-component/src/main/docs/knative-component.adoc
+++ b/components/camel-knative/camel-knative-component/src/main/docs/knative-component.adoc
@@ -6,6 +6,8 @@
 :since: 3.15
 :supportlevel: Stable
 :component-header: Both producer and consumer are supported
+//Manually maintained attributes
+:camel-spring-boot-name: knative
 
 *Since Camel {since}*
 
diff --git a/docs/components/modules/others/nav.adoc b/docs/components/modules/others/nav.adoc
index abdb88a1..4399163 100644
--- a/docs/components/modules/others/nav.adoc
+++ b/docs/components/modules/others/nav.adoc
@@ -30,7 +30,6 @@
 ** xref:jasypt.adoc[Jasypt]
 ** xref:jfr.adoc[JFR]
 ** xref:jta.adoc[JTA]
-** xref:knative-api.adoc[Knative Api]
 ** xref:knative-http.adoc[Knative Http]
 ** xref:leveldb.adoc[LevelDB]
 ** xref:leveldb-legacy.adoc[LevelDB-legacy]
diff --git a/docs/components/modules/others/pages/knative-api.adoc b/docs/components/modules/others/pages/knative-api.adoc
deleted file mode 120000
index 01233ba..0000000
--- a/docs/components/modules/others/pages/knative-api.adoc
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../components/camel-knative/camel-knative-api/src/main/docs/knative-api.adoc
\ No newline at end of file