Skip to content

Commit 7de6305

Browse files
authored
Merge pull request #19 from RongGu/br-pr1
Update Menu
2 parents baf4a27 + 4b49fb6 commit 7de6305

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docusaurus.config.js

+9-9
Original file line numberDiff line numberDiff line change
@@ -131,21 +131,21 @@ const config = {
131131
{
132132
type: 'docSidebar',
133133
sidebarId: 'tutorialSidebar',
134-
position: 'right',
135-
label: 'Docs',
134+
position: 'left',
135+
label: 'Documentation',
136136
},
137-
{
137+
{
138+
to: '/blog',
139+
label: 'Blog',
140+
position: 'left'
141+
},
142+
{
138143
to: "community/meeting_schedule",
139144
sidebarId: 'communitySidebar',
140-
position: 'right',
145+
position: 'left',
141146
label: 'Community',
142147
activeBasePath: 'community'
143148
},
144-
{
145-
to: '/blog',
146-
label: 'Blog',
147-
position: 'right'
148-
},
149149
{
150150
type: 'docsVersionDropdown',
151151
position: 'right',

0 commit comments

Comments
 (0)