Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 383 Bytes

File metadata and controls

20 lines (16 loc) · 383 Bytes

express-openapi-validator-documentation

This repository maintains the contents of the express-openapi-validator documentation.

Setup

python -m venv venv
source venv/bin/activate
pip install mkdocs-material

Run

mkdocs serve

Manual Deploy

mkdocs gh-deploy --force