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 flotiq.mdx #11014

Merged
merged 2 commits into from
Feb 21, 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
14 changes: 7 additions & 7 deletions src/content/docs/ko/guides/cms/flotiq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ i18nReady: true
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
import { Steps } from '@astrojs/starlight/components';

[Flotiq](https://flotiq.com)은 정적 사이트, 모바일, 웹 애플리케이션 등 다양한 프런트엔드를 위해 설계된 헤드리스 CMS입니다. 개발자와 콘텐츠 제작자는 REST 및 GraphQL 기반 API를 통해 콘텐츠를 관리하고 전달합니다.
[Flotiq](https://flotiq.com?utm_campaign=flotiq_at_astro_headless_cms&utm_medium=referral&utm_source=astro)은 정적 사이트, 모바일, 웹 애플리케이션 등 다양한 프런트엔드를 위해 설계된 헤드리스 CMS입니다. 개발자와 콘텐츠 제작자는 REST 및 GraphQL 기반 API를 통해 콘텐츠를 관리하고 전달합니다.

## Astro와 통합

Expand All @@ -22,8 +22,8 @@ import { Steps } from '@astrojs/starlight/components';
시작하려면 다음이 필요합니다:

1. **Astro 프로젝트** - `npm create astro@latest` 명령을 사용하여 새 프로젝트를 생성할 수 있습니다.
2. **Flotiq 계정** - 계정이 없는 경우 [무료로 가입](https://editor.flotiq.com/register)하세요.
3. **읽기 전용 Flotiq API 키** - [키를 받는 방법](https://flotiq.com/docs/API/)을 확인하세요.
2. **Flotiq 계정** - 계정이 없는 경우 [무료로 가입](https://editor.flotiq.com/register?utm_campaign=flotiq_at_astro_headless_cms&utm_medium=referral&utm_source=astro)하세요.
3. **읽기 전용 Flotiq API 키** - [키를 받는 방법](https://flotiq.com/docs/API/?utm_campaign=flotiq_at_astro_headless_cms&utm_medium=referral&utm_source=astro)을 확인하세요.

### 환경 변수 설정

Expand All @@ -35,7 +35,7 @@ FLOTIQ_API_KEY=__YOUR_FLOTIQ_API_KEY__

### Flotiq에서 Content Type 정의

먼저, 데이터를 저장하기 위해 Flotiq에서 [Content Type Definition](https://flotiq.com/docs/panel/content-types/) 예시를 정의해야 합니다.
먼저, 데이터를 저장하기 위해 Flotiq에서 [Content Type Definition](https://flotiq.com/docs/panel/content-types/?utm_campaign=flotiq_at_astro_headless_cms&utm_medium=referral&utm_source=astro) 예시를 정의해야 합니다.

Flotiq 계정에 로그인하고 다음 예시 `Blog Post` 구성으로 사용자 정의 Content Type Definition을 생성합니다:
- **Label**: Blog Post
Expand All @@ -45,7 +45,7 @@ Flotiq 계정에 로그인하고 다음 예시 `Blog Post` 구성으로 사용
- **Slug**: text, required
- **Content**: rich text, required

그런 다음, 이 `Blog Post` 타입을 사용하여 하나 이상의 예시 [Content Objects](https://flotiq.com/docs/panel/content-objects/)를 생성합니다.
그런 다음, 이 `Blog Post` 타입을 사용하여 하나 이상의 예시 [Content Objects](https://flotiq.com/docs/panel/content-objects/?utm_campaign=flotiq_at_astro_headless_cms&utm_medium=referral&utm_source=astro)를 생성합니다.

### Flotiq TypeScript SDK 설치

Expand Down Expand Up @@ -290,8 +290,8 @@ Flotiq TypeScript SDK (`flotiq-api-ts`)를 사용하는 경우 모든 데이터

게시된 사이트를 업데이트하려면 콘텐츠가 변경될 때마다 재빌드를 트리거하기 위해 호스팅 제공업체에 웹훅을 보내도록 Flotiq을 구성하세요.

Flotiq에서는 트리거할 콘텐츠 타입과 이벤트를 정의하고 그에 따라 구성할 수 있습니다. 자세한 내용은 [Flotiq 웹훅 문서](https://flotiq.com/docs/panel/webhooks/async-co-webhook/)를 참조하세요.
Flotiq에서는 트리거할 콘텐츠 타입과 이벤트를 정의하고 그에 따라 구성할 수 있습니다. 자세한 내용은 [Flotiq 웹훅 문서](https://flotiq.com/docs/panel/webhooks/async-co-webhook/?utm_campaign=flotiq_at_astro_headless_cms&utm_medium=referral&utm_source=astro)를 참조하세요.

## 공식 리소스

- [Flotiq 문서](https://flotiq.com/docs)
- [Flotiq 문서](https://flotiq.com/docs/?utm_campaign=flotiq_at_astro_headless_cms&utm_medium=referral&utm_source=astro)