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

jamesnetherton pushed a commit to branch 3.15.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit e4a997099dd61fd543d959c3557e01f2b174d243
Author: James Netherton <[email protected]>
AuthorDate: Mon Sep 23 07:18:45 2024 +0100

    Restore doc xref for kotlin-dsl extension
    
    Fixes #6448
---
 docs/modules/ROOT/pages/reference/extensions/kotlin-dsl.adoc          | 2 +-
 .../org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java    | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/kotlin-dsl.adoc 
b/docs/modules/ROOT/pages/reference/extensions/kotlin-dsl.adoc
index 6995a51fc2..6801b933d1 100644
--- a/docs/modules/ROOT/pages/reference/extensions/kotlin-dsl.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/kotlin-dsl.adoc
@@ -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.
 
diff --git 
a/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java
 
b/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java
index 0688e29b87..e15ae3457f 100644
--- 
a/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java
+++ 
b/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java
@@ -245,10 +245,6 @@ public class UpdateExtensionDocPageMojo extends 
AbstractDocGeneratorMojo {
                     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";
             }
         });

Reply via email to