This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new ffd343796d5 remove docs version dropdown (#166) ffd343796d5 is described below commit ffd343796d54905d0d834139958415f4c8900532 Author: wangyongfeng <943155...@qq.com> AuthorDate: Wed Nov 30 19:16:35 2022 +0800 remove docs version dropdown (#166) * update readme --- docusaurus.config.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e4cd709f22c..a6f2c8b9185 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -129,6 +129,7 @@ const config = { banner: 'none', }, }, + badge: false, sidebarPath: require.resolve('./sidebars.json'), onlyIncludeVersions: process.env.NODE_ENV === 'development' && !showAllVersions @@ -200,10 +201,10 @@ const config = { docsPluginId: 'community', }, { to: '/users', label: 'Users', position: 'left' }, - { - type: 'docsVersionDropdown', - position: 'right', - }, + // { + // type: 'docsVersionDropdown', + // position: 'right', + // }, { type: 'localeDropdown', position: 'right', --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org