Skip to content

Commit

Permalink
Restore doc xref for kotlin-dsl extension
Browse files Browse the repository at this point in the history
Fixes #6448
  • Loading branch information
jamesnetherton committed Sep 23, 2024
1 parent 1453f55 commit e4a9970
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Support for parsing Kotlin route definitions at runtime
[id="extensions-kotlin-dsl-whats-inside"]
== What's inside

* [Kotlin DSL]
* xref:{cq-camel-components}:others:kotlin-dsl.adoc[Kotlin DSL]

Please refer to the above link for usage and configuration details.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,6 @@ private String camelBitLink(ArtifactModel<?> model) {
xrefPrefix = "xref:manual::";
name = "camel-console";
}
// TODO: https://github.com/apache/camel-quarkus/issues/6448
if (name.equals("kotlin-dsl")) {
return "";
}
return xrefPrefix + name + (!"other".equals(kind) ? "-" + kind : "") + ".adoc";
}
});
Expand Down

0 comments on commit e4a9970

Please sign in to comment.