What does developer.atlassian.com use for adding javadocs in a confluence page?
There is an javadoc example in conluence:
I have generated javadocs and I want to put them in a confluence page.
Thanks in advance.
Try out the Docs Plugin. This seems to be that what you are looking for: https://marketplace.atlassian.com/plugins/net.meixxi.confluence.docs.docs-plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The javadoc is actually a static page (with the same header as the confluence pages we use) that includes the javadoc in an iframe I believe.
Currently it is not possible to embed a javadoc directly (by url) into a confluence page, however this should be possible in the upcoming 5.0 release of Confluence using the {html-include} macro. More information can be found here: https://confluence.atlassian.com/display/DOC/Enabling+the+html-include+Macro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.