File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
docs/src/content/docs/ko/resources Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,11 @@ Starlight 사용자들이 관리하는 커뮤니티 제작 콘텐츠를 살펴
109
109
title = " Starlight 예시"
110
110
description = " Starlight 문서 사이트에서 작업을 수행하는 실용적인 방법을 보여주는 StackBlitz 임베드 모음입니다."
111
111
/>
112
+ <LinkCard
113
+ href = " https://hideoo.dev/notebooks/starlight-plugins-by-example"
114
+ title = " Starlight Plugins 예시"
115
+ description = " Starlight 플러그인과 이를 빌드하는 데 사용되는 일반적인 패턴에 대한 정보와 예시 모음입니다."
116
+ />
112
117
</CardGrid >
113
118
114
119
## 영상 콘텐츠
Original file line number Diff line number Diff line change @@ -222,4 +222,9 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components';
222
222
title = " astro-mermaid"
223
223
description = " Markdown 코드 블록의 Mermaid 콘텐츠를 클라이언트 측에서 렌더링합니다."
224
224
/>
225
+ <LinkCard
226
+ href = " https://github.com/HiDeoo/astro-d2"
227
+ title = " astro-d2"
228
+ description = " D2 Markdown 코드 블록을 다이어그램으로 변환합니다."
229
+ />
225
230
</CardGrid >
You can’t perform that action at this time.
0 commit comments