These docs are built with MkDocs and published to uos.github.io/mbf_docs
sudo apt install python3-pip
pip3 install mkdocs mkdocs-material
Note: you may need to adapt your path export PATH=$PATH:/home/<USER>/.local/bin
to access mkdocs binary
mkdocs build --strict
mkdocs serve --strict
Anything pushed to branch deploy
will trigger a Github Action that builds the website and updates uos.github.io/mbf_docs