Skip to main content

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

  1. Drop the PDF (or image/zip) in static/files/ (create subfolders if needed: static/files/mechanical/, static/files/software/).
  2. Use lowercase, hyphenated filenames: mechanical-checklist-v1.pdf.
  3. Add a bullet link under the appropriate section below.
  4. Commit and push.
  • 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

Replace placeholders with real assets as they are added.