This file is only for working on the documentation site.
Install documentation dependencies:
pip install -r requirements.txtRun the docs site locally:
mkdocs serveOr run in Docker:
docker run --rm -it -p 8000:8000 -v `pwd`:/docs squidfunk/mkdocs-material:latestDocs are available at http://127.0.0.1:8000.
See the contribution guide.
All commits must be signed-off with git commit --sign-off.