diff options
author | Junseong Park | 2025-07-17 16:38:00 +0900 |
---|---|---|
committer | GitHub | 2025-07-17 09:38:00 +0200 |
commit | ac7b9ce3dddae312a6ac5d573cb37d4e8a061a99 (patch) | |
tree | 34b1c350c44796a035d92b479984f11914b3d5c0 | |
parent | e327fa03240b33750b0fa502f844ed790737a508 (diff) | |
download | IT.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.mdx | 5 | ||||
-rw-r--r-- | docs/src/content/docs/ko/resources/plugins.mdx | 5 |
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> |