Files
slides-optimized-docker-builds/docToolchainConfig.groovy
2023-12-02 15:23:33 +00:00

10 lines
281 B
Groovy

// Path where docToolchain creates its artifacts.
outputPath = '.build'
// Path where the docToolchain will search for the input files.
inputPath = '.slides';
// Define which formats should be processed.
inputFiles = [
[file: 'openspacet-2312.adoc', formats: ['revealjs']],
]