Javadocky
This is a clone of javadoc.io, based on Spring Boot v2.5.2 and Spring WebFlux v5.3.8. Visit GitHub to fork!
API
Doc
Javadocky provides the doc URL which responds latest javadoc. It also has navigation which lists all available versions and another artifact in the same groupId.
For instance, /doc/releases/cc.happyareabean/MojangAPI/
will display latest Javadoc page of cc.happyareabean:MojangAPI.
Page
Javadocky provides the page URL which has fixed version and file name. It is useful to link to specific page.
For instance, /page/repo/com.github.spotbugs/spotbugs/3.1.0-RC3/overview-summary.html
will display Javadoc page of com.github.spotbugs:spotbugs:3.1.0-RC3 without frame.
It is also possible to use latest instead of specific version like /page/repo/com.github.spotbugs/spotbugs/latest/overview-summary.html.
Badge
Javadocky provides the badge API which is suitable to guide users to latest javadoc by README.md.
For instance, /badge/repo/com.github.spotbugs/spotbugs.svg will
display badge for javadoc of com.github.spotbugs:spotbugs.