Skip to content

Commit

Permalink
Merge pull request #19 from RongGu/br-pr1
Browse files Browse the repository at this point in the history
Update Menu
  • Loading branch information
cheyang authored Apr 3, 2024
2 parents baf4a27 + 4b49fb6 commit 7de6305
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,21 +131,21 @@ const config = {
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'right',
label: 'Docs',
position: 'left',
label: 'Documentation',
},
{
{
to: '/blog',
label: 'Blog',
position: 'left'
},
{
to: "community/meeting_schedule",
sidebarId: 'communitySidebar',
position: 'right',
position: 'left',
label: 'Community',
activeBasePath: 'community'
},
{
to: '/blog',
label: 'Blog',
position: 'right'
},
{
type: 'docsVersionDropdown',
position: 'right',
Expand Down

0 comments on commit 7de6305

Please sign in to comment.