Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

camel-website #710: kamelets RI info (main) #715

Merged
merged 1 commit into from
Jan 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ asciidoc:
attributes:
requires: "'util=camel-website-util,kamelets=xref:js/kamelets.js'"
# Update to appropriate released camel-k version on release
camel-k-version: next
prerelease: true
# version-used: true
# camel-k-version: next
camel-k-docs-version: next
# camel-kafka-connector-version: none
# camel-kafka-connector-docs-version: none
camel-version: 3.14.0
camel-docs-version: 3.14.x
4 changes: 2 additions & 2 deletions docs/modules/ROOT/examples/template/kamelet-options.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down Expand Up @@ -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*

Expand Down
30 changes: 28 additions & 2 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,36 @@
= 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}

ifndef::version-used[It is not currently used by other subprojects such as camel-k or camel-kafka-connector.]
ifdef::version-used[]
It is used by:

ifdef::camel-k-version[]
* xref:{camel-k-docs-version}@camel-k::index.adoc[Camel-K] at version {camel-k-version}
endif::[]
ifdef::camel-kafka-connector-version[]
* xref:{camel-kafka-connector-docs-version}@camel-kafka-connector::index.adoc[Camel Kafka Connector] at version {camel-kafka-connector-version}
endif::[]

endif::[]

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.

Consult the xref:{camel-k-version}@camel-k::kamelets/kamelets-user.adoc[Kamelets User Guide] for information about how to use these.
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-version}@camel-k::kamelets/kamelets-dev.adoc[Kamelets Developer Guide]
**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']
Expand Down