│ └── seed.json # EmDash collection schemas + starter content
├── data/ # SQLite db + local uploads (gitignored; volume in prod)
│ ├── components/ # Reusable Astro components (Hero, CTA, FAQ…)
│ ├── content/ # File-based collections (docs, services, stack, settings)
│ ├── i18n/ # Internationalisation utilities (routes, switcher, UI)
│ ├── layouts/ # Base layout with SEO, analytics, navigation
│ ├── lib/ # Shared libraries (cms adapter, analytics, SEO, site config)
│ ├── pages/ # Astro pages with locale routing (+ llms.txt, robots.txt, rss)
│ ├── styles/ # Global CSS and Tailwind layers
│ ├── content.config.ts # File-based content collection schemas
│ └── live.config.ts # EmDash live collection registration
├── .github/workflows/ # CI/CD workflows
├── astro.config.ts # Astro + EmDash + Node adapter + Starlight config
├── Dockerfile # Standalone Node server image for Dokploy