From b388d6794583ab9fc234df33be7de4d593377aba Mon Sep 17 00:00:00 2001 From: Martin Kouba Date: Thu, 9 Feb 2023 10:32:39 +0100 Subject: [PATCH] Docs - update title of Introduction to Contexts and Dependency Injection - mention the CDI acronym in the title so that this guide shows up when you search for "cdi" --- docs/src/main/asciidoc/cdi.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/cdi.adoc b/docs/src/main/asciidoc/cdi.adoc index fe91fefe70bd6..3a62ea16214ca 100644 --- a/docs/src/main/asciidoc/cdi.adoc +++ b/docs/src/main/asciidoc/cdi.adoc @@ -3,7 +3,7 @@ This guide is maintained in the main Quarkus repository and pull requests should be submitted there: https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc //// -= Introduction to Contexts and Dependency Injection += Introduction to Contexts and Dependency Injection (CDI) include::_attributes.adoc[] :categories: core :summary: Quarkus DI solution is based on the [Contexts and Dependency Injection for Java 2.0](https://docs.jboss.org/cdi/spec/2.0/cdi-spec) specification. This guide explains the basics of CDI.