This repository generates the documentation hosted at docs.hello-robot.com.
python3 -m pip install mkdocs mkdocs-material mktheapidocs
The following command will serve the static website with hot-reloading (i.e. your edits are reflected in real time).
python3 -m mkdocs serve
Next to this repository, clone hello-robot/hello-robot.github.io. The deploy.sh
script with automatically build the docs, replace the contents of hello-robot.github.io, and push the new docs to master. Github will reflect the changes at docs.hello-robot.com.
./deploy.sh