Hi guys
I have generated a JavaDoc for my project and wanter to insert it into confluence.
As you know, once you create the JavaDoc for a project, to get a folger with a bunch of file along with the an index.html file. If you click on the index.html file, you then can browse through the classes documenations of your project.
I would like to upload the generated folder into Confluence so that people will be able to browse through just as I do on my local machine.
Is that possible with Confluence?
Best regards
Edmond
Hi Edmond,
We host the Javadoc files in our Confluence installation. Our Confluence instance is accessible to registered users only and this way the same applies to the Javadoc files.
We do the following:
<path name="ApiDocs">
<url-pattern>/ApiDocs/*</url-pattern>
<role-name>confluence-users</role-name>
</path>
<url-pattern>/ApiDocs/*</url-pattern>
From Confluence you can now add a link to /ApiDocs/index.html to show the Javadoc files.
Hope this helps.
Regards,
Geert
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.