We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce28a7f commit 26fdadfCopy full SHA for 26fdadf
website/docusaurus.config.js
@@ -155,8 +155,7 @@ const lastVersion = versions[0];
155
id: 'contributing',
156
path: 'contributing',
157
routeBasePath: 'contributing',
158
- editCurrentVersion: true,
159
- sidebarPath: require.resolve('./sidebarsCommunity.json'),
+ sidebarPath: require.resolve('./sidebarsContributing.json'),
160
}),
161
],
162
@@ -218,7 +217,6 @@ const lastVersion = versions[0];
218
217
},
219
{
220
to: '/contributing/how-to-contribute',
221
- docId: 'contributing',
222
label: 'Contributing',
223
position: 'right',
224
website/sidebarsCommunity.json renamed to website/sidebarsContributing.json
0 commit comments