4 Commits

Author SHA1 Message Date
Dorian
999833d54f updated menu button to red 2026-06-26 11:24:50 +01:00
Dorian
92fdd88af6 feat: German doc versions at /dev-doc-de, /simple-doc-de, /review-doc-de
- 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>
2026-06-24 12:25:51 +01:00
Dorian
c8b816784b docs: per-card "View on site" links on both handoff docs
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>
2026-06-24 11:12:35 +01:00
Dorian
d3ccc30715 fix: serve docs as flat /dev-doc.html + /review-doc.html
The directory form (public/dev-doc/index.html) only resolved at a clean
/dev-doc under nginx; in Vite dev the extensionless path hit the SPA
fallback (router "No match" warning). Flat files serve identically in
dev and prod at /dev-doc.html and /review-doc.html. dist/ rebuilt.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 10:10:16 +01:00