This is a tool to consolidate all the docs for a github organisation into a master repository that can then be deployed.
This means that the docs for all services will be in the repository they beylong to and tracked with the rest of the source code.
pip install pygithub
git clone https://github.com/gruunday/MasterDoc.git
python3 src/collector.py
docker-compose up -d
python3 src/collector.py && mkdocs serve -a 0.0.0.0:8000
python3 -m unittest discover -v