Skip to content

g-tit-oxygen/SyncUtil2

 
 

Repository files navigation

Click here to make changes to the repository using oXygen XML web Author

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.

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

Repository for testing the github api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 54.3%
  • CSS 45.7%