- 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.
- 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