Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(ko-KR): update community-content.mdx #1483

Merged
merged 1 commit into from
Feb 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading