From d44a98285ac12ba928c79c445bbe68c60a0b3f38 Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Thu, 16 May 2024 18:25:59 +0900 Subject: i18n(ko-KR): update `community-content.mdx` (#1879) --- docs/src/content/docs/ko/resources/community-content.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/content/docs/ko/resources/community-content.mdx b/docs/src/content/docs/ko/resources/community-content.mdx index ff8de71b..be6faadb 100644 --- a/docs/src/content/docs/ko/resources/community-content.mdx +++ b/docs/src/content/docs/ko/resources/community-content.mdx @@ -131,5 +131,10 @@ import YouTubeGrid from '~/components/youtube-grid.astro'; description: 'Next.js 웹사이트 내 하위 디렉터리 프로젝트로 Starlight 설정', }, + { + href: 'https://www.youtube.com/watch?v=5pq80drDrNs', + title: '이 놀라운 도구를 사용하여 Shadcn의 문서를 30분 만에 다시 만들었습니다.', + description: '이 비디오에서는 Starlight가 왜 그렇게 멋진지, 그리고 왜 다음 프로젝트에서 Starlight를 사용해 보고 싶은지 설명합니다.', + }, ]} /> -- cgit