Skip to content

Commit

Permalink
Merge branch 'main' into fr_collection-does-not-exist-error
Browse files Browse the repository at this point in the history
  • Loading branch information
yanthomasdev authored Nov 13, 2023
2 parents bf6aa83 + 122cf82 commit 4c3e74d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/i18n/fr/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default [
key: 'add-transitions-tutorial',
},
// { text: 'Penser avec les îles', slug: 'tutorial/0-introduction', key: 'island-tutorial' },

{ text: 'Les Bases', header: true, type: 'learn', key: 'basics' },

{
Expand Down Expand Up @@ -106,7 +106,11 @@ export default [
{ text: 'Images', slug: 'guides/images', key: 'guides/images' },
{ text: "Polices d'écritures", slug: 'guides/fonts', key: 'guides/fonts' },
{ text: 'Imports', slug: 'guides/imports', key: 'guides/imports' },
{ text: 'Points de terminaison', slug: 'core-concepts/endpoints', key: 'core-concepts/endpoints' },
{
text: 'Points de terminaison',
slug: 'core-concepts/endpoints',
key: 'core-concepts/endpoints',
},
{ text: 'Récupération de Données', slug: 'guides/data-fetching', key: 'guides/data-fetching' },
{
text: 'Internationalisation',
Expand Down Expand Up @@ -143,7 +147,11 @@ export default [
slug: 'reference/integrations-reference',
key: 'reference/integrations-reference',
},
{ text: 'API des adaptateurs',slug: 'reference/adapter-reference', key: 'reference/adapter-reference' },
{
text: 'API des adaptateurs',
slug: 'reference/adapter-reference',
key: 'reference/adapter-reference',
},
{
text: "API du Service d'Images",
slug: 'reference/image-service-reference',
Expand Down

0 comments on commit 4c3e74d

Please sign in to comment.