Astro/Starlight documentation at docs/ with 21 pages: - Getting started (prerequisites, Claude Code setup, first simulation) - Tutorials (filter design, Monte Carlo yield) - Reference (all 37 tools, 5 resources, 7 prompts) - Concepts (LTspice on Linux, simulation types) Docker infrastructure with dev/prod compose overlays, Caddy reverse proxy for mcltspice.warehack.ing, and Makefile targets. Includes patch for Starlight 0.37 head schema default bug.
11 lines
236 B
Bash
11 lines
236 B
Bash
# docs environment configuration
|
|
COMPOSE_PROJECT_NAME=mcltspice-docs
|
|
|
|
# MODE: dev | prod
|
|
MODE=dev
|
|
|
|
# Domain configuration
|
|
SITE_DOMAIN=mcltspice.l.warehack.ing
|
|
# Production: mcltspice.warehack.ing
|
|
# Dev (local): mcltspice.l.warehack.ing
|