You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/fr/guides/cms/storyblok.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
16
16
17
17
## Intégration avec Astro
18
18
19
-
Dans cette section, vous utiliserez l'[intégration Storyblok](https://github.com/storyblok/storyblok-astro) pour connecter Storyblok à Astro.
19
+
Dans cette section, vous utiliserez l'[intégration Storyblok](https://github.com/storyblok/monoblok/tree/main/packages/astro) pour connecter Storyblok à Astro.
20
20
21
21
### Prérequis
22
22
@@ -49,7 +49,7 @@ Votre répertoire racine doit maintenant contenir ce nouveau fichier :
49
49
50
50
### Installation des dépendances
51
51
52
-
Pour connecter Astro à votre espace Storyblok, installez l'[intégration Storyblok](https://github.com/storyblok/storyblok-astro) officielle en utilisant la commande ci-dessous pour votre gestionnaire de paquets préféré :
52
+
Pour connecter Astro à votre espace Storyblok, installez l'[intégration Storyblok](https://github.com/storyblok/monoblok/tree/main/packages/astro) officielle en utilisant la commande ci-dessous pour votre gestionnaire de paquets préféré :
53
53
54
54
<PackageManagerTabs>
55
55
<Fragmentslot="npm">
@@ -110,7 +110,7 @@ L'intégration de Storyblok nécessite un objet avec les propriétés suivantes
110
110
Les chemins des composants sont relatifs au répertoire `src`. Par exemple, si votre composant est situé dans le répertoire `src/storyblok/MyComponent.astro`, le chemin sera `storyblok/MyComponent` (sans l'extension `.astro`).
111
111
:::
112
112
113
-
3.`apiOptions` - Un objet contenant les [options de l'API Storyblok](https://github.com/storyblok/storyblok-astro#options).
113
+
3.`apiOptions` - Un objet contenant les [options de l'API Storyblok](https://www.storyblok.com/docs/packages/storyblok-astro#api).
114
114
115
115
:::caution
116
116
Par défaut, la région est `eu`. Si votre espace Storyblok a été créé dans la région US, vous devrez définir la région à `us`.
@@ -539,7 +539,9 @@ Désormais, chaque fois que vous publierez un nouvel article, une nouvelle compi
539
539
540
540
## Ressources officielles
541
541
542
-
- Storyblok fournit une [Intégration Astro](https://www.storyblok.com/mp/announcing-storyblok-astro) pour ajouter Storyblok à votre projet.
542
+
-[Intégration Astro de Storyblok](https://www.storyblok.com/mp/announcing-storyblok-astro) pour ajouter Storyblok à votre projet.
543
+
-[Guide Astro de Storyblok](https://www.storyblok.com/docs/guides/astro/)
544
+
-[Référence du paquet Astro de Storyblok](https://www.storyblok.com/docs/packages/storyblok-astro)
0 commit comments