Rebuilding the DITA-OT documentation Rebuilding documentation DITA-OT ships with a build script that enables you to rebuild the toolkit documentation. This is especially helpful if your environment contains plug-ins that add new extension points, messages, or parameters to the toolkit. macOSgradlerebuilding documentation Linuxgradlerebuilding documentation Windowsgradlewrebuilding documentation

The documentation build script reads the toolkit’s plug-in configuration and automatically regenerates topics and properties file templates based on the extension points, messages, and parameters provided by the installed plug-ins.

If you have installed new plug-ins, you may need to add the corresponding generated topics to the DITA maps to include the new information in the output.
Change to the docsrc/ subdirectory of the DITA-OT installation. Run one of the following commands. On Linux and macOS: ./gradlew target On Windows: gradlew target

The target parameter is optional and specifies a transformation type. It takes the following values:

If you do not specify a target, HTML5 and PDF output is generated.