Skip to content

Commit

Permalink
Adjust English for dev service section
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Oct 23, 2024
1 parent 35a0075 commit a9b8969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/main/asciidoc/extension-maturity-model.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ For many libraries, native mode support is the primary motivation for creating a
Extensions should support Quarkus's unified configuration, by xref:writing-extensions.adoc#configuration[integrating with the Quarkus configuration model].
The Writing Extensions guide has more guidance on xref:writing-extensions.adoc#how-to-expose-configuration[the Quarkus configuration philosophy].

== Dev service
== Dev service (if there is an external service)

Dev services are generally relevant for extensions that "connects" to something. i.e. databases for datasources, keycloak instance for security, Apache Kafka instance for kafka, etc.
Dev services are generally relevant for extensions that "connect" to something, such as. databases for datasources, a keycloak instance for security, an Apache Kafka instance for messaging, etc.

If relevant for your extension, it can provide a Dev Service, use the `DevServicesResultBuildItem` build item. See the xref:extension-writing-dev-service.adoc[Dev Services how-to] for more information.
To provide a Dev Service, use the `DevServicesResultBuildItem` build item. See the xref:extension-writing-dev-service.adoc[Dev Services how-to] for more information.

== Dev UI

Expand Down

0 comments on commit a9b8969

Please sign in to comment.