This repository contains the source code for the iRobot® Create® 3 Educational Robot documentation. The automatically generated website can be viewed at https://iroboteducation.github.io/create3_docs/
Install required dependencies:
pip3 install mkdocs
pip3 install mkdocs-material
Build the documentation locally:
mkdocs serve
Open http://127.0.0.1:8000/
in a browser to visualize the docs.
After commits are pushed to the main
branch a new build of the website will automatically start.