From 36e58e5b5357a67e2ca5219e562d9f8144c8c8aa Mon Sep 17 00:00:00 2001
From: Junseong Park <39112954+jsparkdev@users.noreply.github.com>
Date: Thu, 17 Apr 2025 10:52:13 +0900
Subject: [PATCH 1/2] i18n(ko-KR): create `index.mdx`
---
src/content/docs/ko/index.mdx | 97 +++++++++++++++++++++++++++++++++++
1 file changed, 97 insertions(+)
create mode 100644 src/content/docs/ko/index.mdx
diff --git a/src/content/docs/ko/index.mdx b/src/content/docs/ko/index.mdx
new file mode 100644
index 00000000..b1151a2a
--- /dev/null
+++ b/src/content/docs/ko/index.mdx
@@ -0,0 +1,97 @@
+---
+i18nReady: true
+title: StudioCMS 문서
+description: StudioCMS로 빌드를 시작하세요.
+template: splash
+editUrl: false
+lastUpdated: false
+hero:
+ tagline: StudioCMS 사용법 학습 가이드 및 리소스
+ image:
+ alt: StudioCMS Logo
+ dark: ../../../assets/logos/studioCMS.png
+ light: ../../../assets/logos/studioCMS-dark.png
+ actions:
+ - text: 시작하기
+ link: /ko/start-here/getting-started/
+ icon: right-arrow
+ variant: primary
+ - text: GitHub 리포지토리
+ link: https://github.com/withstudiocms/studiocms/
+ icon: github
+---
+
+import { CardGrid, LinkButton } from '@astrojs/starlight/components';
+import Youtube from '~/components/Youtube.astro';
+import Card from '~/components/landing/Card.astro';
+import ListCard from '~/components/landing/ListCard.astro';
+import SplitCard from '~/components/landing/SplitCard.astro';
+import { Center } from 'studiocms:ui/components';
+
+
+
+
+
+
+
+
+ ```sh
+ # 새 Astro 프로젝트를 생성합니다.
+ pnpm create studiocms@latest
+
+ # 개발 서버를 시작합니다.
+ cd my-studiocms-project
+ pnpm dev
+ ```
+
+
+ 필수 환경 변수에 대한 자세한 내용은 [환경 변수][environment-variables] 페이지를 참조하세요.
+
+ 더 자세한 안내는 [시작하기][getting-started] 가이드를 확인하세요.
+
+ libSQL 데이터베이스를 찾고 계신가요? [Turso][turso]를 확인해 보세요.
+
+
+
+
+
+ - [시작하기][getting-started]
+ - [환경 변수][environment-variables]
+ - [왜 StudioCMS인가?][why-studiocms]
+ - [StudioCMS 이해하기][how-it-works]
+
+
+
+ - [SDK 사용하기][using-the-sdk]
+ - [REST API 사용하기][using-rest-api]
+ - [플러그인 찾기 및 사용하기][package-catalog]
+ - [플러그인 API 알아보기][plugin-api]
+
+
+
+
+
+
+ StudioCMS 커뮤니티에 참여하고 싶으신가요?
+
+
+ Discord에 참여하세요!
+
+
+
+
+{/* Page MD Links */}
+[environment-variables]: /ko/start-here/getting-started/
+[getting-started]: /ko/start-here/getting-started/
+[turso]: https://tur.so/studiocms
+[why-studiocms]: /ko/start-here/why-studiocms/
+[how-it-works]: /ko/how-it-works/
+[using-the-sdk]: /ko/how-it-works/sdk/
+[using-rest-api]: /ko/how-it-works/restapi/
+[package-catalog]: /ko/package-catalog/
+[plugin-api]: /ko/plugins/
From 6d0c716ed6b1cf7fb346f80d83ee7c6055a271ea Mon Sep 17 00:00:00 2001
From: Junseong Park <39112954+jsparkdev@users.noreply.github.com>
Date: Thu, 17 Apr 2025 10:53:20 +0900
Subject: [PATCH 2/2] update
---
src/content/docs/ko/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/docs/ko/index.mdx b/src/content/docs/ko/index.mdx
index b1151a2a..bd53933a 100644
--- a/src/content/docs/ko/index.mdx
+++ b/src/content/docs/ko/index.mdx
@@ -8,7 +8,7 @@ lastUpdated: false
hero:
tagline: StudioCMS 사용법 학습 가이드 및 리소스
image:
- alt: StudioCMS Logo
+ alt: StudioCMS 로고
dark: ../../../assets/logos/studioCMS.png
light: ../../../assets/logos/studioCMS-dark.png
actions: