This repo is dedicated on being the single source of knowledge around insigh.io products and services.
Hosted URL: docs.insigh.io
Documentation is auto-generated from Markdown files in this repo using Hugo tool.
Install Hugo
sudo apt install hugo
Clone repo:
git clone https://github.com/insighio/docs.git
and start Hugo server
cd docs
git submodule update --init --recursive
hugo serve
By default Hugo server binds at localhost port 1313: localhost:1313