From 74ae2261905835d50b5572c47dc973caddfa10a2 Mon Sep 17 00:00:00 2001 From: pallavigotwork Date: Sat, 16 Aug 2025 18:53:32 +0530 Subject: [PATCH] [deploy site] fixed extra documentation link bug in left menu --- .../content/documentation/_index.other.md | 15 --------------- website_and_docs/hugo.toml | 6 ------ 2 files changed, 21 deletions(-) delete mode 100755 website_and_docs/content/documentation/_index.other.md diff --git a/website_and_docs/content/documentation/_index.other.md b/website_and_docs/content/documentation/_index.other.md deleted file mode 100755 index 24e3f9fba7d4..000000000000 --- a/website_and_docs/content/documentation/_index.other.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "The Selenium Browser Automation Project" -linkTitle: "Documentation" -cascade: -- type: docs ---- - -{{% pageinfo color="warning" %}} -

- - Is there another translation you'd like to see? We're only supporting translations for which we have - a dedicated translator. If you'd like to volunteer to be a translator, read how - you can help. -

-{{% /pageinfo %}} diff --git a/website_and_docs/hugo.toml b/website_and_docs/hugo.toml index c87d087396b8..940cf8d5c01e 100644 --- a/website_and_docs/hugo.toml +++ b/website_and_docs/hugo.toml @@ -75,12 +75,6 @@ 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!" # Import docsy theme as module [module]