Skip to content

Commit

Permalink
i18n(fr): Update reference/configuration.mdx from withastro#1958
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbnt committed Jun 5, 2024
1 parent bbc3fad commit 83e833f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/content/docs/fr/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -568,3 +568,13 @@ starlight({
```

Consultez la [référence des modules d'extension](/fr/reference/plugins/) pour plus de détails pour créer vos propres modules d'extension.

### `credits`

Permettre l'affichage d'un lien "Built with Starlight" dans le pied de page de votre site.

```js
starlight({
credits: true,
});
```

0 comments on commit 83e833f

Please sign in to comment.