Skip to content

Commit

Permalink
Merge branch 'main' into frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored Aug 17, 2024
2 parents f4d29c6 + 96a54cd commit 7ee3742
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/docs/ko/guides/customization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Starlight 사이트에 사용자 정의 글꼴을 추가해야 하는 경우,

2. 선택한 글꼴에 대한 패키지를 설치합니다. Fontsource 글꼴 페이지에서 “Install”을 클릭하면 패키지 이름을 찾을 수 있습니다.

<Tabs>
<Tabs syncKey="pkg">

<TabItem label="npm">

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/ko/guides/site-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ title: 부분적으로 색인이 생성된 페이지

1. `@astrojs/starlight-docsearch`를 설치합니다.

<Tabs>
<Tabs syncKey="pkg">

<TabItem label="npm">

Expand Down
5 changes: 3 additions & 2 deletions docs/src/content/docs/ko/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ hero:
actions:
- text: 시작하기
icon: right-arrow
variant: primary
link: /ko/getting-started/
- text: GitHub에서 보기
icon: external
variant: minimal
link: https://github.com/withastro/starlight
---

Expand Down Expand Up @@ -67,8 +67,9 @@ import Testimonial from '~/components/testimonial.astro';
cite="https://twitter.com/sulco/status/1735610348730802342"
>
Starlight는 훌륭한 DX의 대표적인 예시입니다. 속도, 편리함, 세부 사항에 대한 관심이 인상적입니다. 기술과 디자인을 모두 관리하므로 콘텐츠에 집중할 수 있습니다 👏

StackBlitz 팀은 이 프로젝트를 정말 좋아합니다!

</Testimonial>
<Testimonial
name="Roberto"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/ko/manual-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';

Starlight는 [Astro 통합](https://docs.astro.build/ko/guides/integrations-guide/)입니다. 사이트에 이를 추가하기 위해 프로젝트의 루트 디렉터리에서 `astro add` 명령을 실행하세요.

<Tabs>
<Tabs syncKey="pkg">
<TabItem label="npm">
```sh
npx astro add starlight
Expand Down

0 comments on commit 7ee3742

Please sign in to comment.