Skip to content

Commit

Permalink
order-react-items
Browse files Browse the repository at this point in the history
  • Loading branch information
vantage-ola committed Dec 4, 2024
1 parent b7fa4cf commit 6105cec
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/lexical-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ const sidebars = {
type: 'category',
},
{
items: [{dirName: 'react', type: 'autogenerated'}],
items: [
'react/index',
'react/plugins',
'react/create_plugin',
'react/faq',
],
label: 'React',
link: {
id: 'react/index',
type: 'doc',
},
type: 'category',
},
{
Expand Down

0 comments on commit 6105cec

Please sign in to comment.