Skip to content

Multilingual Docs

The site is configured with English as the root locale. That keeps current URLs clean while leaving room for future translated folders.

English pages live directly in src/content/docs/:

src/content/docs/
guides/create-your-first-webinar.md

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.md

Starlight can show fallback content when a translated page is not available, but customer-facing language launches should still be reviewed before publishing.