diff options
author | Junseong Park | 2024-06-03 23:29:44 +0900 |
---|---|---|
committer | GitHub | 2024-06-03 16:29:44 +0200 |
commit | 4e3b36f21188c9bc092a91a7d25bfdf276d84384 (patch) | |
tree | 360c33fd7892377cf0c4f2bfa267a9cd31a3af8d | |
parent | 64288fb0051310f7148afd13f65c578664f04eb2 (diff) | |
download | IT.starlight-4e3b36f21188c9bc092a91a7d25bfdf276d84384.tar.gz IT.starlight-4e3b36f21188c9bc092a91a7d25bfdf276d84384.tar.bz2 IT.starlight-4e3b36f21188c9bc092a91a7d25bfdf276d84384.zip |
i18n(ko-KR): update `plugins.mdx` (#1943)
-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 778f309a..e7a79c59 100644 --- a/docs/src/content/docs/ko/resources/plugins.mdx +++ b/docs/src/content/docs/ko/resources/plugins.mdx @@ -98,4 +98,14 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; title="starlight-i18n" description="Starlight νμ΄μ§λ₯Ό λ²μνλ λ° λμμ΄ λλ Visual Studio Code νμ₯μ
λλ€." /> + <LinkCard + href="https://github.com/HiDeoo/starlight-package-managers" + title="starlight-package-managers" + description="μ¬λ¬ ν¨ν€μ§ κ΄λ¦¬μμ λν npm κ΄λ ¨ λͺ
λ Ήμ λΉ λ₯΄κ² νμν©λλ€." + /> + <LinkCard + href="https://github.com/HiDeoo/starlight-showcases" + title="starlight-showcases" + description="μΌμΌμ΄μ€ νμ΄μ§λ₯Ό μμ±νκΈ° μν Starlight μ»΄ν¬λνΈμ μ§ν©μ
λλ€." + /> </CardGrid> |