Skip to content

Commit

Permalink
Merge branch 'main' into manual-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Feb 10, 2024
2 parents 438ed63 + 3625965 commit 9f48c7c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/src/content/docs/ko/resources/community-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -105,6 +105,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',
Expand Down

0 comments on commit 9f48c7c

Please sign in to comment.