External Resources & Downloads
Central index for externally hosted documents, whitepapers, PDFs, and team-generated reference sheets.
How This Works
All PDF and file assets are stored under static/files/ so they are served at the site root.
Example path mapping:
- Repository file:
static/files/design-review-template.pdf - Public URL:
/files/design-review-template.pdf - Markdown link:
[Design Review Template](/files/design-review-template.pdf)
Adding a New File
- Drop the PDF (or image/zip) in
static/files/(create subfolders if needed:static/files/mechanical/,static/files/software/). - Use lowercase, hyphenated filenames:
mechanical-checklist-v1.pdf. - Add a bullet link under the appropriate section below.
- Commit and push.
Recommended Subfolders
static/files/software/– software architecture diagrams, message bus maps.static/files/mechanical/– mechanism drawings, mounting patterns, maintenance sheets.static/files/electrical/– wiring standards, inspection checklists.static/files/ops/– event procedures, scheduling, sponsorship deck exports.static/files/branding/– logo packs, media guidelines.
Team 2180 Downloads (Placeholder)
Add links below as you populate files:
Software
- (placeholder)
[Example Autonomous Flowchart](/files/software/example-autonomous-flowchart.pdf)
To embed directly instead of just linking, use the PDF Viewer component:
<PdfViewer file="/files/software/example-autonomous-flowchart.pdf" height={700} />
Mechanical
- (placeholder)
[Example Mechanism BOM](/files/mechanical/example-mechanism-bom.pdf)
Electrical
- (placeholder)
[Battery Maintenance Checklist](/files/electrical/battery-maintenance-checklist.pdf)
Operations / Admin
- (placeholder)
[Event Packing List](/files/ops/event-packing-list.pdf)
Branding / Media
- (placeholder)
[Logo Pack](/files/branding/logo-pack.zip)
External Key References
- WPILib Docs: docs.wpilib.org
- Limelight Vision: limelightvision.io
- YAGSL Swerve Docs: docs.yagsl.com
- Statbotics: statbotics.io
- Blue Alliance: thebluealliance.com
- FMA District Clocks: frclocks.com/districts/fma.html
- Chief Delphi: chiefdelphi.com
- FindRobotParts: findrobotparts.com
- Onshape: onshape.com/en
- Onshape Intro Video: YouTube: Onshape Basics
Replace placeholders with real assets as they are added.