diff --git a/src/content/docs/ko/recipes.mdx b/src/content/docs/ko/recipes.mdx index 453b1ada710da..7f7f27a82d936 100644 --- a/src/content/docs/ko/recipes.mdx +++ b/src/content/docs/ko/recipes.mdx @@ -1,19 +1,20 @@ --- -title: 더 많은 레시피 -description: Astro의 기능 구축에 대한 안내 예시를 참조하세요. +title: 활용 레시피 +description: 간단하고 핵심적인 실습 가이드. i18nReady: true --- import RecipesNav from '~/components/RecipesNav.astro'; +import ReadMore from '~/components/ReadMore.astro'; Astro 프로젝트에 기능을 추가하는 방법에 대한 안내 예시를 확인하세요. ## 공식 레시피 - +Astro의 공식 레시피는 특정 작업의 실제 예제를 완성하는 과정을 안내하는 간단하고 핵심적인 실습 가이드입니다. 레시피는 단계별 지침을 따라 Astro 프로젝트에 새로운 기능이나 동작을 추가할 수 있는 좋은 방법입니다! -## 커뮤니티 자료 + -import ReadMore from '~/components/ReadMore.astro' +## 커뮤니티 리소스 -[커뮤니티 레시피 및 가이드](/ko/community-resources/content/#레시피-및-가이드)에서 커뮤니티가 작성하고 유지 관리하는 더 많은 레시피를 확인하세요. +[커뮤니티 레시피 목록](/ko/community-resources/content/#레시피-및-가이드)에서 커뮤니티 구성원들이 작성하고 제출한 더 많은 레시피를 찾아보세요.