Entity Documentation Confluence
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Overview
A sub-module for Entity Documentation that exports entity configuration documentation and saves it as a page at Confluence.
This module make use of Confluence restful API in order to retrieve, create and delete a confluence page.
It handles both Authenticated request and non Authenticated ones, based on the
settings page.
Use
In order to export Documentation from Drupal to Confluence pages it is necessary
to fill the Settings Form at:
admin/config/development/entity-documentation/settings.
It is required to enter a parent id for the module to recognize how to create the documentation page tree structure.
The parent id in the settings page is referring to parent page of the documentation page tree.
If for any reason you moved the parent page to a different space or you somehow delete it, the module creates a new entity parent page and add the bundle/s as child/children of this recently created page.
You can export documentation either manually, using the exporter link
"Confluence" in admin/config/development/entity-documentation or leave it all up
to cron by checking the auto export setting for "Confluence" in
admin/config/development/entity-documentation/settings.
