asciidoctor-confluence
asciidoctor-confluence copied to clipboard
Push Asciidoctor file to Confluence
Looks like this project hasn't received much attention in some time: no commits since 2015, a couple open PRs, a few open issues and lack of stated supported for newer...
C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/faraday-0.9.2/lib/faraday/options.rb:153:in `new': tried to create Proc object without a block (ArgumentError) from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/faraday-0.9.2/lib/faraday/options.rb:153:in `memoized' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/faraday-0.9.2/lib/faraday/options.rb:234:in `' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/faraday-0.9.2/lib/faraday/options.rb:216:in `' from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/faraday-0.9.2/lib/faraday/options.rb:1:in `' from :85:in `require' from :85:in `require' from...
$ asciidoctor-confluence --host REDACTED --spaceKey REDACTED --title Troubleshooting --update --username REDACTED --password REDACTED --pageid 1186267139 index.adoc An error occurred, the page has not been updated because: Failed to open TCP...
As a user I want to publish the images included in adoc file in Confluence along with the content So everything will be available in Confluence
Currently only basic authentication is supported. This PR adds the option --bearerAuth to specify a Bearer Token
I've been prototyping the rendering of documents into Confluence storage format, using relevant Confluence macros to have a more "native" look & feel and bypassing some limitations (covers issues #3...
Please make the tool compatible with Confluence Cloud (Oct. 2018). According to _Help_ → _About Confluence_ the version is: > Confluence 1000.0.0-858e0d87fbd Here is an apparent incompatiblity I ran into:...
Hi, I am getting this error because the ssl certificate is self-signed. Is there a way to disable certificate validation in https/ssl connections? Error: _An error occurred, the page has...
I encountered an error connecting to the server with self-signed certificate. To get around it I prepared PR: https://github.com/asciidoctor/asciidoctor-confluence/pull/24