You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by le...@apache.org on 2022/07/22 03:27:53 UTC

[inlong-website] branch master updated: [INLONG-481][Website] Change the header navigation bar title (#482)

This is an automated email from the ASF dual-hosted git repository.

leezng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6357ebf39 [INLONG-481][Website] Change the header navigation bar title (#482)
6357ebf39 is described below

commit 6357ebf393c4206c92309340483ffaba3e7f6ffa
Author: Lizhen <88...@users.noreply.github.com>
AuthorDate: Fri Jul 22 11:27:49 2022 +0800

    [INLONG-481][Website] Change the header navigation bar title (#482)
---
 docusaurus.config.js | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 8ce5d8066..ab15c877d 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -62,14 +62,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
         },
         items: [
           {
-            to: '/',
             position: 'right',
-            label: 'HOME',
-            activeBaseRegex: `^/$`,
-          },
-          {
-            position: 'right',
-            label: 'DOC',
+            label: 'Docs',
             to: "/docs/introduction",
             items: [
               {
@@ -105,22 +99,22 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
           {
             to: '/download',
             position: 'right',
-            label: 'DOWNLOAD',
+            label: 'Download',
           },
           {
             to: '/community/how-to-contribute',
-            label: 'COMMUNITY',
+            label: 'Community',
             position: 'right',
             activeBaseRegex: `/community/`,
           },
           {
             to: '/blog',
-            label: 'BLOG',
+            label: 'Blog',
             position: 'right'
           },
           {
             to: '/team',
-            label: 'TEAM',
+            label: 'Team',
             position: 'right'
           },
           {