A tool to convert and upload markdown documents into Atlassian Confluence using the Atlassian Python API.
Warning: Confluence can't create two documents with the same name in the same space, for example: folder /Build and file named build.md
The source folder is traversed for markdown files. The folder and document structures are replicated in Confluence. The document conversion is performed using Pandoc with the pandoc-confluence-writer custom filter:
Local | Confluence |
---|---|
Root Folder | Root Document |
README.md | Root Document Content |
others.md | Sub-Page under Root Document |
Sub-Directory | Section Document |
The document names are renamed to reflect the H1 markdown header if available.
Configure Confluence API