diff options
author | Junseong Park | 2024-05-01 18:03:31 +0900 |
---|---|---|
committer | GitHub | 2024-05-01 11:03:31 +0200 |
commit | 2d6b45520b31dd8af883cd1232eed63a6c489f3b (patch) | |
tree | e417b6dd9a1971ffed641927e87a8164e9099819 | |
parent | b0b86cd7abfd913a9638edb596b1b98ebd189b97 (diff) | |
download | IT.starlight-2d6b45520b31dd8af883cd1232eed63a6c489f3b.tar.gz IT.starlight-2d6b45520b31dd8af883cd1232eed63a6c489f3b.tar.bz2 IT.starlight-2d6b45520b31dd8af883cd1232eed63a6c489f3b.zip |
i18n(ko-KR): update `customization.mdx` (#1807)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r-- | docs/src/content/docs/ko/guides/customization.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/content/docs/ko/guides/customization.mdx b/docs/src/content/docs/ko/guides/customization.mdx index 2778adae..37c03eda 100644 --- a/docs/src/content/docs/ko/guides/customization.mdx +++ b/docs/src/content/docs/ko/guides/customization.mdx @@ -125,7 +125,7 @@ Starlightλ λ
μκ° μνλ μ λͺ©μΌλ‘ μ½κ² μ΄λν μ μλλ‘ κ° κΈ°λ³Έμ μΌλ‘ `<h2>` λ° `<h3>` μ λͺ©μ΄ λͺ©μ°¨μ ν¬ν¨λ©λλ€. [`tableOfContents`](/ko/reference/configuration/#tableofcontents) μ `minHeadingLevel` λ° `maxHeadingLevel` μ΅μ
μ μ¬μ©νμ¬ λͺ¨λ νμ΄μ§μ λͺ©μ°¨λ₯Ό λ³κ²½ν μ μμ΅λλ€. κ°λ³ νμ΄μ§μ κΈ°λ³Έ λͺ©μ°¨λ₯Ό λ³κ²½νκΈ° μν΄μλ [νλ‘ νΈλ§€ν°μ `tableOfContents`](/ko/reference/frontmatter/#tableofcontents) μμ±μ μΆκ°νμΈμ. -<Tabs> +<Tabs syncKey="config-type"> <TabItem label="κ°λ³ νμ΄μ§ μ€μ "> ```md {4-6} @@ -159,7 +159,7 @@ defineConfig({ `tableOfContents` μ΅μ
μ κ°μ `false`λ‘ μ€μ νμ¬ λͺ¨λ νμ΄μ§μ λͺ©μ°¨λ₯Ό λΉνμ±ν ν μ μμ΅λλ€. -<Tabs> +<Tabs syncKey="config-type"> <TabItem label="κ°λ³ νμ΄μ§ μ€μ "> ```md {4} |