javadoc.io
javadoc.io copied to clipboard
Feature request: support publishing Maven plugin documentation
Not sure if this is the right forum or whether this is already supported. I was hoping to raise this as a discussion rather than an issue but it appears that the tab is disabled for that here.
I have developed a Maven plugin. Right now, I have only got GitHub pages available to host the site generated by ./mvnw site
. This is mostly fine but means I cannot easily publish older versions of my documentation permanently.
I am wondering if it would be possible to potentially support me uploading my Maven site within a JAR to Maven Central similar to how JavaDocs are uploaded to there, or failing that allow some kind of API endpoint I can POST a generated site to so that I can make use of javadoc.io to publish the Maven plugin documentation.
Would this be considered reasonable, do you think?