Please, read the public documentation web site:
abcdesktop use mkdocs
git clone --recurse-submodules https://github.com/abcdesktopio/docs
To run the documentation website
make install
make docs
To test your local changes
pip3 install -r requirements.txt
mkdocs serve
# open your browser: http://127.0.0.1:8000
or
cd docs
pip3 install -r requirements.txt
mkdocs serve -f opsdocs/mkdocs.yml