From 6757a771464ee0311a25cd76de60015131dd6ec8 Mon Sep 17 00:00:00 2001 From: trueberryless <99918022+trueberryless@users.noreply.github.com> Date: Sat, 23 Nov 2024 14:36:40 +0100 Subject: [PATCH] Update overrides.md (#2632) Co-authored-by: Junseong Park <39112954+jsparkdev@users.noreply.github.com> --- docs/src/content/docs/ko/reference/overrides.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/ko/reference/overrides.md b/docs/src/content/docs/ko/reference/overrides.md index b441bded340..f66868b391f 100644 --- a/docs/src/content/docs/ko/reference/overrides.md +++ b/docs/src/content/docs/ko/reference/overrides.md @@ -194,7 +194,7 @@ Starlight의 구성 옵션을 준수하는 콘텐츠 목차 컴포넌트를 생 #### `PageFrame` -**기본 컴포넌트:** [`PageFrame.astro`](https://github.com/withastro/starlight/blob/main/packages/starlight/components/PageFrame.astro) +**기본 컴포넌트:** [`PageFrame.astro`](https://github.com/withastro/starlight/blob/main/packages/starlight/components/PageFrame.astro) **명명된 슬롯:** `header`, `sidebar` 대부분의 페이지 콘텐츠를 감싸는 레이아웃 컴포넌트입니다. @@ -209,7 +209,7 @@ Starlight의 구성 옵션을 준수하는 콘텐츠 목차 컴포넌트를 생 #### `TwoColumnContent` -**기본 컴포넌트:** [`TwoColumnContent.astro`](https://github.com/withastro/starlight/blob/main/packages/starlight/components/TwoColumnContent.astro) +**기본 컴포넌트:** [`TwoColumnContent.astro`](https://github.com/withastro/starlight/blob/main/packages/starlight/components/TwoColumnContent.astro) **명명된 슬롯:** `right-sidebar` 메인 콘텐츠 열과 오른쪽 사이드바 (목차)를 감싸는 레이아웃 컴포넌트입니다.