https://github.com/cdimascio/express-openapi-validator-documentation
https://github.com/cdimascio/express-openapi-validator-documentation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdimascio/express-openapi-validator-documentation
- Owner: cdimascio
- License: unlicense
- Created: 2024-01-28T22:05:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T02:59:36.000Z (over 1 year ago)
- Last Synced: 2025-04-12T09:19:30.805Z (about 1 year ago)
- Language: JavaScript
- Size: 1.06 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```