There was an error while loading. Please reload this page.
1 parent 4fd272b commit 601bdb5Copy full SHA for 601bdb5
docs/src/content/docs/guides/i18n.mdx
@@ -192,6 +192,7 @@ You can provide translations for additional languages you support — or overrid
192
193
```diff lang="js" ins=/, (i18nLoader|i18nSchema)/
194
// src/content.config.ts
195
+ import { defineCollection } from 'astro:content';
196
import { docsLoader, i18nLoader } from '@astrojs/starlight/loaders';
197
import { docsSchema, i18nSchema } from '@astrojs/starlight/schema';
198
0 commit comments