docs-as-code-confluence icon indicating copy to clipboard operation
docs-as-code-confluence copied to clipboard

Publish the content of a folder to confluence Github Action

Results 7 docs-as-code-confluence issues
Sort by recently updated
recently updated
newest added
trafficstars

I have a markdown file that has an image reference like so: ```md ![](./image.svg) ``` the file and the image are in a nested subfolder `projects/sub1/sub2/file.md`, `projects/sub1/sub2/image.svg` Getting ```sh Error:...

I think this is most likely Atlassian's fault, but I can hope. In a Confluence page typing [] will render as a checkbox that can be ticked when viewing the...

Is it possible to not update Confluence pages when there is no change ?

Example ``` simple codeblock ```

Using `Bhacaz/docs-as-code-confluence@v3` (node:3383) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where...

v1 APIs are being [deprecated](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-864) on March 31, 2025 (this time for sure!). The [confluence-api](https://www.npmjs.com/package/confluence-api) npm package has not been updated since 2018, so does not support v2 APIs. One...

Support the translation of markdown blockquote panels to confluence. **Markdown:** ``` > [!NOTE] > Highlights information that users should take into account, even when skimming. > [!INFO] > Optional information...