This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-2.5.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.5.x by this push:
new 2f4c5f336 chore(doc): remove cross references from other Camel
components
2f4c5f336 is described below
commit 2f4c5f336ad6b4a83881534648c4219950cb80ad
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/languages/yaml.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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]
----