This repository contains the documentation for Open Educational Badges. You can see the documentation here. It is built with MkDocs and uses the readthedocs theme.
To build, run
mkdocs buildPotentially you have to install mkdocs first, e.g. by running
sudo apt update
sudo apt install mkdocsYou can set up a live preview with
mkdocs serve