Description
Hi all,
The code format is broken on the doc page : Writing a Dev Service
Also, I think it would be interesting to mention that the following dependency is mandatory for the dev services to work :
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devservices-deployment</artifactId>
</dependency>
By the way, I don't think the dependency is ever mentionned on any of the dev services related pages.
I'd be happy to submit a PR for the doc.
Cheers !
Implementation ideas
No response