docToolchain / docker-image

MIT License
2 stars 18 forks source link

I can't generate documents from Confluence. #44

Open mbaus opened 11 months ago

mbaus commented 11 months ago

Hello,

I'm trying to create AsciiDoc from Confluence on the company's intranet without a connection to the Internet.

For this I use the Docker image doctoolchain/doctoolchain-with-pandoc:v2.2.1.

Creating pages and deploying them to Confluence works without any problems.

Pandoc is not found when calling ~/docToolchain/dtcw exportConfluence.

I ran the image on my private PC. Even there he can't find pandoc. not even in the latest version.

Am I missing a configuration or is something else not right?

// for exportConfluence task export = [ srcDir: 'sample_data', destDir: 'src/docs2' ]

Both directories begin in the root directory of the project.

Best regards

Martin