3 Commits

Author SHA1 Message Date
b57b8beb50 Fix dark theme contrast — correct Starlight gray ramp direction
Starlight uses gray-1=lightest, gray-6=darkest in BOTH modes.
The initial theme had the dark mode grays inverted, causing body
text (gray-2) to resolve to near-black on a dark background.
Also adds proper light mode overrides with inverted semantics.
2026-01-28 14:27:42 -07:00
162d485c31 Add Docker infrastructure with caddy-docker-proxy
Multi-stage Dockerfile (node build → caddy:2-alpine production, node dev).
Compose base + dev override for prod/dev switching via .env ENVIRONMENT flag.
Makefile targets: build, up, down, restart, logs, dev, prod, clean, rebuild.
Caddyfile serves static Astro output with caching and compression.
2026-01-28 14:07:02 -07:00
364b6602c4 Initial RS-UV3A Starlight documentation site
Documentation for the HobbyPCB RS-UV3A tri-band FM transceiver board
covering 2m, 1.25m, and 70cm amateur radio bands.

Structure:
- Getting Started: quick start, connections, serial setup
- Guides: voice, packet/APRS, beacons, repeater/satellite, firmware
- Reference: specs, 66 serial commands, connector pinouts, hw revisions
- Accessories: RS-UVPA 5W power amplifier

Features:
- Ham radio green theme for readability
- Full command reference with categorization
- Searchable via Starlight/Pagefind
- Mobile responsive
2026-01-28 12:14:16 -07:00