Adding information on the usage of AsciiDoc for documentation and providing a link to the AsciiDoc guide for tooling

This commit is contained in:
Aldrin Piri 2015-02-06 15:05:14 -05:00
parent c14aef4c75
commit 2197049a6d
1 changed files with 4 additions and 0 deletions

View File

@ -2098,6 +2098,8 @@ The back end of Apache NiFi is written in Java. The web tier makes use of JAX-RS
used to provide a user interface. We depend on several third-party JavaScript libraries, including D3 and JQuery,
among others. We make use of Apache Maven for our builds and Git for our version control system.
Documentation is created in link:http://asciidoctor.org[AsciiDoc].
=== Where to Start?
@ -2106,6 +2108,8 @@ or you can dig into any of the tickets for creating Processors. Processors shoul
outside components (except for Controller Services), so they make for excellent starting points for new NiFi developers to
get started. This exposes the developer to the NiFi API and is the most extensible part of the dataflow system.
Tools available to facilitate documentation generation are available at link:http://asciidoctor.org/docs/editing-asciidoc-with-live-preview/[Editing AsciiDoc with Live Preview].
=== Supplying a contribution