This repo is the documentation site for FRC 4256. It is built with MkDocs and the Material theme.
Using a virtual environment is recommended.
python -m venv .venv
.venv\Scripts\Activate.ps1
pip install -r requirements.txtpython3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtStart the local docs server with:
mkdocs serveThen open:
http://127.0.0.1:8000
The site will automatically reload when docs files are changed.