This repo contains the documentation for Rocket Validator, published at https://docs.rocketvalidator.com
We use Material for MkDocs to build this site and publish it on Github Pages.
- Install with
pip3 install mkdocs-material. - Run a local server with
mkdocs serveand open http://localhost:8000/ - Publish with
mkdocs gh-deploy.
- Run
pip3 uninstall mkdocs-material - Run
pip3 install mkdocs-material