This is the documentation repository for WiMoVE. A hosted version is available at https://wimove-oss.github.io/docs.
The site uses uses mkdocs with mkdocs-material.
Run docker run --rm -it -p 127.0.0.1:8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
to serve the documentation at 127.0.0.1:8000
.