Skip to content

Consolidate docs from an organisation into one repo

Notifications You must be signed in to change notification settings

gruunday/MasterDoc

Repository files navigation

logo

MasterDoc

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.

Dependencies

pygithub

pip install pygithub

Install

git clone https://github.com/gruunday/MasterDoc.git
python3 src/collector.py
docker-compose up -d

Running Locally

python3 src/collector.py && mkdocs serve -a 0.0.0.0:8000

Testing

python3 -m unittest discover -v

About

Consolidate docs from an organisation into one repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published