Skip to content

Commit

Permalink
Cross-link to quarkiverse wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins authored and gsmet committed Sep 13, 2022
1 parent 5c5e7ce commit 223b6cc
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/src/main/asciidoc/writing-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2997,15 +2997,27 @@ Then, at the end of your documentation, include the extensive documentation:

Finally, generate the documentation and check it out.

[[ecosystem]]
== Ecosystem integration

Some extensions may be private, and some may wish to be part of the
broader Quarkus ecosystem, and available for community re-use.
Inclusion in the Quarkiverse Hub is a convenient mechanism for handling
continuous testing and publication.
The link:https://github.com/quarkiverse/quarkiverse/wiki#getting-an-extension-onboarded[Quarkiverse Hub wiki] has instructions
for on-boarding your extension.

Alternatively, continuous testing and publication can be handled manually.

[[ecosystem-ci]]
== Continuous testing of your extension
=== Continuous testing of your extension

In order to make it easy for extension authors to test their extensions daily against the latest snapshot of Quarkus, Quarkus has introduced
the notion of Ecosystem CI. The Ecosystem CI link:https://github.com/quarkusio/quarkus-ecosystem-ci/blob/main/README.adoc[README]
has all the details on how to set up a GitHub Actions job to take advantage of this capability, while this link:https://www.youtube.com/watch?v=VpbRA1n0hHQ[video] provides an overview
of what the process looks like.

== Publish your extension in registry.quarkus.io
=== Publish your extension in registry.quarkus.io

Before publishing your extension to the xref:tooling.adoc[Quarkus tooling], make sure that the following requirements are met:

Expand Down

0 comments on commit 223b6cc

Please sign in to comment.