Awesome
<img src="docs/logos/logoWithText.png" width="300">Gaffer Doc
This repository contains all the documentation for Gaffer, which is published here.
Building the documentation
Gaffer's documentation is built using Honkit.
Prerequisites
Node
You need Node to install and use Honkit.
Java & Maven
You need Java 8 and Maven to generate the documentation.
Build the documentation site
To generate the documentation files, download other documentation sources and compile these into a website using Honkit, run the following:
mvn -q install -P buildHonkit -V
Serve the documentation site
Once the docs site has been built, it can be served (on localhost:4000
) by using:
npm run serve