diff options
author | Junseong Park | 2024-02-10 19:31:59 +0900 |
---|---|---|
committer | GitHub | 2024-02-10 11:31:59 +0100 |
commit | 36259652b59ad05681faa55dbd377554ffc8429d (patch) | |
tree | 7423c7377fee77ec641a507f5d3fde0a8ad5e719 | |
parent | f493efb1970f4e78100c4df418069c45e3405c5a (diff) | |
download | IT.starlight-36259652b59ad05681faa55dbd377554ffc8429d.tar.gz IT.starlight-36259652b59ad05681faa55dbd377554ffc8429d.tar.bz2 IT.starlight-36259652b59ad05681faa55dbd377554ffc8429d.zip |
i18n(ko-KR): update `community-content.mdx` (#1483)
-rw-r--r-- | docs/src/content/docs/ko/resources/community-content.mdx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/src/content/docs/ko/resources/community-content.mdx b/docs/src/content/docs/ko/resources/community-content.mdx index 2c6c7ff2..b69be0f6 100644 --- a/docs/src/content/docs/ko/resources/community-content.mdx +++ b/docs/src/content/docs/ko/resources/community-content.mdx @@ -28,7 +28,7 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; <LinkCard href="https://www.olets.dev/posts/comparing-docs-site-builders-vuepress-vs-starlight/" title="๋ฌธ์ ์ฌ์ดํธ ๋น๋ ๋น๊ต: VuePress vs Starlight" - description="๋ ํ๋ ์์ํฌ๋ ์ด๋ป๊ฒ ๋น๊ต๋๋์?" + description="์ด ๋ ํ๋ ์์ํฌ๋ ์ด๋ป๊ฒ ๋น๊ต๋๋์?" /> </CardGrid> @@ -106,6 +106,12 @@ import YouTubeGrid from '~/components/youtube-grid.astro'; <YouTubeGrid videos={[ { + href: 'https://www.youtube.com/watch?v=sF6UcV3moZg', + title: 'Starlight ๋ฐ Astro๋ฅผ ์ฌ์ฉํ์ฌ ๋ฌธ์ ์์ฑ', + description: + 'CodingCat.dev๋ฅผ ํตํด Chris์ Alex๊ฐ Code์์ Starlight์ ๋ํด ์์๋ณด๋ ๋ชจ์ต์ ์์ฒญํ์ธ์.', + }, + { href: 'https://www.youtube.com/watch?v=sWkkHbwDeQc', title: 'Astro Starlight', description: '1๋ถ ์์ Starlight ์๊ฐ', |