diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index cad1669..cdc2534 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -19,6 +19,7 @@ export default defineConfig({ nav: [ { text: 'Accueil', link: '/' }, { text: 'À Propos', link: '/about' }, + { text: 'English', link: '/en/' }, ], sidebar: [ { @@ -44,6 +45,7 @@ export default defineConfig({ nav: [ { text: 'Home', link: '/en/' }, { text: 'About', link: '/en/about' }, + { text: 'Français', link: '/' }, ], sidebar: [ {