For running this repo, Python version 3.9.12 needs to be preinstalled in the machine.
$pip install -r requirement.txt # or pip3 install -r requirement.txt # or python3 -m pip install -r requirement.txt
$mkdocs serve --watch-theme
$mkdocs gh-deploy
The main structure is in docs
folder, all the markdown files are present there
Link for the MKDocs Material Theme documentation - https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/