An open API service indexing awesome lists of open source software.

https://github.com/viyadb/website

ViyaDB documentation Website
https://github.com/viyadb/website

documentation viyadb website

Last synced: 4 months ago
JSON representation

ViyaDB documentation Website

Awesome Lists containing this project

README

          

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