Bootstrap Antora Task
Objective
The task
bootstrapAntora
aims to:-
create the initial directories and files to get started with Antora
How It Works
The task bootstrapAntora
creates the Antora directories
with modules and family directories
and writes index page, navigation and component descriptor.
The task will NOT overwrite existing files. |
Run Bootstrap
./gradlew bootstrapAntora --modules=ROOT
Parameters
Parameter | Description | Default |
---|---|---|
|
The root directory of the Antora component,
the directory where |
|
|
The name of the component |
|
|
The title |
|
|
The component version |
|
|
If this is a prerelease |
|
|
Comma-separated list of modules |
|
More Examples
See use plugin examples in the source repository.