From 864ecb8515dbd6a67a342acaab8b6caa7fc815d2 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 13 Jan 2024 22:01:50 +0100 Subject: [PATCH] initial commit --- docusaurus.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 9544fa9e..93ddb55b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -33,7 +33,7 @@ const config = { // to replace "en" with "zh-Hans". i18n: { defaultLocale: "en", - locales: ["en"], + locales: ["en", "fr"], }, stylesheets: [ @@ -111,6 +111,10 @@ const config = { position: "left", label: "🧩 Massa Station", }, + { + type: "localeDropdown", + position: "right", + }, { type: "search", position: "right",