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

https://github.com/cdimascio/express-openapi-validator-documentation


https://github.com/cdimascio/express-openapi-validator-documentation

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# express-openapi-validator-documentation

This repository maintains the contents of the express-openapi-validator [documentation](https://cdimascio.github.io/express-openapi-validator-documentation/).

## Setup
```shell
python -m venv venv
source venv/bin/activate
pip install mkdocs-material
```

## Run
```shell
mkdocs serve
```

## Manual Deploy
```
mkdocs gh-deploy --force
```