From c52b18f21768089278cf2379bb6e5968400c4092 Mon Sep 17 00:00:00 2001 From: Jestin VanScoyoc <31118852+JediScoy@users.noreply.github.com> Date: Mon, 11 May 2026 15:14:59 -0400 Subject: [PATCH] Refine introduction and guide usage instructions in index.md --- docs/source/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/index.md b/docs/source/index.md index 317d381..6304a43 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -5,16 +5,16 @@ # **Introduction** -Welcome\! We hope these guides originally started as a transition from FTC to FRC. We are currently revising them to help new programmers learn Java for FTC robotics and FRC robotics. There are numerous pages on WPI Lib to help you learn about programming for FIRST robotics. In our experience though new programmers don't know where to start and as of today does not seem to be a clear learning path for newbies. We hope to bridge the gap with our guides. +Welcome\! We hope these guides originally started as a transition from FTC to FRC for our students. We are currently revising them to help new programmers learn Java for FTC robotics and FRC robotics. There are numerous pages on WPI Lib to help you learn about programming for FIRST robotics. In our experience though new programmers don't know where to start and as of today does not seem to be a clear learning path for newbies. We hope to bridge the gap with our guides. ## **How to Use These Guides** 1. **Read in order** — Each builds on the previous -2. **Type the code** — Don't just read, actually write it out -3. **Ask questions** — Flag anything confusing; we'll discuss as a team -4. **Experiment** — The best learning happens when you break things +2. **Type the code** — Don't just read, actually type out the practice examples +3. **Ask questions** — Flag or email anything confusing +4. **Experiment** — The best learning happens when you break things; try different approaches -## **Our Tech Stack** +## **Tech Stack for the Cyber Coyotes** - **Language:** Java - **Framework:** WPILib Command-Based with leanings toward state machines