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 ec3266d7eeb update docusaurus.config.js (#167) ec3266d7eeb is described below commit ec3266d7eeb9d74cd6e6d817301858657ea27031 Author: wangyongfeng <943155...@qq.com> AuthorDate: Thu Dec 1 11:40:32 2022 +0800 update docusaurus.config.js (#167) --- docusaurus.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index a6f2c8b9185..8a90302cff4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -121,15 +121,17 @@ const config = { current: { label: '1.1', path: '', + badge: false, }, 0.15: { banner: 'none', + badge: false, }, dev: { banner: 'none', + badge: false, }, }, - badge: false, sidebarPath: require.resolve('./sidebars.json'), onlyIncludeVersions: process.env.NODE_ENV === 'development' && !showAllVersions --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org