This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5163093cb HDDS-14650. Remove locale dropdown until multi-language
support is added (#345)
5163093cb is described below
commit 5163093cb876cd879aa861639d69b9441783940a
Author: Rishabh Patel <[email protected]>
AuthorDate: Thu Feb 19 17:24:32 2026 -0800
HDDS-14650. Remove locale dropdown until multi-language support is added
(#345)
---
docusaurus.config.js | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 1d1f417ea..8ad5efb2a 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -382,10 +382,11 @@ const config = {
},
]
},
- {
- type: 'localeDropdown',
- position: 'right',
- },
+ // TODO: Enable if multiple languages are supported. See
https://issues.apache.org/jira/browse/HDDS-9571
+ // {
+ // type: 'localeDropdown',
+ // position: 'right',
+ // },
{
href: 'https://github.com/apache/ozone',
position: 'right',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]