This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-2.7.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.7.x by this push:
new 629ed4e0f chore(doc): remove cross references from other Camel
components
629ed4e0f is described below
commit 629ed4e0f4098eda1f4441fe6e7d43f23e35f63e
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Aug 21 09:28:34 2025 +0200
chore(doc): remove cross references from other Camel components
Required to ease the website management
---
docs/modules/ROOT/pages/concepts/dependencies.adoc | 2 +-
docs/modules/ROOT/pages/languages/yaml.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/modules/ROOT/pages/concepts/dependencies.adoc
b/docs/modules/ROOT/pages/concepts/dependencies.adoc
index 778dbab13..66c9f941b 100644
--- a/docs/modules/ROOT/pages/concepts/dependencies.adoc
+++ b/docs/modules/ROOT/pages/concepts/dependencies.adoc
@@ -16,7 +16,7 @@ From Camel K version 2 onward you will be able to use any
Camel K Runtime. Each
|===
//cannot use top level index.adoc as the page with the query is always omitted.
-indexTable::[version="*",relative="running/running.adoc",cellformats="util.ckRef(pageComponentDisplayVersion,
pageComponentVersion)|lastReleasedVersion|camelKRuntimeVersion|util.camelQuarkusRef(camelQuarkusVersion,
camelQuarkusDocsVersion)|util.camelRef(camelVersion,
camelDocsVersion)|util.quarkusRef(quarkusVersion)|ck.branch(pageComponentVersion)",
requires={requires},transform=util.sortCompatibilityItems]
+indexTable::[version="*",relative="running/running.adoc",cellformats="util.ckRef(pageComponentDisplayVersion,
pageComponentVersion)|lastReleasedVersion|camelKRuntimeVersion|camelQuarkusVersion|camelVersion|quarkusVersion|ck.branch(pageComponentVersion)",
requires={requires},transform=util.sortCompatibilityItems]
== Other APIs version matrix
diff --git a/docs/modules/ROOT/pages/languages/yaml.adoc
b/docs/modules/ROOT/pages/languages/yaml.adoc
index 709e2efb3..39b91eb51 100644
--- a/docs/modules/ROOT/pages/languages/yaml.adoc
+++ b/docs/modules/ROOT/pages/languages/yaml.adoc
@@ -160,7 +160,7 @@ Support for Endpoint DSL auto completion
https://github.com/apache/camel-k-runti
== Defining beans
-In addition to the general support for creating beans provided by
xref:{camel-docs-version}@components:others:main.adoc#_specifying_custom_beans[Camel
Main], the YAML DSL provide a convenient syntax to define and configure them:
+In addition to the general support for creating beans provided by Camel Main,
the YAML DSL provide a convenient syntax to define and configure them:
[source,yaml]
----