Commit graph

2 commits

Author SHA1 Message Date
har00ga
63ca3c4f6e Add build-from-source tutorials; rename web-flashing section
- Add "Flashing from source" tutorials: an Overview plus per-board guides
  for the LilyGO T-Deck (rsDeck via PlatformIO) and Heltec LoRa32 (RNode
  via rnodeconf). Commands verified against ratspeak/rsDeck and upstream
  RNode_Firmware; the T-Deck build was run end-to-end to confirm outputs.
- Document the real toolchain deps the upstream README omits (arduino-cli,
  esptool, and a venv for PEP 668 systems); first-timer-oriented steps
  with per-OS serial ports and correct T-Deck download-mode sequence.
- Rename the "Hardware flashing" section to "Webinstaller flashing" and
  update all references.
- Co-locate tutorial images with their pages and use relative paths so
  they render in the site, editor previews, and on GitHub.
2026-07-07 23:29:13 -04:00
har00ga
42fbe72f27 Add docs hub homepage, tutorials, and navigation fixes
- Add hub homepage (src/pages/index.js, src/css/hub.css) with animated
  mesh/particle hero matching ratspeak.org/about.html
- Add tutorials section (hardware-flashing, networking) and sidebar
- Highlight the active section (Docs/Tutorials) in the custom navbar via
  a client module (src/js/navbarActive.js)
- Fix the mobile nav drawer: flatten the two-panel layout and strip the
  `inert` attribute so nav links are tappable and don't overlap the
  documentation heading (src/js/mobileSidebar.js, src/css/custom.css)
- Proofread the Heltec LoRa32 flashing guide
- Remove unused default Docusaurus starter assets
- Ignore editor swap files
2026-06-29 21:46:57 -04:00