5edac3007c
Add Diátaxis documentation for multi-VNA features
...
New pages covering all 4 quadrants:
- Tutorial: tutorials/multi-vna-basics.mdx
- How-To: hardware/trigger-wiring.mdx, hardware/external-clock.mdx
- Explanation: mcnanovna/multi-vna.mdx
Updated sidebar navigation and cross-links in overview, tools,
and quickstart pages.
2026-03-06 18:19:48 -07:00
0e5553c661
Make docs MCP-client agnostic
...
Replace Claude-specific terminology with generic language:
- "Ask Claude:" → "Say:"
- "Claude will:" → "Your assistant will:"
- "Claude uses:" → "Calls:" / "This uses:"
- Architecture diagrams: "Claude Code" → "MCP Client"
- Installation tabs: "Claude Code" → "MCP Client" (with Claude Code as example)
- Prerequisites: list multiple MCP clients (Claude Code, Cursor, Zed)
Docs now work for any MCP-compatible client or custom implementation.
2026-03-06 18:19:48 -07:00
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