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 integrations-reference.mdx and publish-to-npm.mdx #6512

Merged
merged 3 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion src/content/docs/ko/reference/integrations-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 6 additions & 1 deletion src/content/docs/ko/reference/publish-to-npm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)을 확인하세요!
Expand Down Expand Up @@ -256,6 +257,10 @@ Astro에서 기본적으로 지원하지 않는 다른 파일 형식이 필요

[통합 라이브러리](https://astro.build/integrations/)에 통합을 추가하여 여러분의 노력을 공유하세요!

:::tip
통합을 구축하는 데 도움이 필요하거나 다른 통합 빌더가 필요하신가요? [Discord 서버](https://astro.build/chat)에는 전용 `#dev-integrations` 채널이 있습니다. 방문하여 인사를 나누세요!
:::

### `package.json` 데이터

라이브러리는 매주 자동으로 업데이트되어 `astro-component` 또는 `withastro` 키워드를 사용하여 NPM에 게시된 모든 패키지를 가져옵니다.
Expand Down
Loading