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 #2784

Merged
merged 2 commits into from
Jan 12, 2025
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
29 changes: 22 additions & 7 deletions docs/src/content/docs/ko/resources/community-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,39 +30,54 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components';
title="문서 사이트 빌더 비교: VuePress vs Starlight"
description="이 두 프레임워크는 어떻게 비교되나요?"
/>
<LinkCard
href="https://astro.build/case-studies/wp-engine/"
title="사례 연구: 개발 비용 절감"
description="WP Engine이 Astro의 Starlight로 개발 비용을 50% 이상 절감한 방법"
/>
<LinkCard
href="https://maciekpalmowski.dev/blog/building-a-documentation-site-using-astro-starlight/"
title="Astro의 Starlight를 사용한 문서 사이트 구축"
description="Patchstack 문서를 Starlight로 마이그레이션하는 과정 - Maciek Palmowski"
/>
<LinkCard
href="https://blog.cloudflare.com/open-source-all-the-way-down-upgrading-our-developer-documentation/"
title="오픈소스의 힘으로"
description="Cloudflare가 Starlight로 개발자 문서를 개선한 방법"
/>
</CardGrid>

## 레시피 및 안내서
## 레시피 및 가이드

레시피는 일반적으로 특정 작업의 실제 예시를 완료하는 과정을 독자에게 안내하는 짧고 집중적인 방법 안내서입니다. 레시피는 단계별 지침에 따라 Starlight 프로젝트에 새로운 기능이나 동작을 추가할 수 있는 좋은 방법입니다! 다른 안내서에서는 이미지 사용이나 MDX 작업 등 콘텐츠 영역과 관련된 개념을 설명할 수도 있습니다.
레시피는 일반적으로 특정 작업의 실제 예시를 완료하는 과정을 독자에게 안내하는 짧고 집중적인 가이드입니다. 레시피는 단계별 지침에 따라 Starlight 프로젝트에 새로운 기능이나 동작을 추가할 수 있는 좋은 방법입니다! 다른 가이드에서는 이미지 사용이나 MDX 작업 등 콘텐츠 영역과 관련된 개념을 설명할 수도 있습니다.

Starlight 사용자들이 관리하는 커뮤니티 제작 콘텐츠를 살펴보세요.

<CardGrid>
<LinkCard
href="https://www.webpro.nl/scraps/versioned-docs-with-starlight-and-vercel"
title="Starlight & Vercel을 사용한 버전별 문서"
description="프로젝트의 각 주요 버전에 대해 별도의 문서 버전을 구현하는 방법에 대한 안내서"
description="프로젝트의 각 주요 버전에 대해 별도의 문서 버전을 구현하는 방법에 대한 가이드"
/>
<LinkCard
href="https://hideoo.dev/notes/starlight-heading-links"
title="Starlight 제목에 링크 추가"
description="문서의 특정 섹션에 대한 링크를 공유하기 위한 rehype 플러그인 사용 안내서"
description="문서의 특정 섹션에 대한 링크를 공유하기 위한 rehype 플러그인 사용 가이드"
/>
<LinkCard
href="https://blog.otterlord.dev/posts/starlight-sponsors/"
title="Starlight 사이트에 스폰서 추가"
description="문서 사이드바에 맞춤 스폰서 컴포넌트를 구현하기 위한 안내서"
description="문서 사이드바에 맞춤 스폰서 컴포넌트를 구현하기 위한 가이드"
/>
<LinkCard
href="https://hideoo.dev/notes/starlight-og-images"
title="Starlight에 Open Graph 이미지 추가"
description="페이지에 대한 소셜 이미지 및 해당 메타 태그 생성에 대한 안내서"
description="페이지에 대한 소셜 이미지 및 해당 메타 태그 생성에 대한 가이드"
/>
<LinkCard
href="https://hideoo.dev/notes/starlight-third-party-icon-sets"
title="Starlight에서 타사 아이콘 세트 사용"
description="unplugin-icons를 사용하여 Starlight에 사용 가능한 아이콘 선택 범위를 확장하는 방법에 대한 안내서"
description="unplugin-icons를 사용하여 Starlight에 사용 가능한 아이콘 선택 범위를 확장하는 방법에 대한 가이드"
/>
<LinkCard
href="https://hideoo.dev/notes/starlight-custom-html-head"
Expand Down
Loading