This repository contains the documentation for the StrangeScout FRC scouting system. The hosted documentation can be found here: https://the-red-alliance.github.io/strangescout-docs/
MkDocs and dependencies can be installed with the following command:
pip install -r requirements.txt
A live development server can be run to view changes while you edit by running mkdocs serve
The documentation can be build to site
by running mkdocs build