Skip to content

Commit

Permalink
Docs - update title of Introduction to Contexts and Dependency Injection
Browse files Browse the repository at this point in the history
- mention the CDI acronym in the title so that this guide shows up when
you search for "cdi"
  • Loading branch information
mkouba committed Feb 9, 2023
1 parent 2e99481 commit b388d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/cdi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b388d67

Please sign in to comment.