The documentation of this project is made with Material for MkDocs and hosted in Github Pages
To run locally you need to follow the steps below:
- Install the required dependencies (preferably in a virtual environment)
pip install mkdocs-material
- Start the local development server
- Windows
mkdocs serve -f docs\pt\mkdocs.yml # or any other language available
- Linux
mkdocs serve -f docs/pt/mkdocs.yml