Skip to content

Commit

Permalink
[docs] Fix bug in upgradenotes sidebar entry
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Nov 12, 2024
1 parent ce5f9f6 commit 9d16c8f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions sidebars/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,8 @@ const sidebars = {
},
{
label: 'Upgrade notes',
type: 'category',
items: [
{
type: 'autogenerated',
dirName: 'development/upgradenotes',
},
],
link: {
type: 'doc',
id: 'development/upgradenotes',
},
type: 'doc',
id: 'development/upgradenotes',
},
],

Expand Down

0 comments on commit 9d16c8f

Please sign in to comment.