Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

The Docs AddOn allows you to embed HTML, JavaScript and CSS based content in Confuence Cloud. The initial idea of the came from embedding JavaDocs. However, as JavaDocs is just HTML, JavaScript and CSS, you can use the AddOn for embeddng any type of such content.

FAQ

How to add your content to the Docs AddOn?

All content shown by the Docs AddOn need to be uploaded as attachment to the appropriate Confluence Page. The content itself needs to be packacked as ZIP Archive. The content’s entry page should be named “index.html“ and shall be located in the ZIP Archive’s root directory. Here is an simple docs example:

Note: The entry page’s name can be adjusted in the AddOn’s configurations.

Glob Expression:

https://javapapers.com/java/glob-with-java-nio/

REST API

As all your Docs are organized as attachments on a Conflunce Page basis, you can simply use Confluence’s standard REST API to add, delete or modify your content.

Here is the link to Confluence Cloud’s REST API documentation: https://developer.atlassian.com/cloud/confluence/rest/api-group-content---attachments/#api-wiki-rest-api-content-id-child-attachment-get

Table of Contents

  • No labels