summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunseong Park2024-12-14 16:08:57 +0900
committerGitHub2024-12-14 08:08:57 +0100
commit485a9f5a5ae3a63eaa4523e7f6a465b9e50c7a04 (patch)
treee821bc86fdae631beba6ccfa0b65f16f2744f823
parent8e8c92d3ff10e2e12606db6618ebf84013718986 (diff)
downloadIT.starlight-485a9f5a5ae3a63eaa4523e7f6a465b9e50c7a04.tar.gz
IT.starlight-485a9f5a5ae3a63eaa4523e7f6a465b9e50c7a04.tar.bz2
IT.starlight-485a9f5a5ae3a63eaa4523e7f6a465b9e50c7a04.zip
i18n(ko-KR): update `overriding-components.mdx` (#2677)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r--docs/src/content/docs/ko/guides/overriding-components.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/content/docs/ko/guides/overriding-components.mdx b/docs/src/content/docs/ko/guides/overriding-components.mdx
index 04ef5f91..20925961 100644
--- a/docs/src/content/docs/ko/guides/overriding-components.mdx
+++ b/docs/src/content/docs/ko/guides/overriding-components.mdx
@@ -84,7 +84,7 @@ import Default from '@astrojs/starlight/components/SocialIcons.astro';
์‚ฌ์šฉ์ž ์ •์˜ ์ปดํฌ๋„ŒํŠธ ๋‚ด๋ถ€์— ๋‚ด์žฅ ์ปดํฌ๋„ŒํŠธ๋ฅผ ๋ Œ๋”๋งํ•˜๋Š” ๊ฒฝ์šฐ:
- ์ „๊ฐœ ์—ฐ์‚ฐ์ž๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋‚ด์žฅ ์ปดํฌ๋„ŒํŠธ์— `Astro.props`์˜ ๋ชจ๋“  ์†์„ฑ์„ ์ „๋‹ฌํ•ฉ๋‹ˆ๋‹ค. ์ด๋ฅผ ํ†ตํ•ด, ๋‚ด์žฅ ์ปดํฌ๋„ŒํŠธ๋Š” ๋ Œ๋”๋ง์— ํ•„์š”ํ•œ ๋ชจ๋“  ๋ฐ์ดํ„ฐ๋ฅผ ์ „๋‹ฌ๋ฐ›์Šต๋‹ˆ๋‹ค.
-- ๊ธฐ๋ณธ ์ปดํฌ๋„ŒํŠธ ๋‚ด์— [`<slot />`](https://docs.astro.build/ko/core-concepts/astro-components/#์Šฌ๋กฏ)์„ ์ถ”๊ฐ€ํ•ฉ๋‹ˆ๋‹ค. ์ด๋ฅผ ํ†ตํ•ด, ํ•˜์œ„ ์ปดํฌ๋„ŒํŠธ๋ฅผ ์ „๋‹ฌ๋ฐ›์€ ๊ฒฝ์šฐ, Astro๊ฐ€ ์ „๋‹ฌ๋ฐ›์€ ์ปดํฌ๋„ŒํŠธ๋ฅผ ๋ Œ๋”๋งํ•  ์œ„์น˜๋ฅผ ์•Œ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
+- ๊ธฐ๋ณธ ์ปดํฌ๋„ŒํŠธ ๋‚ด์— [`<slot />`](https://docs.astro.build/ko/basics/astro-components/#์Šฌ๋กฏ)์„ ์ถ”๊ฐ€ํ•ฉ๋‹ˆ๋‹ค. ์ด๋ฅผ ํ†ตํ•ด, ํ•˜์œ„ ์ปดํฌ๋„ŒํŠธ๋ฅผ ์ „๋‹ฌ๋ฐ›์€ ๊ฒฝ์šฐ, Astro๊ฐ€ ์ „๋‹ฌ๋ฐ›์€ ์ปดํฌ๋„ŒํŠธ๋ฅผ ๋ Œ๋”๋งํ•  ์œ„์น˜๋ฅผ ์•Œ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
[๋ช…๋ช…๋œ ์Šฌ๋กฏ](https://docs.astro.build/ko/basics/astro-components/#๋ช…๋ช…๋œ-์Šฌ๋กฏ)์ด ํฌํ•จ๋œ [`PageFrame`](/ko/reference/overrides/#pageframe) ๋˜๋Š” [`TwoColumnContent`](/ko/reference/overrides/#twocolumncontent) ์ปดํฌ๋„ŒํŠธ๋ฅผ ์žฌ์‚ฌ์šฉํ•˜๋Š” ๊ฒฝ์šฐ ์ด๋Ÿฌํ•œ ์Šฌ๋กฏ๋„ [์ „์†ก](https://docs.astro.build/ko/basics/astro-components/#์Šฌ๋กฏ-์ „์†ก)ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.
@@ -155,4 +155,4 @@ const isHomepage = Astro.props.slug === '';
}
```
-[Astro์˜ ํ…œํ”Œ๋ฆฟ ๊ตฌ๋ฌธ ๊ฐ€์ด๋“œ](https://docs.astro.build/ko/core-concepts/astro-syntax/#dynamic-html)์—์„œ ์กฐ๊ฑด๋ถ€ ๋ Œ๋”๋ง์— ๋Œ€ํ•ด ์ž์„ธํžˆ ์•Œ์•„๋ณด์„ธ์š”.
+[Astro์˜ ํ…œํ”Œ๋ฆฟ ๊ตฌ๋ฌธ ๊ฐ€์ด๋“œ](https://docs.astro.build/ko/basics/astro-syntax/#๋™์ -html)์—์„œ ์กฐ๊ฑด๋ถ€ ๋ Œ๋”๋ง์— ๋Œ€ํ•ด ์ž์„ธํžˆ ์•Œ์•„๋ณด์„ธ์š”.