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

djencks pushed a commit to branch 0.5.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/0.5.x by this push:
     new 2fa4089  RI info
2fa4089 is described below

commit 2fa40898de68028bbb2b44ab26cdb1626aecf669
Author: David Jencks <djen...@apache.org>
AuthorDate: Thu Jan 13 22:07:13 2022 -0800

    RI info
---
 docs/antora.yml                                    |  7 +++++--
 .../ROOT/examples/template/kamelet-options.adoc    |  4 ++--
 docs/modules/ROOT/pages/index.adoc                 | 23 ++++++++++++++++++++--
 3 files changed, 28 insertions(+), 6 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 2e7153a..564a2e4 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -25,5 +25,8 @@ nav:
 asciidoc:
   attributes:
     requires: "'util=camel-website-util,kamelets=xref:js/kamelets.js'"
-    # Update to appropriate released camel-k version on release
-    camel-k-version: 1.7.x
+
+    camel-k-version: 1.7.0 and next
+    camel-k-docs-version: 1.7.x
+    camel-version: 3.12.0
+    camel-docs-version: 3.12.x
diff --git a/docs/modules/ROOT/examples/template/kamelet-options.adoc 
b/docs/modules/ROOT/examples/template/kamelet-options.adoc
index f4c5bce..2d16289 100644
--- a/docs/modules/ROOT/examples/template/kamelet-options.adoc
+++ b/docs/modules/ROOT/examples/template/kamelet-options.adoc
@@ -55,7 +55,7 @@ 
jsonpathExpression::example$yaml/${basename}.kamelet.yaml[query='$', format='kam
 
 ==== *Prerequisite*
 
-You have xref:{camel-k-version}@camel-k::installation/installation.adoc[Camel 
K installed] on the cluster.
+You have 
xref:{camel-k-docs-version}@camel-k::installation/installation.adoc[Camel K 
installed] on the cluster.
 
 ==== *Procedure for using the cluster CLI*
 
@@ -102,7 +102,7 @@ 
jsonpathExpression::example$yaml/${basename}.kamelet.yaml[query='$', format='kam
 
 * You've installed https://strimzi.io/[Strimzi].
 * You've created a topic named \`my-topic\` in the current namespace.
-* You have 
xref:{camel-k-version}@camel-k::installation/installation.adoc[Camel K 
installed] on the cluster.
+* You have 
xref:{camel-k-docs-version}@camel-k::installation/installation.adoc[Camel K 
installed] on the cluster.
 
 ==== *Procedure for using the cluster CLI*
 
diff --git a/docs/modules/ROOT/pages/index.adoc 
b/docs/modules/ROOT/pages/index.adoc
index d2a0199..5a7ebfe 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -1,8 +1,27 @@
 = Kamelet Catalog
 
+[NOTE]
+--
+This version ({page-component-display-version}) of {page-component-title} 
depends on:
+
+* xref:{camel-docs-version}@components::index.adoc[Camel] at version 
{camel-version}
+
+It is used by:
+
+* xref:{camel-k-docs-version}@camel-k::index.adoc[Camel-K] at versions 
{camel-k-version}
+
+ifdef::lts[This long term service release will be supported until {lts}.]
+ifndef::lts[]
+ifdef::prerelease[This is the development version of {page-component-title}. 
It should not be used in production.]
+ifndef::prerelease[This release will not be updated, but rather replaced by a 
new release.]
+endif::[]
+--
+
 This page contains the default Apache Camel Kamelets catalog.
-**We love contributions for this catalog**: you can follow the 
xref:{camel-k-version}@camel-k::kamelets/kamelets-dev.adoc[Kamelets Developer 
Guide]
-for information on how to create new Kamelets and contribute them to the 
official 
https://github.com/apache/camel-kamelets/[github.com/apache/camel-kamelets] 
repository.
+
+Consult the 
xref:{camel-k-docs-version}@camel-k::kamelets/kamelets-user.adoc[Kamelets User 
Guide] for information about how to use these.
+
+**We love contributions for this catalog**: you can follow the 
xref:{camel-k-docs-version}@camel-k::kamelets/kamelets-dev.adoc[Kamelets 
Developer Guide] for information on how to create new Kamelets and contribute 
them to the official 
https://github.com/apache/camel-kamelets/[github.com/apache/camel-kamelets] 
repository.
 
 [indexBlock,'xref=$xref']
 ----

Reply via email to