Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/insighio/docs
The repo responsible for insigh.io documentation of products and services (docs.insigh.io)
https://github.com/insighio/docs
api documentation examples hugo insigh-io insighio lora payload-decoder tutorials
Last synced: 3 months ago
JSON representation
The repo responsible for insigh.io documentation of products and services (docs.insigh.io)
- Host: GitHub
- URL: https://github.com/insighio/docs
- Owner: insighio
- License: mit
- Created: 2021-01-15T15:59:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T20:57:51.000Z (3 months ago)
- Last Synced: 2024-11-03T21:25:25.925Z (3 months ago)
- Topics: api, documentation, examples, hugo, insigh-io, insighio, lora, payload-decoder, tutorials
- Language: HTML
- Homepage:
- Size: 49.9 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](http://docs.insigh.io)
Documentation is auto-generated from Markdown files in this repo using [Hugo](https://gohugo.io) tool.
## Prerequisites
Install [Hugo](https://gohugo.io/getting-started/installing/)
```
sudo apt install hugo
```## Run docs locally
Clone repo:
```bash
git clone https://github.com/insighio/docs.git
```and start Hugo server
```bash
cd docs
git submodule update --init --recursive
hugo serve
```By default Hugo server binds at localhost port 1313: [localhost:1313](http://localhost:1313/)