diff --git a/src/content/docs/ko/reference/integrations-reference.mdx b/src/content/docs/ko/reference/integrations-reference.mdx index ddd4984caecde..9211428451ee4 100644 --- a/src/content/docs/ko/reference/integrations-reference.mdx +++ b/src/content/docs/ko/reference/integrations-reference.mdx @@ -709,4 +709,5 @@ integrations: [ ## 커뮤니티 리소스 -[나만의 Astro 통합 구축](https://www.freecodecamp.org/news/how-to-use-the-astro-ui-framework/#chapter-8-build-your-own-astro-integrations-1) - FreeCodeCamp의 Emmanuel Ohans +- [나만의 Astro 통합 구축](https://www.freecodecamp.org/news/how-to-use-the-astro-ui-framework/#chapter-8-build-your-own-astro-integrations-1) - FreeCodeCamp의 Emmanuel Ohans +- [Astro 통합 템플릿](https://github.com/florian-lefebvre/astro-integration-template) - Florian Lefebvre의 GitHub diff --git a/src/content/docs/ko/reference/publish-to-npm.mdx b/src/content/docs/ko/reference/publish-to-npm.mdx index 7993204a25f4f..fca1232511812 100644 --- a/src/content/docs/ko/reference/publish-to-npm.mdx +++ b/src/content/docs/ko/reference/publish-to-npm.mdx @@ -3,13 +3,14 @@ title: NPM에 게시 description: Astro 컴포넌트를 NPM에 게시하는 방법 알아보기 i18nReady: true --- + import FileTree from '~/components/FileTree.astro' 새로운 Astro 컴포넌트를 구축하시나요? **[npm](https://npmjs.com/)에 게시하세요!** Astro 컴포넌트를 게시하는 것은 프로젝트 전반에 걸쳐 기존 작업을 재사용하고 더 넓은 Astro 커뮤니티와 공유할 수 있는 좋은 방법입니다. Astro 컴포넌트는 다른 JavaScript 패키지와 마찬가지로 NPM에 직접 게시하고 설치할 수 있습니다. -영감을 찾고 계십니까? Astro 커뮤니티에서 우리가 가장 좋아하는 [테마](https://astro.build/themes/)와 [컴포넌트](https://astro.build/integrations/)를 확인해 보세요. 전체 공개 카탈로그를 보기 위해 [npm을 검색](https://www.npmjs.com/search?q=keywords:astro-component,withastro)할 수도 있습니다. +영감을 찾고 계신가요? Astro 커뮤니티에서 우리가 가장 좋아하는 [테마](https://astro.build/themes/)와 [컴포넌트](https://astro.build/integrations/)를 확인해 보세요. 전체 공개 카탈로그를 보기 위해 [npm을 검색](https://www.npmjs.com/search?q=keywords:astro-component,withastro)할 수도 있습니다. :::tip[혼자 시작하고 싶지 않으신가요?] 커뮤니티에서 지원하는 기본 템플릿을 보려면 [Astro 커뮤니티의 컴포넌트 템플릿](https://github.com/astro-community/component-template)을 확인하세요! @@ -256,6 +257,10 @@ Astro에서 기본적으로 지원하지 않는 다른 파일 형식이 필요 [통합 라이브러리](https://astro.build/integrations/)에 통합을 추가하여 여러분의 노력을 공유하세요! +:::tip +통합을 구축하는 데 도움이 필요하거나 다른 통합 빌더가 필요하신가요? [Discord 서버](https://astro.build/chat)에는 전용 `#dev-integrations` 채널이 있습니다. 방문하여 인사를 나누세요! +::: + ### `package.json` 데이터 라이브러리는 매주 자동으로 업데이트되어 `astro-component` 또는 `withastro` 키워드를 사용하여 NPM에 게시된 모든 패키지를 가져옵니다.