java -jar docGenerator.jar -input=wiki/input -output=wiki/output
The tool will produce a html site as an offline wiki-like site in the output directory.
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -checkHTTPLinks=false
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -allowMediawiki=true
checkHTTPLinks=false allowMediawiki=trueAnd start the tool on the command-line with the following properties:
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -config=myConfigFile.properties
Note that you can even specify the input and output directories on the configuration file.docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.