We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: