diff options
author | Thomas Bonnet | 2024-06-13 18:00:35 +0200 |
---|---|---|
committer | GitHub | 2024-06-13 18:00:35 +0200 |
commit | 9237581c766f68fbb3ce5f9401ca2046f106c7d5 (patch) | |
tree | a797a796f9ac799cba68b747e43d46cb4184c228 | |
parent | bc61c63d50fd0ee5c0fac6bd116140b3bfc08e7c (diff) | |
download | IT.starlight-9237581c766f68fbb3ce5f9401ca2046f106c7d5.tar.gz IT.starlight-9237581c766f68fbb3ce5f9401ca2046f106c7d5.tar.bz2 IT.starlight-9237581c766f68fbb3ce5f9401ca2046f106c7d5.zip |
i18n(fr): Update `resources/plugins.mdx` from #1957 (#2013)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r-- | docs/src/content/docs/fr/resources/plugins.mdx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/content/docs/fr/resources/plugins.mdx b/docs/src/content/docs/fr/resources/plugins.mdx index d066d2ee..f240c549 100644 --- a/docs/src/content/docs/fr/resources/plugins.mdx +++ b/docs/src/content/docs/fr/resources/plugins.mdx @@ -68,6 +68,11 @@ Les [modules d'extension](/fr/reference/plugins/) peuvent personnaliser la confi title="starlight-utils" description="Étendre Starlight avec une collection d'utilitaires courants." /> + <LinkCard + href="https://github.com/trueberryless/starlight-view-modes" + title="starlight-view-modes" + description="Ajouter différents modes d'affichage à votre site web de documentation." + /> </CardGrid> ## Outils et intégrations communautaires |