The LTTng Documentation: Source

October 27, 2016 ยท View on GitHub

This is the official repository of the http://lttng.org/docs[online LTTng Documentation's] source.

== Generate

You can generate your own version of the LTTng Documentation by running:


make

The generated HTML file is named +VERSION/lttng-docs-VERSION.html+, where +VERSION+ is the version of the LTTng project documented by this file.

You can also make a specific version:


make 2.7

NOTE: The SVG animations rendered on the LTTng website are not available in the generated version.

You need the following tools to generate the LTTng Documentation:

== Contribute

To contribute:

. Fork this repo. . Make your change, following the link:CONTRIBUTING.adoc[contributor's guide]. . Create a pull request.

Thanks for your contributions and fixes!