Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-link to quarkiverse wiki #27846

Merged
merged 1 commit into from
Sep 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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