From ce614145ede316d073387832b930f54c4b20d827 Mon Sep 17 00:00:00 2001 From: pallavigotwork Date: Fri, 1 Aug 2025 12:03:41 +0530 Subject: [PATCH] [deploy site] corrected bug where Other as language appeared --- website_and_docs/hugo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website_and_docs/hugo.toml b/website_and_docs/hugo.toml index 47fdc1e0ce51..9691b68ad5cf 100644 --- a/website_and_docs/hugo.toml +++ b/website_and_docs/hugo.toml @@ -75,12 +75,12 @@ languageName = "日本語" weight = 4 [languages.ja.params] description = "Selenium automates browsers. That's it!" -[languages.other] -title = "Selenium" -languageName ="Other" -weight = 5 -[languages.other.params] -description = "Selenium automates browsers. That's it!" +#[languages.other] +#title = "Selenium" +#languageName ="Other" +#weight = 5 +#[languages.other.params] +#description = "Selenium automates browsers. That's it!" # Import docsy theme as module [module]