Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/extension-writing-dev-service.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
gastaldi and gsmet authored Oct 10, 2024
1 parent 0e0f52b commit b0a7e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/extension-writing-dev-service.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include::_attributes.adoc[]
If your extension provides APIs for connecting to an external service, it's a good idea to provide a xref:dev-services.adoc[Dev Service] implementation.

To create a Dev Service, add a new build step into the extension processor class that returns a `DevServicesResultBuildItem`.
Here, the https://hub.docker.com/_/hello-world[`hello world`] image is used, but you should set up the right image for your service.
Here, the https://hub.docker.com/_/hello-world[`hello-world`] image is used, but you should set up the right image for your service.

[source%nowrap,java]
----
Expand Down

0 comments on commit b0a7e19

Please sign in to comment.