Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 999 Bytes

File metadata and controls

26 lines (17 loc) · 999 Bytes

FIRST Tech Challenge Documentation Project

Build Link-Check

This GitHub project is a work-in-progress for FTC documentation.

The website is available at https://ftc-docs.firstinspires.org

Contributing

We are always looking for help improving FTC Docs. For more information on contributing consult the contributing section in FTC Docs.

Building Locally

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.