Skip to content

jstafford/docs

 
 

Repository files navigation

DITA Open Toolkit Documentation

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

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.

To increase the chances of your changes being approved, please be sure to follow the coding guidelines and best practices outlined in the docs project wiki:

Building output

To generate additional topics and build the documentation output, run the Ant build script from the root level of the docs repository and specify the target output format.

For example, to build HTML output, enter the following on the command line:

$ ant 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.)

NOTE: The build script assumes that the $DITA_HOME environment variable or the dita.home Ant property is set to point to a working DITA-OT installation:

either:

$ export DITA_HOME=/path/to/dita-ot
$ ant ...

or:

$ ant -Ddita.home=/path/to/dita-ot

About

DITA-OT documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • XSLT 66.1%
  • CSS 26.3%
  • Shell 6.7%
  • Ruby 0.9%