Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 738 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 738 Bytes

Stretch Docs

This repository generates the documentation hosted at docs.hello-robot.com.

Setup

python3 -m pip install mkdocs mkdocs-material mktheapidocs

Development

The following command will serve the static website with hot-reloading (i.e. your edits are reflected in real time).

python3 -m mkdocs serve

Deploying

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