Skip to content

Commit 26fdadf

Browse files
committed
rename sidebar file, remove redundant field
1 parent ce28a7f commit 26fdadf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ const lastVersion = versions[0];
155155
id: 'contributing',
156156
path: 'contributing',
157157
routeBasePath: 'contributing',
158-
editCurrentVersion: true,
159-
sidebarPath: require.resolve('./sidebarsCommunity.json'),
158+
sidebarPath: require.resolve('./sidebarsContributing.json'),
160159
}),
161160
],
162161
],
@@ -218,7 +217,6 @@ const lastVersion = versions[0];
218217
},
219218
{
220219
to: '/contributing/how-to-contribute',
221-
docId: 'contributing',
222220
label: 'Contributing',
223221
position: 'right',
224222
},
File renamed without changes.

0 commit comments

Comments
 (0)