diff options
author | Junseong Park | 2025-04-10 21:47:09 +0900 |
---|---|---|
committer | GitHub | 2025-04-10 21:47:09 +0900 |
commit | aa100cc4213fa87db28e0e0f672839ff1bf9416a (patch) | |
tree | a168d1c9031de5a912be0435361441d306048a73 | |
parent | 1b6b1c2160e48ca5d847289ffbf2ec8655c64ea5 (diff) | |
download | IT.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.mdx | 6 |
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' }, + }, ]} /> |