docs
docs copied to clipboard
DITA Open Toolkit documentation
## Description From the DITA OT meetup discussion, Jarno may do some code changes in the DITA OT to have it avoid reading/writing content from outside the input/output folders but...
## Description Add reference documentation for `--stacktrace` CLI option to print out stack trace. Because this is an option only used for debugging, adding it to https://www.dita-ot.org/dev/topics/build-using-dita-command feels like an...
## Description An initial overview of the changes for https://github.com/dita-ot/dita-ot/pull/4509 is provided in the [4.3 Release Notes](https://www.dita-ot.org/4.3/release-notes/#v4.3__init-preview). This information should be extended with details on how to create new project...
Suggestion from the [July contributors’ call](https://github.com/dita-ot/dita-ot/wiki/Meeting-minutes-2024-07-11#item-3-doc-updates-and-plans): > we have a `dita install` command to install plugins, docs could use an update to describe how to install a specific version of...
Use Cursor’s `claude-4-sonnet` model to replace deprecated constructs from Gradle 7 and earlier versions with their Gradle 8 and 9 equivalents to quiet deprecation warnings.
## Expected Behavior On the https://www.dita-ot.org/dev/topics/using-docker-images page, it says that you just need to swap "docker" with "podman" in the example command to build docs using the DITA-OT container image...
## Description Document strucutured log (JSON). Fields in every log message * `level` — log level `FATAL`, `ERROR`, `WARN`, `INFO`, `DEBUG`, or `TRACE` * `timestamp` — message timestamp in ISO...
Many of the topics that cover PDF customization were written before PDF themes landed in DITA-OT 4.0. For simple customizations, themes may be a better solution, so related topics should...