Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 977 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 977 Bytes

geoCML documentation

This repository hosts the documentation for the geoCML project. geoCML documentation is rendered to HTML and PDF from Asciidoc files (.adoc) using docToolchain. docToolchain requires that you have Docker installed on your system, as builds are rendered inside of a container.

Writing new documentation topics

You may choose to extend the default geoCML documentation (distributed with all geoCML Base Deployments) as you customize your deployment. All Asciidoc topics are found in the project's topics/ directory. Simply add your new topics as a .adoc file to this directory and build using docToolchain's command line tool.

How to build your documentation

Requirements:

  • asciidoctor
  • asciidoctor-pdf
  • asciidoctor-diagram

*nix / Bash:

Run ./gradlew generateHTML generatePDF