Skip to content

Commit

Permalink
Merge branch 'main' into components
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored May 1, 2024
2 parents c07f1de + 2d6b455 commit 77f9300
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/src/content/docs/ko/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Starlight는 [Astro](https://astro.build) 프레임워크 위에 구축되었으

터미널에서 다음 명령을 실행하여 새 Astro + Starlight 프로젝트를 생성합니다.

<Tabs>
<Tabs syncKey="pkg">
<TabItem label="npm">

```sh
Expand Down Expand Up @@ -54,7 +54,7 @@ yarn create astro --template starlight

프로젝트 디렉터리에서 다음 명령을 실행하여 개발 서버를 시작합니다.

<Tabs>
<Tabs syncKey="pkg">
<TabItem label="npm">

```sh
Expand Down Expand Up @@ -105,7 +105,7 @@ Starlight는 베타 소프트웨어이기 때문에 업데이트와 개선이

Starlight는 Astro 통합입니다. 터미널에서 다음 명령을 실행하여 이 패키지와 다른 Astro 패키지를 업데이트할 수 있습니다.

<Tabs>
<Tabs syncKey="pkg">
<TabItem label="npm">

```sh
Expand Down
6 changes: 3 additions & 3 deletions docs/src/content/docs/ko/guides/css-and-tailwind.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Starlight Tailwind 플러그인은 다음 구성을 적용합니다.

`create astro`를 사용하여 Tailwind CSS가 사전 구성된 새 Starlight 프로젝트를 시작하세요.

<Tabs>
<Tabs syncKey="pkg">
<TabItem label="npm">

```sh
Expand Down Expand Up @@ -94,7 +94,7 @@ yarn create astro --template starlight/tailwind

1. Astro의 Tailwind 통합 추가

<Tabs>
<Tabs syncKey="pkg">

<TabItem label="npm">

Expand Down Expand Up @@ -124,7 +124,7 @@ yarn create astro --template starlight/tailwind

2. Starlight Tailwind 플러그인을 설치하세요.

<Tabs>
<Tabs syncKey="pkg">

<TabItem label="npm">

Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/ko/guides/customization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Starlight는 독자가 원하는 제목으로 쉽게 이동할 수 있도록 각

기본적으로 `<h2>``<h3>` 제목이 목차에 포함됩니다. [`tableOfContents`](/ko/reference/configuration/#tableofcontents)`minHeadingLevel``maxHeadingLevel` 옵션을 사용하여 모든 페이지의 목차를 변경할 수 있습니다. 개별 페이지의 기본 목차를 변경하기 위해서는 [프론트매터에 `tableOfContents`](/ko/reference/frontmatter/#tableofcontents) 속성을 추가하세요.

<Tabs>
<Tabs syncKey="config-type">
<TabItem label="개별 페이지 설정">

```md {4-6}
Expand Down Expand Up @@ -159,7 +159,7 @@ defineConfig({

`tableOfContents` 옵션의 값을 `false`로 설정하여 모든 페이지의 목차를 비활성화 할 수 있습니다.

<Tabs>
<Tabs syncKey="config-type">
<TabItem label="개별 페이지 설정">

```md {4}
Expand Down

0 comments on commit 77f9300

Please sign in to comment.