Skip to content

Commit

Permalink
fix RNG in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
a-rothwell committed Oct 13, 2023
1 parent 073b17e commit 0320e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const sidebars = {
label: 'Numbers',
collapsible: true,
collapsed: false,
items: ['node-reference/number'],
items: ['node-reference/number', 'node-reference/RNG'],
},
{
type: 'category',
Expand Down

0 comments on commit 0320e55

Please sign in to comment.