georgebina / docs

DITA-OT documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:XSLT 65.6%Language:CSS 26.0%Language:Shell 7.5%Language:Ruby 0.9%