The Quarkiverse GitHub organization provides repository hosting (including build, CI and release publishing setup) for Quarkus extension projects contributed by the community.
This repository serves several functions:
- Host documentation for extension authors who wish to take advantage of the Quarkiverse Hub infrastructure. The docs are available on this repository's wiki and at hub.quarkiverse.io.
- Host issues created by the ecosystem CI
Looking to onboard an extension? Here's the quick link.
The content for the Quarkiverse Hub site lives in the docs folder. It is mirrored to the GitHub wiki, and also published externally as a Gatsby site. This allows the content to be indexed by search engines, and also enables richer formatting and styling.
To stand up the Gatsby site locally, work in the site
directory. First, install the required dependencies:
npm install
Then, to start development:
npm run develop
Gatsby will start a hot-reloading development environment at localhost:8000