From 3a49ba218722f4f06e0920054a20cc254e4cca8e Mon Sep 17 00:00:00 2001 From: Amanda Bessette Date: Thu, 4 Jun 2026 15:24:55 -0400 Subject: [PATCH 01/30] Major changes to homepage and getting started, trying to keep one page for all. I don't like pages that FRC comes before FTC, might be worth moving FTC to appear first. I had help from Claude, so wording may be wrong still. Draft open for discussion: we can keep all, parts, or none of it. --- source/_templates/sidebar/brand.html | 2 +- source/conf.py | 9 +- source/docs/ftc/index.rst | 101 ++ .../hardware-basics/hardware-overview.rst | 326 ++++++ source/docs/software/what-is-wpilib.rst | 535 ++++++++- source/docs/xrp-robot/index.rst | 288 ++++- source/docs/zero-to-robot/introduction.rst | 236 +++- source/docs/zero-to-robot/step-1/index.rst | 169 ++- source/docs/zero-to-robot/step-2/index.rst | 210 +++- source/docs/zero-to-robot/step-3/index.rst | 176 ++- source/docs/zero-to-robot/step-4/index.rst | 273 ++++- source/index.rst | 1010 ++++++++++------- 12 files changed, 2874 insertions(+), 461 deletions(-) create mode 100644 source/docs/ftc/index.rst create mode 100644 source/docs/hardware/hardware-basics/hardware-overview.rst diff --git a/source/_templates/sidebar/brand.html b/source/_templates/sidebar/brand.html index 117560d969..40cabeaf8d 100644 --- a/source/_templates/sidebar/brand.html +++ b/source/_templates/sidebar/brand.html @@ -3,7 +3,7 @@ {% block brand_content %} {% if not theme_sidebar_hide_name %} {{ project }}{{ project }}{% endif %} {%- if logo_url %}