From e3f21a252b58b1bf9dc826dd9bc37102df9b811d Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 28 Jun 2024 06:07:33 +0200 Subject: [PATCH] feat: Add link to other language in navbar --- docs/.vitepress/config.mts | 2 ++ 1 file changed, 2 insertions(+) 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: [ {