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-guide.mdx #8589

Merged
merged 5 commits into from
Jun 21, 2024
Merged
Changes from 3 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
4 changes: 2 additions & 2 deletions src/content/docs/ko/guides/integrations-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import IntegrationsNav from '~/components/IntegrationsNav.astro'
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro'
import { Steps } from '@astrojs/starlight/components'

**Astro 통합**은 단 몇 줄의 코드만으로 프로젝트에 새로운 기능과 동작을 추가합니다. 사용자 정의 통합을 직접 작성하거나, 공식 통합을 사용하거나, 커뮤니티에서 구축한 통합을 사용할 수 있습니다.
**Astro 통합**은 단 몇 줄의 코드만으로 프로젝트에 새로운 기능과 동작을 추가합니다. 공식 통합, [커뮤니티 통합](#더-많은-통합-찾기) 또는 심지어 [사용자 정의 통합을 구축](#나만의-통합-구축)할 수도 있습니다.

통합은 다음을 수행할 수 있습니다.

- React, Vue, Svelte, Solid 및 기타 널리 사용되는 UI 프레임워크를 사용합니다.
- [렌더러](/ko/guides/framework-components/)를 사용하여 React, Vue, Svelte, Solid 및 다른 인기 있는 UI 프레임워크를 잠금 해제합니다.
- 몇 줄의 코드만으로 Tailwind 및 Partytown과 같은 도구를 추가합니다.
jsparkdev marked this conversation as resolved.
Show resolved Hide resolved
- 자동 사이트맵 생성과 같은 새로운 기능을 프로젝트에 추가합니다.
- 빌드 프로세스, 개발 서버 등에 연결되는 사용자 정의 코드를 작성합니다.
Expand Down
Loading