Alain Sahli
Alain Sahli
Instead of providing the requested page structure in Confluence via the folder based source documentation structure, provide support for splitting the AsciiDoc sources by heading levels. This would allow to...
The current API is rather low-level and forces build tools to instantiate and link all the required components (`ConfluenceRestClient`, `ConfluencePublisher` and `AsciidocConfluenceConverter`). Ideally tools should only provide a `AsciidocPagesStructureProvider` and...
As for now the pages are ordered as per page creation order. It would be good to have a way to define the order of the pages. Note: this could...
During publication one could find out which pages where updated and automatically create a changelog page listing all the changes and linking them to diff view of confluence
Lists with checkboxes could be pushed to Confluence as `ac:task`.
As for now the target space must already exist in confluence. It would be helpful in some cases when the space would be created automatically.
Provide a solution for adding context information on pages. Ideally one could define some dynamic text that's added in the footer of every page (i.e. GIT hash or version).
It would be helpful to have the possibility to merge documentations from different location into one consolidated documentation (i.e. when one want to split the documentation per sub-module and publish...
This issue is related to #67. Ideally the region of the SQS queue can be defined on every listener method. ``` java @SqsListener(value = "queue", region = "us-east-1") public void...