Skip to content

Commit

Permalink
[INLONG-481][Website] Change the header navigation bar title (apache#482
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bluewang committed Jul 22, 2022
1 parent 1980d90 commit 6357ebf
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down Expand Up @@ -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'
},
{
Expand Down

0 comments on commit 6357ebf

Please sign in to comment.