We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs: note that the wiki's versions are hand-maintained, and pin Javadoc to latest Renovate's custom manager matches README.md only, so the coordinates on the Installation page cannot be kept current automatically. Say so at the top of the module snippet and point at the README, which Renovate does update, as the authority. The Javadoc table pins `latest` instead of 0.3.0 for the same reason: the endpoint resolves it to the newest published version, so the table cannot go stale here. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
docs: add an Installation page and link it from Home Collects what a consumer needs to add Falco to a build: the three modules, the BOM, the snapshot endpoint, Maven, the rendered Javadoc and its address scheme, and building from source with the credentials that needs. All of it was in the repository README, which is the wrong place for it - the README should get someone to a running server, not document every coordinate. Cross-references the existing build pages rather than repeating them: Dependency Management for why Minestom is compileOnly, Build Setup and Publishing for what falco-bom is, Versioning and Releases for how the snapshot version is derived. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>