Skip to content
/ docs Public

The repo responsible for insigh.io documentation of products and services (docs.insigh.io)

License

Notifications You must be signed in to change notification settings

insighio/docs

Folders and files

NameName
Last commit message
Last commit date
Apr 11, 2025
Jan 15, 2021
Nov 3, 2024
Oct 31, 2022
Apr 10, 2025
Oct 24, 2023
Dec 6, 2022
Oct 24, 2023
Mar 31, 2025
Jan 29, 2021
Oct 21, 2021
Jan 15, 2021
Oct 31, 2022

Repository files navigation

insigh.io docs

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.

Prerequisites

Install Hugo

sudo apt install hugo

Run docs locally

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