See samples to get quickly started using an example
The documentation for this extension should be maintained as part of this repository and it is
stored in the docs/
directory.
The layout should follow the Antora's Standard File and Directory Set .
Once the docs are ready to be published, please open a PR including this repository in the Quarkiverse Docs Antora playbook . See an example here.
Follow the Quarkiverse release process.
A snapshot is generated each time the main
or next
branches are changed. To be able to use the
snapshots, please add the following repository definition to your POM file (in the repositories
section):
<repositories>
...
<repository>
<id>s01.oss.sonatype</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Thanks goes to these wonderful people (emoji key):
Chris Laprun 💻 🚧 |
Sébastien CROCQUESEL 💻 |
Jose Carvajal 💻 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!