Multilingual Docs
The site is configured with English as the root locale. That keeps current URLs clean while leaving room for future translated folders.
Current Structure
Section titled “Current Structure”English pages live directly in src/content/docs/:
src/content/docs/ guides/create-your-first-webinar.mdFuture Structure
Section titled “Future Structure”When a new language is ready, add the locale to astro.config.mjs and create matching folders:
src/content/docs/ guides/create-your-first-webinar.md es/guides/create-your-first-webinar.mdStarlight can show fallback content when a translated page is not available, but customer-facing language launches should still be reviewed before publishing.