Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored and astrobot-houston committed Feb 22, 2024
1 parent e8e3b7a commit afd03e3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 27 deletions.
8 changes: 6 additions & 2 deletions docs/src/content/docs/fr/guides/pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,11 @@ La page courante dans la barre latérale est définie à l'aide de la propriét
items: [
{ label: 'Andromède', href: '/andromède/' },
{ label: 'Orion', href: '/orion/', isCurrent: true },
{ label: 'La Petite Ourse', href: '/la-petite-ourse/', badge: 'Ébauche' },
{
label: 'La Petite Ourse',
href: '/la-petite-ourse/',
badge: 'Ébauche',
},
],
},
]}
Expand Down Expand Up @@ -170,4 +174,4 @@ Définit l'étiquette d’identification BCP-47 pour le contenu de cette page, p
**Type :** `boolean`
**Par défaut :** `false`

Indique si cette page utilise un [contenu de repli](/fr/guides/i18n/#contenu-de-repli) parce qu'il n'y a pas de traduction pour la langue actuelle.
Indique si cette page utilise un [contenu de repli](/fr/guides/i18n/#contenu-de-repli) parce qu'il n'y a pas de traduction pour la langue actuelle.
50 changes: 25 additions & 25 deletions docs/src/content/docs/fr/resources/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@ Les [modules d'extension](/fr/reference/plugins/) peuvent personnaliser la confi
title="starlight-typedoc"
description="Générer des pages Starlight à partir de TypeScript en utilisant TypeDoc."
/>
<LinkCard
href="https://github.com/HiDeoo/starlight-blog"
title="starlight-blog"
description="Ajouter un blogue à votre site de documentation."
/>
<LinkCard
href="https://github.com/HiDeoo/starlight-openapi"
title="starlight-openapi"
description="Créer des pages de documentation à partir de spécifications OpenAPI/Swagger."
/>
<LinkCard
href="https://github.com/HiDeoo/starlight-obsidian"
title="starlight-obsidian"
description="Publier vos coffres (vaults) Obsidian sur votre site Starlight."
/>
<LinkCard
href="https://astro-ghostcms.xyz/intro/starlight/install/"
title="starlight-ghostcms"
description="Ajoutez vos articles de blogue GhostCMS à votre documentation Starlight"
/>
<LinkCard
href="https://github.com/HiDeoo/starlight-blog"
title="starlight-blog"
description="Ajouter un blogue à votre site de documentation."
/>
<LinkCard
href="https://github.com/HiDeoo/starlight-openapi"
title="starlight-openapi"
description="Créer des pages de documentation à partir de spécifications OpenAPI/Swagger."
/>
<LinkCard
href="https://github.com/HiDeoo/starlight-obsidian"
title="starlight-obsidian"
description="Publier vos coffres (vaults) Obsidian sur votre site Starlight."
/>
<LinkCard
href="https://astro-ghostcms.xyz/intro/starlight/install/"
title="starlight-ghostcms"
description="Ajoutez vos articles de blogue GhostCMS à votre documentation Starlight"
/>
</CardGrid>

## Outils et intégrations communautaires
Expand All @@ -82,9 +82,9 @@ Ces outils et intégrations communautaires peuvent être utilisés pour ajouter
title="astro-live-code"
description="Afficher vos blocs de code MDX sous forme de composants interactifs"
/>
<LinkCard
href="https://github.com/HiDeoo/starlight-i18n"
title="starlight-i18n"
description="Extension Visual Studio Code pour aider à traduire les pages Starlight."
/>
<LinkCard
href="https://github.com/HiDeoo/starlight-i18n"
title="starlight-i18n"
description="Extension Visual Studio Code pour aider à traduire les pages Starlight."
/>
</CardGrid>

0 comments on commit afd03e3

Please sign in to comment.