This is an automated email from the ASF dual-hosted git repository. pfzhan pushed a commit to branch doc5.0 in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/doc5.0 by this push: new bcdf4c5d5b disable i18n since not ready (#2331) bcdf4c5d5b is described below commit bcdf4c5d5ba69e96cdf04338b273693868de70f2 Author: Lu Cao <whuca...@gmail.com> AuthorDate: Mon Apr 7 10:15:33 2025 +0800 disable i18n since not ready (#2331) --- website/docusaurus.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index f6e3ff1d71..4e378ec4e5 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -241,10 +241,10 @@ const config = { position: 'left', label: 'Development', }, - { - type: 'localeDropdown', - position: 'right', - }, + // { + // type: 'localeDropdown', + // position: 'right', + // }, { type: 'doc', docId: 'download',