Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 591 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 591 Bytes

create3_docs

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/

Build the docs locally

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.

Updating the docs

After commits are pushed to the main branch a new build of the website will automatically start.