From aa100cc4213fa87db28e0e0f672839ff1bf9416a Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Thu, 10 Apr 2025 21:47:09 +0900 Subject: i18n(ko-KR): update `themes.mdx` (#3083) Co-authored-by: delucis <357379+delucis@users.noreply.github.com> Co-authored-by: trueberryless <99918022+trueberryless@users.noreply.github.com>--- docs/src/content/docs/ko/resources/themes.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/content/docs/ko/resources/themes.mdx b/docs/src/content/docs/ko/resources/themes.mdx index 15329412..49ed9bbe 100644 --- a/docs/src/content/docs/ko/resources/themes.mdx +++ b/docs/src/content/docs/ko/resources/themes.mdx @@ -72,6 +72,12 @@ import ThemeGrid from '~/components/theme-grid.astro'; href: 'https://starlight-theme-nova.pages.dev/', previews: { light: 'nova-light.png', dark: 'nova-dark.png' }, }, + { + title: 'Starlight NextJS Theme', + description: 'NextJS 문서에서 영감을 받은 Starlight 테마', + href: 'https://starlight-nextjs-theme.trueberryless.org/', + previews: { light: 'nextjs-light.png', dark: 'nextjs-dark.png' }, + }, ]} /> -- cgit