This repository contains the documentation of OpenCVE, feel free to contribute.
virtualenv venv -p python3
source venv/bin/activate
(venv) pip install -r requirements.txt
To run the builtin development server:
(venv) mkdocs serve
To build the documentation:
(venv) mkdocs build