Skip to content

Commit 4acedae

Browse files
[deploy site] corrected bug where Other as language appeared (#2405)
1 parent 26617fc commit 4acedae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website_and_docs/hugo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ languageName = "日本語"
7575
weight = 4
7676
[languages.ja.params]
7777
description = "Selenium automates browsers. That's it!"
78-
[languages.other]
79-
title = "Selenium"
80-
languageName ="Other"
81-
weight = 5
82-
[languages.other.params]
83-
description = "Selenium automates browsers. That's it!"
78+
#[languages.other]
79+
#title = "Selenium"
80+
#languageName ="Other"
81+
#weight = 5
82+
#[languages.other.params]
83+
#description = "Selenium automates browsers. That's it!"
8484

8585
# Import docsy theme as module
8686
[module]

0 commit comments

Comments
 (0)