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-materialBuild the documentation locally:
mkdocs serveOpen 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.