From 2f8cd1703b1a56768cc41721bb99ebef37b88514 Mon Sep 17 00:00:00 2001 From: HiDeoo Date: Tue, 25 Mar 2025 17:45:45 +0100 Subject: i18n(fr): update `resources/themes` (#3019) --- docs/src/content/docs/fr/resources/themes.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/content/docs/fr/resources/themes.mdx b/docs/src/content/docs/fr/resources/themes.mdx index c6e8b426..5f7f257e 100644 --- a/docs/src/content/docs/fr/resources/themes.mdx +++ b/docs/src/content/docs/fr/resources/themes.mdx @@ -67,6 +67,12 @@ Installez un thème créé par la communauté pour personnaliser rapidement l'ap href: 'https://delucis.github.io/starlight-theme-flexoki/', previews: { light: 'flexoki-light.png', dark: 'flexoki-dark.png' }, }, + { + title: 'Starlight Nova', + description: 'Un superbe thème moderne pour Starlight.', + href: 'https://starlight-theme-nova.pages.dev/', + previews: { light: 'nova-light.png', dark: 'nova-dark.png' }, + }, ]} /> -- cgit