We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf4a27 commit 4b49fb6Copy full SHA for 4b49fb6
docusaurus.config.js
@@ -131,21 +131,21 @@ const config = {
131
{
132
type: 'docSidebar',
133
sidebarId: 'tutorialSidebar',
134
- position: 'right',
135
- label: 'Docs',
+ position: 'left',
+ label: 'Documentation',
136
},
137
- {
+ {
138
+ to: '/blog',
139
+ label: 'Blog',
140
+ position: 'left'
141
+ },
142
143
to: "community/meeting_schedule",
144
sidebarId: 'communitySidebar',
145
146
label: 'Community',
147
activeBasePath: 'community'
148
- to: '/blog',
- label: 'Blog',
- position: 'right'
- },
149
150
type: 'docsVersionDropdown',
151
position: 'right',
0 commit comments