spicebook/docs-site/.env.example
Ryan Malloy ad7e80c722 Add Starlight docs site with API reference, guides, and embedding docs
Starlight site at docs-site/ following warehack.ing cookie-cutter pattern
(3-compose split, Caddy prod stage, Makefile targets). 15 content pages
covering simulation engines, waveform viewer, schematics, embedding with
postMessage theme sync, and full REST API reference adapted from llms.txt.
Blue accent theme matching SpiceBook's application palette. Adds docs link
to homepage reference section.
2026-03-06 11:55:21 -07:00

11 lines
256 B
Plaintext

# SpiceBook docs environment configuration
COMPOSE_PROJECT_NAME=spicebook-docs
# MODE: dev | prod
MODE=dev
# Domain configuration
DOMAIN=spicebook-docs.l.warehack.ing
# Production: spicebook-docs.warehack.ing
# Dev (local): spicebook-docs.l.warehack.ing