- Add full German translations of the three handoff docs (public/*-de.html),
each with an "English ↗" toggle; added "Deutsch ↗" toggle to the EN docs.
- Register the -de slugs in vite.config.js so the clean URLs work in dev
(nginx $uri.html already handles them in prod).
dist/ rebuilt.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Every section card now links to its related live page/section, opening in
a new tab (root-relative hrefs, target=_blank rel=noopener):
- dev-doc: one link per §1–§28 card + the quick-reference card (→ /design/*
for token/component sections, the matching page/anchor for site features).
- simple-doc: switched from section-level to per-card links on each item
(23 links), mapped to /, /shop, /shop#wash, /#bundles, /kueche, etc.;
kept the inline category links and the Quick-reference → /design link.
dist/ rebuilt.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- nginx: try_files adds $uri.html so /dev-doc, /simple-doc, /review-doc
resolve to the flat .html files before the SPA fallback (prod).
- vite: dev-only middleware mirrors the same rewrite so the clean URLs
work under `vite dev` too (no SPA-fallback / router warning).
- simple-doc: add hex values inline + a "Quick reference (for the
developer)" swatch grid (full palette + category colours) and type/
button/divider specs — kept layman. Cross-links now use /dev-doc.
dist/ rebuilt.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
HTML render of STYLE-CHANGES-simple.md, styled to match dev-doc/review-doc
(brand hero, category swatches, crimson "waiting on you" section). Flat
file in public/ so it serves at /simple-doc.html in dev and prod. dist/ rebuilt.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>