diff options
author | Armand Philippot | 2025-07-28 19:37:45 +0200 |
---|---|---|
committer | GitHub | 2025-07-28 19:37:45 +0200 |
commit | 1a57fb08d961def775a6a8a0dffeeff6c418a0d4 (patch) | |
tree | d2bb4bbdf00e55dd19c156e386d980fe7f22be23 | |
parent | 96849f33475e0b3c240eb047e00519b31487b2d5 (diff) | |
download | IT.starlight-1a57fb08d961def775a6a8a0dffeeff6c418a0d4.tar.gz IT.starlight-1a57fb08d961def775a6a8a0dffeeff6c418a0d4.tar.bz2 IT.starlight-1a57fb08d961def775a6a8a0dffeeff6c418a0d4.zip |
i18n(fr): update `resources/themes.mdx` (#3349)
Co-authored-by: trueberryless <99918022+trueberryless@users.noreply.github.com>
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r-- | docs/src/content/docs/fr/resources/themes.mdx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/content/docs/fr/resources/themes.mdx b/docs/src/content/docs/fr/resources/themes.mdx index 37935841..a5087695 100644 --- a/docs/src/content/docs/fr/resources/themes.mdx +++ b/docs/src/content/docs/fr/resources/themes.mdx @@ -74,9 +74,9 @@ Installez un thème créé par la communauté pour personnaliser rapidement l'ap previews: { light: 'nova-light.png', dark: 'nova-dark.png' }, }, { - title: 'Starlight NextJS Theme', - description: 'Thème Starlight inspiré par la documentation de NextJS.', - href: 'https://starlight-nextjs-theme.trueberryless.org/', + title: 'Starlight Next.js', + description: 'Thème Starlight inspiré par la documentation de Next.js.', + href: 'https://starlight-theme-next.trueberryless.org/', previews: { light: 'nextjs-light.png', dark: 'nextjs-dark.png' }, }, ]} |