From c358e2d63835cb37cdcaef981eefc115e0097624 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Sat, 30 Aug 2025 17:58:54 +0100 Subject: [PATCH] Use deep link for easy rag docs I was a bit disappointed when I followed the guide link for easy rag and it just took me to the top level langchain4j docs. When we have the option and there's an obvious page, should we deep link instead? --- .../runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag/easy-rag/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/rag/easy-rag/runtime/src/main/resources/META-INF/quarkus-extension.yaml index e7ec0c055..1e7f295e8 100644 --- a/rag/easy-rag/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/rag/easy-rag/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -5,7 +5,7 @@ metadata: keywords: - ai - langchain4j - guide: "https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html" + guide: "https://docs.quarkiverse.io/quarkus-langchain4j/dev/rag-easy-rag.html" categories: - "ai" status: "preview"