summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunseong Park2025-04-10 21:47:09 +0900
committerGitHub2025-04-10 21:47:09 +0900
commitaa100cc4213fa87db28e0e0f672839ff1bf9416a (patch)
treea168d1c9031de5a912be0435361441d306048a73
parent1b6b1c2160e48ca5d847289ffbf2ec8655c64ea5 (diff)
downloadIT.starlight-aa100cc4213fa87db28e0e0f672839ff1bf9416a.tar.gz
IT.starlight-aa100cc4213fa87db28e0e0f672839ff1bf9416a.tar.bz2
IT.starlight-aa100cc4213fa87db28e0e0f672839ff1bf9416a.zip
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>
-rw-r--r--docs/src/content/docs/ko/resources/themes.mdx6
1 files changed, 6 insertions, 0 deletions
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' },
+ },
]}
/>