Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 274 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 274 Bytes

website

This repository contains ViyaDB documentation hosted on viyadb.com.

Pre-requisites

python3 -mvenv venv
source venv/bin/activate
pip install -r requirements.txt

Running locally

mkdocs serve

Deployment

mkdocs gh-deploy