We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
manual-setup.mdx
1 parent 25713b0 commit 635cc3aCopy full SHA for 635cc3a
docs/src/content/docs/fr/manual-setup.mdx
@@ -44,7 +44,7 @@ L'intégration Starlight est configurée dans votre fichier `astro.config.mjs`.
44
45
Ajoutez un titre avec la propriété `title` pour commencer :
46
47
-```js {7-9}
+```js ins={8}
48
// astro.config.mjs
49
import { defineConfig } from 'astro/config';
50
import starlight from '@astrojs/starlight';
0 commit comments