Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.
/ dita-ot-docs Public archive
forked from dita-ot/docs

Copy of the DITA Open Toolkit documentation for IA course exercises —

License

Notifications You must be signed in to change notification settings

ContentGraz/dita-ot-docs

 
 

Repository files navigation

DITA Open Toolkit Docs Build Status Slack

This repository tracks the documentation source files for the DITA Open Toolkit project.

Contribution Guidelines

We welcome contributions to the DITA-OT documentation. Please review the guidelines for contributing to this repository before creating issues or opening pull requests.

For best results, follow the coding guidelines and best practices outlined in the docs project wiki:

Building the documentation output

To generate additional topics and build the HTML and PDF versions of the documentation as included in DITA-OT releases, run the Gradle build script from the root level of the docs repository and pass the path to your DITA-OT installation as a parameter:

./gradlew -PditaHome=../dita-ot/src/main

You can also specify a single output format. To build HTML output, enter the following on the command line:

./gradlew -PditaHome=../dita-ot/src/main html

Output will be generated in the /out folder of the docs repository. This folder is created automatically if it doesn't exist. (Git ignores the contents of this folder so you don't inadvertently commit these transient files.)

Building with development versions of DITA Open Toolkit

The develop branch of the documentation repository may depend on features from recent development versions of the DITA Open Toolkit.

To use these features when building the documentation, you may either download the latest development version of the distribution package, or clone the DITA-OT repository and install the bundled plug-ins via dita --install.

About

Copy of the DITA Open Toolkit documentation for IA course exercises —

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • XSLT 75.2%
  • CSS 13.3%
  • Shell 10.2%
  • Other 1.3%