summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunseong Park2024-09-03 16:02:10 +0900
committerGitHub2024-09-03 09:02:10 +0200
commit4615139a59b096f3843ec46b1082f580fdbf711c (patch)
tree4b8a29df42897fe30cb99a3e2cca2c954091ae74
parentb51a2e8c1969eff993d22e0269e0cf8f080f404d (diff)
downloadIT.starlight-4615139a59b096f3843ec46b1082f580fdbf711c.tar.gz
IT.starlight-4615139a59b096f3843ec46b1082f580fdbf711c.tar.bz2
IT.starlight-4615139a59b096f3843ec46b1082f580fdbf711c.zip
i18n(ko-KR): update `plugins.mdx` (#2277)
-rw-r--r--docs/src/content/docs/ko/resources/plugins.mdx10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/src/content/docs/ko/resources/plugins.mdx b/docs/src/content/docs/ko/resources/plugins.mdx
index ead8951d..8633af74 100644
--- a/docs/src/content/docs/ko/resources/plugins.mdx
+++ b/docs/src/content/docs/ko/resources/plugins.mdx
@@ -83,6 +83,11 @@ Starlight ํŒ€์ด ์ง€์›ํ•˜๋Š” ๊ณต์‹ ํ”Œ๋Ÿฌ๊ทธ์ธ๊ณผ Starlight ์‚ฌ์šฉ์ž๊ฐ€ ๊ด€๋
title="star-warp"
description="๋ฌธ์„œ์—์„œ ๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ๋ฅผ ์›Œํ”„ ๋“œ๋ผ์ด๋ธŒํ•ฉ๋‹ˆ๋‹ค."
/>
+ <LinkCard
+ href="https://github.com/HiDeoo/starlight-heading-badges"
+ title="starlight-heading-badges"
+ description="Markdown ๋ฐ MDX ์ œ๋ชฉ์— ๋ฐฐ์ง€๋ฅผ ์ถ”๊ฐ€ํ•ฉ๋‹ˆ๋‹ค."
+ />
</CardGrid>
### ์ปค๋ฎค๋‹ˆํ‹ฐ ํ…Œ๋งˆ
@@ -134,4 +139,9 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components';
title="starlight-showcases"
description="์‡ผ์ผ€์ด์Šค ํŽ˜์ด์ง€๋ฅผ ์ž‘์„ฑํ•˜๊ธฐ ์œ„ํ•œ Starlight ์ปดํฌ๋„ŒํŠธ์˜ ์ง‘ํ•ฉ์ž…๋‹ˆ๋‹ค."
/>
+ <LinkCard
+ href="https://github.com/HiDeoo/generator-starlight-plugin"
+ title="@hideoo/starlight-plugin"
+ description="Starlight ํ”Œ๋Ÿฌ๊ทธ์ธ์„ ๋น ๋ฅด๊ฒŒ ์Šค์บํด๋”ฉํ•  ์ˆ˜ ์žˆ๋Š” ์ƒ์„ฑ๊ธฐ์ž…๋‹ˆ๋‹ค."
+ />
</CardGrid>