Skip to content

Commit

Permalink
rename sidebar file, remove redundant field
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Mar 9, 2022
1 parent ce28a7f commit 26fdadf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ const lastVersion = versions[0];
id: 'contributing',
path: 'contributing',
routeBasePath: 'contributing',
editCurrentVersion: true,
sidebarPath: require.resolve('./sidebarsCommunity.json'),
sidebarPath: require.resolve('./sidebarsContributing.json'),
}),
],
],
Expand Down Expand Up @@ -218,7 +217,6 @@ const lastVersion = versions[0];
},
{
to: '/contributing/how-to-contribute',
docId: 'contributing',
label: 'Contributing',
position: 'right',
},
Expand Down
File renamed without changes.

0 comments on commit 26fdadf

Please sign in to comment.