Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 775 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 775 Bytes

Tensei-Data Developer Guide

This repository holds several documentations for Tensei-Data which are intended for developers and administrators.

The documentation is published available online at: https://tensei-data.github.io/developer-guide/

Requirements

The documentations are written using Asciidoctor and the sbt-site plugin.

You will need the following components:

  1. Java
  2. SBT

Development

The asciidoctor source files need to be placed in the subdirectory doc. They need to have the file extension .adoc. You can edit them with your preferred editor and generate the HTML files via sbt make-site.