summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunseong Park2025-07-17 16:38:00 +0900
committerGitHub2025-07-17 09:38:00 +0200
commitac7b9ce3dddae312a6ac5d573cb37d4e8a061a99 (patch)
tree34b1c350c44796a035d92b479984f11914b3d5c0
parente327fa03240b33750b0fa502f844ed790737a508 (diff)
downloadIT.starlight-ac7b9ce3dddae312a6ac5d573cb37d4e8a061a99.tar.gz
IT.starlight-ac7b9ce3dddae312a6ac5d573cb37d4e8a061a99.tar.bz2
IT.starlight-ac7b9ce3dddae312a6ac5d573cb37d4e8a061a99.zip
i18n(ko-KR): update `resources/` (#3323)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r--docs/src/content/docs/ko/resources/community-content.mdx5
-rw-r--r--docs/src/content/docs/ko/resources/plugins.mdx5
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/src/content/docs/ko/resources/community-content.mdx b/docs/src/content/docs/ko/resources/community-content.mdx
index fd0a2aa8..12513767 100644
--- a/docs/src/content/docs/ko/resources/community-content.mdx
+++ b/docs/src/content/docs/ko/resources/community-content.mdx
@@ -109,6 +109,11 @@ Starlight ์‚ฌ์šฉ์ž๋“ค์ด ๊ด€๋ฆฌํ•˜๋Š” ์ปค๋ฎค๋‹ˆํ‹ฐ ์ œ์ž‘ ์ฝ˜ํ…์ธ ๋ฅผ ์‚ดํŽด๋ณ
title="Starlight ์˜ˆ์‹œ"
description="Starlight ๋ฌธ์„œ ์‚ฌ์ดํŠธ์—์„œ ์ž‘์—…์„ ์ˆ˜ํ–‰ํ•˜๋Š” ์‹ค์šฉ์ ์ธ ๋ฐฉ๋ฒ•์„ ๋ณด์—ฌ์ฃผ๋Š” StackBlitz ์ž„๋ฒ ๋“œ ๋ชจ์Œ์ž…๋‹ˆ๋‹ค."
/>
+ <LinkCard
+ href="https://hideoo.dev/notebooks/starlight-plugins-by-example"
+ title="Starlight Plugins ์˜ˆ์‹œ"
+ description="Starlight ํ”Œ๋Ÿฌ๊ทธ์ธ๊ณผ ์ด๋ฅผ ๋นŒ๋“œํ•˜๋Š” ๋ฐ ์‚ฌ์šฉ๋˜๋Š” ์ผ๋ฐ˜์ ์ธ ํŒจํ„ด์— ๋Œ€ํ•œ ์ •๋ณด์™€ ์˜ˆ์‹œ ๋ชจ์Œ์ž…๋‹ˆ๋‹ค."
+ />
</CardGrid>
## ์˜์ƒ ์ฝ˜ํ…์ธ 
diff --git a/docs/src/content/docs/ko/resources/plugins.mdx b/docs/src/content/docs/ko/resources/plugins.mdx
index 607d5e2c..31d31d3e 100644
--- a/docs/src/content/docs/ko/resources/plugins.mdx
+++ b/docs/src/content/docs/ko/resources/plugins.mdx
@@ -222,4 +222,9 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components';
title="astro-mermaid"
description="Markdown ์ฝ”๋“œ ๋ธ”๋ก์˜ Mermaid ์ฝ˜ํ…์ธ ๋ฅผ ํด๋ผ์ด์–ธํŠธ ์ธก์—์„œ ๋ Œ๋”๋งํ•ฉ๋‹ˆ๋‹ค."
/>
+ <LinkCard
+ href="https://github.com/HiDeoo/astro-d2"
+ title="astro-d2"
+ description="D2 Markdown ์ฝ”๋“œ ๋ธ”๋ก์„ ๋‹ค์ด์–ด๊ทธ๋žจ์œผ๋กœ ๋ณ€ํ™˜ํ•ฉ๋‹ˆ๋‹ค."
+ />
</CardGrid>