From 6b71dc87292cfdbf8a360fde1d5686cfff81b162 Mon Sep 17 00:00:00 2001 From: Celeste Robert <robert.m.celeste@gmail.com> Date: Wed, 26 Jul 2023 15:50:08 +0000 Subject: [PATCH] Resolve "feat: french translation" --- docusaurus.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f1ae77a..9b6ea4f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -29,6 +29,7 @@ const config = { ({ docs: false, blog: { + blogSidebarTitle: 'Articles récents', showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. @@ -58,7 +59,7 @@ const config = { items: [ { to: '/', - label: 'Home', + label: 'Accueil', position: 'right', activeBaseRegex: '^/$' }, -- GitLab