This GitHub project is a work-in-progress for FTC documentation.
The website is available at https://ftc-docs.firstinspires.org
We are always looking for help improving FTC Docs. For more information on contributing consult the contributing section in FTC Docs.
This repository provides a Nix flake with everything needed to build the site (Python, Sphinx, and the LaTeX toolchain used for PDF booklets). With Nix installed, run:
nix develop
make -C docs html
See the environment setup guide for more detail.