summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiDeoo2024-12-14 13:08:30 +0000
committerfredkbot2024-12-14 13:08:30 +0000
commit1f68c5915bbf9c9b3fcaa986b6f9407ce46e0fc6 (patch)
tree78c98a68d2cbbc9d8f22370948153f7a703a28e8
parent393dcf23f695661e5b4b3dd665a4aecc7834cea3 (diff)
downloadIT.starlight-1f68c5915bbf9c9b3fcaa986b6f9407ce46e0fc6.tar.gz
IT.starlight-1f68c5915bbf9c9b3fcaa986b6f9407ce46e0fc6.tar.bz2
IT.starlight-1f68c5915bbf9c9b3fcaa986b6f9407ce46e0fc6.zip
[ci] format
-rw-r--r--docs/src/content/docs/ko/guides/i18n.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/docs/ko/guides/i18n.mdx b/docs/src/content/docs/ko/guides/i18n.mdx
index 11f653c3..9a23dfcb 100644
--- a/docs/src/content/docs/ko/guides/i18n.mdx
+++ b/docs/src/content/docs/ko/guides/i18n.mdx
@@ -197,7 +197,7 @@ Starlight๋ฅผ ์‚ฌ์šฉํ•˜๋ฉด ๋ฒˆ์—ญ๋œ ์ฝ˜ํ…์ธ  ํŒŒ์ผ์„ ํ˜ธ์ŠคํŒ…ํ•˜๋Š” ๊ฒƒ ์™ธ์
import { docsSchema, i18nSchema } from '@astrojs/starlight/schema';
export const collections = {
- docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
+ docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
+ i18n: defineCollection({ loader: i18nLoader(), schema: i18nSchema() }),
};
```