10 lines
281 B
Groovy
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']],
|
|
] |