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
- Host: GitHub
- URL: https://github.com/viyadb/website
- Owner: viyadb
- Created: 2017-06-08T19:08:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T13:12:25.000Z (about 8 years ago)
- Last Synced: 2025-08-16T17:42:39.600Z (10 months ago)
- Topics: documentation, viyadb, website
- Homepage: http://viyadb.com
- Size: 1.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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