5 Commits

Author SHA1 Message Date
62af53c9d1 Add CLAUDE.md with project info and deployment instructions 2026-02-23 18:56:51 -07:00
f9153af769 Replace 'AI' with 'Claude' throughout docs 2026-02-05 12:04:23 -07:00
388a6d3ead Visual polish: warm RF aesthetic + real VNA screenshots
Landing page enhancements:
- Screenshot gallery showing Smith chart, SWR, LC match, multi-trace
- Hardware section with NanoVNA-H photo
- Example prompts section

Theme changes:
- Warm RF Lab Bench aesthetic (copper/amber accents, warm grays)
- Unified visual family with nanovna-h-docs
- Steel blue for code links
- Spec cards and menu path styling

Assets:
- 9 NanoVNA display screenshots from nanovna-h-docs
- 2 hardware photos (NanoVNA-H device + PCB)
2026-02-05 11:36:36 -07:00
2ec0194df5 Fix dark mode theme - use Starlight's correct CSS selectors
Starlight uses :root for dark mode (default) and [data-theme='light']
for light mode override. Previous CSS incorrectly used [data-theme='dark']
which Starlight doesn't recognize.

Also adds explicit --sl-color-bg* variables for backgrounds.
2026-02-05 10:54:32 -07:00
e21219be8d Initial docs site: Astro/Starlight with caddy-docker-proxy
- Starlight documentation for mcnanovna and mcpositioner
- 19 pages covering tools, prompts, hardware, and tutorials
- Docker deployment with dev/prod modes
- Makefile for docker compose management
- Custom SVG logos and hero illustration
2026-02-04 13:53:21 -07:00