Managed Javadoc?

I have an open source project, hosted in bitbucket Bitbucket does not provide hosting a large number of small files (i.e. JavaDocs) Where can I publish Javadoc? Javadoc must be browsable, not a single archive

Solution

If your open source project is released to the central Maven repo, you can use Javadoc IO hosts your Javadoc

Your Javadoc will be located at: http://www.javadoc.io/doc/ $groupid / $artifactid

For example: http://www.javadoc.io/doc/org.springframework/spring-core

I find it convenient because when an updated version is released to the central Maven repo, Javadoc IO will automatically get the latest version

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>