diff options
author | Junseong Park | 2024-09-03 16:02:10 +0900 |
---|---|---|
committer | GitHub | 2024-09-03 09:02:10 +0200 |
commit | 4615139a59b096f3843ec46b1082f580fdbf711c (patch) | |
tree | 4b8a29df42897fe30cb99a3e2cca2c954091ae74 | |
parent | b51a2e8c1969eff993d22e0269e0cf8f080f404d (diff) | |
download | IT.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.mdx | 10 |
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> |