summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunseong Park2024-05-01 18:28:31 +0900
committerGitHub2024-05-01 11:28:31 +0200
commitd3b867fae2572a2d97a034469433b5f3fb91ff94 (patch)
tree1e957dc7b9ef806a66a3317db1fb4950b0f2735d
parent9e6367927cf3f42437cbb9f031533f2312f99377 (diff)
downloadIT.starlight-d3b867fae2572a2d97a034469433b5f3fb91ff94.tar.gz
IT.starlight-d3b867fae2572a2d97a034469433b5f3fb91ff94.tar.bz2
IT.starlight-d3b867fae2572a2d97a034469433b5f3fb91ff94.zip
i18n(ko-KR): update `configuration.mdx` (#1810)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r--docs/src/content/docs/ko/reference/configuration.mdx14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/src/content/docs/ko/reference/configuration.mdx b/docs/src/content/docs/ko/reference/configuration.mdx
index dccbd689..f8da089f 100644
--- a/docs/src/content/docs/ko/reference/configuration.mdx
+++ b/docs/src/content/docs/ko/reference/configuration.mdx
@@ -25,10 +25,22 @@ export default defineConfig({
### `title` (ν•„μˆ˜)
-**νƒ€μž…:** `string`
+**νƒ€μž…:** `string | Record<string, string>`
μ›Ήμ‚¬μ΄νŠΈμ˜ 제λͺ©μ„ μ„€μ •ν•©λ‹ˆλ‹€. 메타데이터 및 λΈŒλΌμš°μ € νƒ­ 제λͺ©μ— μ‚¬μš©λ©λ‹ˆλ‹€.
+값은 λ¬Έμžμ—΄μΌ μˆ˜λ„ 있고, λ‹€κ΅­μ–΄ μ‚¬μ΄νŠΈμ˜ 경우 각기 λ‹€λ₯Έ λ‘œμΌ€μΌμ— λŒ€ν•œ 값이 ν¬ν•¨λœ 객체일 μˆ˜λ„ μžˆμŠ΅λ‹ˆλ‹€.
+객체 ν˜•μ‹μ„ μ‚¬μš©ν•  λ•Œ ν‚€λŠ” BCP-47 νƒœκ·Έ(예: `en`, `ar` λ˜λŠ” `zh-CN`)μ—¬μ•Ό ν•©λ‹ˆλ‹€.
+
+```ts
+starlight({
+ title: {
+ en: 'My delightful docs site',
+ de: 'Meine bezaubernde Dokumentationsseite',
+ },
+});
+```
+
### `description`
**νƒ€μž…:** `string`